HEX: #714D0C
RGB: (113,77,12)
#714D0C contains mainly red and green colors. Web safe color of #714D0C is #663300 (or #630).
#714D0C color RGB value is (113,77,12).
RGB: (113,77,12)
(44%, 30%, 5%)
R 113 of 255 = 44%
G 77 of 255 = 30%
B 12 of 255 = 5%
R + G + B ~ 26%. #714D0C is quite dark color.
R + G + B = 113 + 77 + 12 = 202 (100%)
R 113 of 202 ~ 55.94%
G 77 of 202 ~ 38.12%
B 12 of 202 ~ 5.94'%
#714D0C color CMYK value is (0,32,89,56).
CMYK: (0,32,89,56)
C0M32Y89K56 (0%, 32%, 89%, 56%)
(0.00 / 0.32 / 0.89 / 0.56)
Color #714D0C in popluar color models
71 | 4D | 0C | |
---|---|---|---|
RGB | 113 | 77 | 12 |
HSL | 39° | 80.80% | 24.51% |
HSB/HSV | 39° | 89.38% | 44.31% |
CMYK | 0.00% | 31.86% | 89.38% |
55.69% |
Color #714D0C in popluar number systems.
HEX | 71 | 4D | 0C |
Decimal | 113 | 77 | 12 |
Binary | 1110001 | 1001101 | 1100 |
Octal | 161 | 115 | 14 |
Shades of #714D0C
Tints of #714D0C
Examples of css and html codes for elements with #714D0C color. Also use rgb(113,77,12) instead hex code.
.myTextColor { color: #714D0C; }
<p style="color:#714D0C">This sample text font color is #714D0C.</p>
This text font color is #714D0C.
.myBgColor { background-color: #714D0C; }
<div style="background-color:#714D0C">Inner text</div>
This div background color is #714D0C.
.myBorderColor { border: 1px solid #714D0C; }
<div style="border:3px solid #714D0C">Div</div>
This div border color is #714D0C.
.myOpacity80 { color: #714D0C; opacity: 0.8; }
<p style="color:#714D0C;opacity:0.8;">80%</p>
Text with #714D0C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #714D0C;}
<p style="text-shadow: 3px 3px 1px #714D0C">Text here.</p>
This text has shadow with #714D0C color.
.textShadow {text-shadow: 3px 3px 1px #714D0C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #714D0C, 5px 5px 20px red">Text here.</p>
This text has shadow with #714D0C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#714D0C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#714D0C, Direction=45, Strength=4)">Text</p>
This text has shadow with #714D0C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #714D0C;
-webkit-box-shadow: 1px 1px 3px 2px #714D0C;
box-shadow: 1px 1px 3px 2px #714D0C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #714D0C; -webkit-box-shadow: 1px 1px 3px 2px #714D0C; box-shadow:1px 1px 3px 2px #714D0C;">
Div content here
</div>
This text has color #714D0C on black background.
This text has color #714D0C on white background.
This text has black color on #714D0C background.
This text has white color on #714D0C background.
Complementary color for #hex is #8EB2F3.