#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 of #73322c | Value |
|---|---|
| RGB | 115, 50, 44 |
| HSL | 0.01, 0.45, 0.31 |
| HSV | 5°, 62°, 45° |
| XYZ | 8.67, 6.11, 3.11 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1110011 | 110010 | 101100 |
| Octal | 163 | 62 | 54 |
| Decimal | 115 | 50 | 44 |
| Hex | 73 | 32 | 2C |
Shades of #73322c
Tints of #73322c
.mybgColor {background-color: #73322c;}
.myforeColor {color: #73322c;}
.myborderColor {border:3px solid #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,
<div style="background-color:#73322c">Div content here</div>
<div style="border:3px solid #73322c">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(115, 50, 44, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #73322c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
