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