HEX: #736A4C
RGB: (115,106,76)
#736A4C contains red, green and blue colors in about the same proportion. Web safe color of #736A4C is #666633 (or #663).
#736A4C color RGB value is (115,106,76).
RGB: (115,106,76)
(45%, 42%, 30%)
R 115 of 255 = 45%
G 106 of 255 = 42%
B 76 of 255 = 30%
R + G + B ~ 39%. #736A4C is quite dark color.
R + G + B = 115 + 106 + 76 = 297 (100%)
R 115 of 297 ~ 38.72%
G 106 of 297 ~ 35.69%
B 76 of 297 ~ 25.59'%
#736A4C color CMYK value is (0,8,34,55).
CMYK: (0,8,34,55)
C0M8Y34K55 (0%, 8%, 34%, 55%)
(0.00 / 0.08 / 0.34 / 0.55)
Color #736A4C in popluar color models
73 | 6A | 4C | |
---|---|---|---|
RGB | 115 | 106 | 76 |
HSL | 46° | 20.42% | 37.45% |
HSB/HSV | 46° | 33.91% | 45.10% |
CMYK | 0.00% | 7.83% | 33.91% |
54.90% |
Color #736A4C in popluar number systems.
HEX | 73 | 6A | 4C |
Decimal | 115 | 106 | 76 |
Binary | 1110011 | 1101010 | 1001100 |
Octal | 163 | 152 | 114 |
Shades of #736A4C
Tints of #736A4C
Examples of css and html codes for elements with #736A4C color. Also use rgb(115,106,76) instead hex code.
.myTextColor { color: #736A4C; }
<p style="color:#736A4C">This sample text font color is #736A4C.</p>
This text font color is #736A4C.
.myBgColor { background-color: #736A4C; }
<div style="background-color:#736A4C">Inner text</div>
This div background color is #736A4C.
.myBorderColor { border: 1px solid #736A4C; }
<div style="border:3px solid #736A4C">Div</div>
This div border color is #736A4C.
.myOpacity80 { color: #736A4C; opacity: 0.8; }
<p style="color:#736A4C;opacity:0.8;">80%</p>
Text with #736A4C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #736A4C;}
<p style="text-shadow: 3px 3px 1px #736A4C">Text here.</p>
This text has shadow with #736A4C color.
.textShadow {text-shadow: 3px 3px 1px #736A4C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #736A4C, 5px 5px 20px red">Text here.</p>
This text has shadow with #736A4C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#736A4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#736A4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #736A4C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #736A4C;
-webkit-box-shadow: 1px 1px 3px 2px #736A4C;
box-shadow: 1px 1px 3px 2px #736A4C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #736A4C; -webkit-box-shadow: 1px 1px 3px 2px #736A4C; box-shadow:1px 1px 3px 2px #736A4C;">
Div content here
</div>
This text has color #736A4C on black background.
This text has color #736A4C on white background.
This text has black color on #736A4C background.
This text has white color on #736A4C background.
Complementary color for #hex is #8C95B3.