HEX: #714031
RGB: (113,64,49)
#714031 contains mainly red and green colors. Web safe color of #714031 is #663333 (or #633).
#714031 color RGB value is (113,64,49).
RGB: (113,64,49)
(44%, 25%, 19%)
R 113 of 255 = 44%
G 64 of 255 = 25%
B 49 of 255 = 19%
R + G + B ~ 29%. #714031 is quite dark color.
R + G + B = 113 + 64 + 49 = 226 (100%)
R 113 of 226 ~ 50%
G 64 of 226 ~ 28.32%
B 49 of 226 ~ 21.68'%
#714031 color CMYK value is (0,43,57,56).
CMYK: (0,43,57,56) C0M43Y57K56 (0%,43%,57%,56%) (0.00/0.43/0.57/0.56)
Color #714031 in popluar color models
71 | 40 | 31 | |
---|---|---|---|
RGB | 113 | 64 | 49 |
HSL | 14° | 39.51% | 31.76% |
HSB/HSV | 14° | 56.64% | 44.31% |
CMYK | 0.00% | 43.36% | 56.64% |
55.69% |
Color #714031 in popluar number systems.
HEX | 71 | 40 | 31 |
Decimal | 113 | 64 | 49 |
Binary | 1110001 | 1000000 | 110001 |
Octal | 161 | 100 | 61 |
Shades of #714031
Tints of #714031
Examples of css and html codes for elements with #714031 color. Also use rgb(113,64,49) instead hex code.
.myTextColor { color: #714031; }
<p style="color:#714031">This sample text font color is #714031.</p>
This text font color is #714031.
.myBgColor { background-color: #714031; }
<div style="background-color:#714031">Inner text</div>
This div background color is #714031.
.myBorderColor { border: 1px solid #714031; }
<div style="border:3px solid #714031">Div</div>
This div border color is #714031.
.myOpacity80 { color: #714031; opacity: 0.8; }
<p style="color:#714031;opacity:0.8;">80%</p>
Text with #714031 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #714031;}
<p style="text-shadow: 3px 3px 1px #714031">Text here.</p>
This text has shadow with #714031 color.
.textShadow {text-shadow: 3px 3px 1px #714031', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #714031, 5px 5px 20px red">Text here.</p>
This text has shadow with #714031 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#714031, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#714031, Direction=45, Strength=4)">Text</p>
This text has shadow with #714031 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #714031;
-webkit-box-shadow: 1px 1px 3px 2px #714031;
box-shadow: 1px 1px 3px 2px #714031;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #714031; -webkit-box-shadow: 1px 1px 3px 2px #714031; box-shadow:1px 1px 3px 2px #714031;">
Div content here
</div>
This text has color #714031 on black background.
This text has color #714031 on white background.
This text has black color on #714031 background.
This text has white color on #714031 background.
Complementary color for #hex is #8EBFCE.