#b34a36 color RGB value is (11, 52, 163).
#b34a36 hex color red value is 11, green value is 52, and blue value is 163.
Cylindrical-coordinate representations (HSL) of color #b34a36
hue: 223.82,
saturation: 0.87 and lightness: 0.34.
The process color (four-color CMYK) of #b34a36 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b34a36 is #ff9999. Color #b34a36 contains mainly RED.
Color spaces of #b34a36 | Value |
---|---|
RGB | 179, 74, 54 |
HSL | 0.03, 0.54, 0.46 |
HSV | 10°, 70°, 70° |
XYZ | 21.71, 14.75, 5.19 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 1001010 | 110110 |
Octal | 263 | 112 | 66 |
Decimal | 179 | 74 | 54 |
Hex | B3 | 4A | 36 |
Shades of #b34a36
Tints of #b34a36
.mybgColor {background-color: #b34a36;} .myforeColor {color: #b34a36;} .myborderColor {border:3px solid #b34a36;}
<p style="color:#b34a36">Text here</p>
This sample text is styled with the font color #b34a36. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#b34a36">Div content here</div>
<div style="border:3px solid #b34a36">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179, 74, 54, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b34a36; } .divShadow { -moz-box-shadow: 1px 1px 3px #b34a36; -webkit-box-shadow: 1px 1px 3px #b34a36; box-shadow: 1px 1px 3px #b34a36; }
<p style="text-shadow: 4px 4px 2px rgba(179, 74, 54, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #b34a36;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #b34a36;
-webkit-box-shadow: 1px 1px 3px #b34a36;
box-shadow: 1px 1px 3px #b34a36;">Div content here</div>