HEX: #714A09
RGB: (113,74,9)
#714A09 contains mainly red and green colors. Web safe color of #714A09 is #663300 (or #630).
#714A09 color RGB value is (113,74,9).
RGB: (113,74,9)
(44%, 29%, 4%)
R 113 of 255 = 44%
G 74 of 255 = 29%
B 9 of 255 = 4%
R + G + B ~ 26%. #714A09 is quite dark color.
R + G + B = 113 + 74 + 9 = 196 (100%)
R 113 of 196 ~ 57.65%
G 74 of 196 ~ 37.76%
B 9 of 196 ~ 4.59'%
#714A09 color CMYK value is (0,35,92,56).
CMYK: (0,35,92,56) C0M35Y92K56 (0%,35%,92%,56%) (0.00/0.35/0.92/0.56)
Color #714A09 in popluar color models
71 | 4A | 09 | |
---|---|---|---|
RGB | 113 | 74 | 9 |
HSL | 38° | 85.25% | 23.92% |
HSB/HSV | 38° | 92.04% | 44.31% |
CMYK | 0.00% | 34.51% | 92.04% |
55.69% |
Color #714A09 in popluar number systems.
HEX | 71 | 4A | 09 |
Decimal | 113 | 74 | 9 |
Binary | 1110001 | 1001010 | 1001 |
Octal | 161 | 112 | 11 |
Shades of #714A09
Tints of #714A09
Examples of css and html codes for elements with #714A09 color. Also use rgb(113,74,9) instead hex code.
.myTextColor { color: #714A09; }
<p style="color:#714A09">This sample text font color is #714A09.</p>
This text font color is #714A09.
.myBgColor { background-color: #714A09; }
<div style="background-color:#714A09">Inner text</div>
This div background color is #714A09.
.myBorderColor { border: 1px solid #714A09; }
<div style="border:3px solid #714A09">Div</div>
This div border color is #714A09.
.myOpacity80 { color: #714A09; opacity: 0.8; }
<p style="color:#714A09;opacity:0.8;">80%</p>
Text with #714A09 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #714A09;}
<p style="text-shadow: 3px 3px 1px #714A09">Text here.</p>
This text has shadow with #714A09 color.
.textShadow {text-shadow: 3px 3px 1px #714A09', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #714A09, 5px 5px 20px red">Text here.</p>
This text has shadow with #714A09 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#714A09, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#714A09, Direction=45, Strength=4)">Text</p>
This text has shadow with #714A09 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #714A09;
-webkit-box-shadow: 1px 1px 3px 2px #714A09;
box-shadow: 1px 1px 3px 2px #714A09;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #714A09; -webkit-box-shadow: 1px 1px 3px 2px #714A09; box-shadow:1px 1px 3px 2px #714A09;">
Div content here
</div>
This text has color #714A09 on black background.
This text has color #714A09 on white background.
This text has black color on #714A09 background.
This text has white color on #714A09 background.
Complementary color for #hex is #8EB5F6.