color details

Color Details
#b34a36 Color Hex

#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
Color spaces of #b34a36Value
RGB179, 74, 54
HSL0.03, 0.54, 0.46
HSV10°, 70°, 70°
XYZ21.71, 14.75, 5.19
Base Numbers
Base Red Green Blue
Binary 10110011 1001010 110110
Octal 263 112 66
Decimal 179 74 54
Hex B3 4A 36

RGB Percentages for Color #b34a36

58.31%
24.1%
17.59%

CMYK Percentages of the Color #b34a36

58.66%
69.83%
29.8%
CSS Codes for Color #b34a36
.mybgColor {background-color: #b34a36;}
.myforeColor {color: #b34a36;}
.myborderColor {border:3px solid #b34a36;}
Text Font Color #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,

Background Color #b34a36

<div style="background-color:#b34a36">Div content here</div>

The background color of this div is #b34a36
Border Color #b34a36

<div style="border:3px solid #b34a36">Div here</div>

The border color of this div is #b34a36
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179, 74, 54, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #b34a36;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #b34a36
Scroll to Top