color details

Color Details
#73322c Color Hex

#73322c color RGB value is (7, 51, 34).
#73322c hex color red value is 7, green value is 51, and blue value is 34.
Cylindrical-coordinate representations (HSL) of color #73322c hue: 156.82, saturation: 0.76 and lightness: 0.11.

The process color (four-color CMYK) of #73322c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #73322c is #ff9999. Color #73322c contains mainly RED.

Color Spaces
Color spaces of #73322cValue
RGB115, 50, 44
HSL0.01, 0.45, 0.31
HSV5°, 62°, 45°
XYZ8.67, 6.11, 3.11
Base Numbers
Base Red Green Blue
Binary 1110011 110010 101100
Octal 163 62 54
Decimal 115 50 44
Hex 73 32 2C

RGB Percentages for Color #73322c

55.02%
23.92%
21.05%

CMYK Percentages of the Color #73322c

56.52%
61.74%
54.9%
CSS Codes for Color #73322c
.mybgColor {background-color: #73322c;}
.myforeColor {color: #73322c;}
.myborderColor {border:3px solid #73322c;}
Text Font Color #73322c

<p style="color:#73322c">Text here</p>

This sample text is styled with the font color #73322c. 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 #73322c

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

The background color of this div is #73322c
Border Color #73322c

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

The border color of this div is #73322c
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(115, 50, 44, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #73322c;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #73322c;
-webkit-box-shadow: 1px 1px 3px #73322c;
box-shadow: 1px 1px 3px #73322c;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115, 50, 44, 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 #73322c;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #73322c; -webkit-box-shadow: 1px 1px 3px #73322c; box-shadow: 1px 1px 3px #73322c;">Div content here</div>

This div box has a shadow with a specified color. #73322c

Scroll to Top