HEX: #714028
RGB: (113,64,40)
#714028 contains mainly red and green colors. Web safe color of #714028 is #663333 (or #633).
#714028 color RGB value is (113,64,40).
RGB: (113,64,40) (44%,25%,16%)
R 113 of 255 = 44%
G 64 of 255 = 25%
B 40 of 255 = 16%
R + G + B ~ 28%. #714028 is quite dark color.
R + G + B =
113 + 64 + 40 = 217 (100%)
R 113 of 217 ~ 52.07%
G 64 of 217 ~ 29.49%
B 40 of 217 ~ 18.43%
#714028 color CMYK value is (0,43,65,56).
CMYK: (0,43,65,56) C0M43Y65K56 (0%,43%,65%,56%) (0.00/0.43/0.65/0.56)
71 | 40 | 28 | |
---|---|---|---|
RGB | 113 | 64 | 40 |
HSL | 20° | 47.71% | 30.00% |
HSB/HSV | 20° | 64.60% | 44.31% |
CMYK | 0.00% | 43.36% | 64.60% |
55.69% |
HEX | 71 | 40 | 28 |
Decimal | 113 | 64 | 40 |
Binary | 1110001 | 1000000 | 101000 |
Octal | 161 | 100 | 50 |
Examples of css and html codes for elements with #714028 color. Also use rgb(113,64,40) instead hex code.
.myTextColor { color: #714028; }
<p style="color:#714028">This sample text font color is #714028.</p>
This text font color is #714028.
.myBgColor { background-color: #714028; }
<div style="background-color:#714028">Inner text</div>
This div background color is #714028.
.myBorderColor { border: 1px solid #714028; }
<div style="border:3px solid #714028">Div</div>
This div border color is #714028.
.myOpacity80 { color: #714028; opacity: 0.8; }
<p style="color:#714028;opacity:0.8;">80%</p>
Text with #714028 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #714028;}
<p style="text-shadow: 3px 3px 1px #714028">Text here.</p>
This text has shadow with #714028 color.
.textShadow {text-shadow: 3px 3px 1px #714028, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #714028, 5px 5px 20px red">Text here.</p>
This text has shadow with #714028 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#714028, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#714028, Direction=45, Strength=4)">Text</p>
This text has shadow with #714028 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #714028; -webkit-box-shadow: 1px 1px 3px 2px #714028; box-shadow: 1px 1px 3px 2px #714028; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #714028; -webkit-box-shadow: 1px 1px 3px 2px #714028; box-shadow:1px 1px 3px 2px #714028;">
Div content here</div>
This text has color #714028 on black background.
This text has color #714028 on white background.
This text has black color on #714028 background.
This text has white color on #714028 background.