HEX: #714443
RGB: (113,68,67)
#714443 contains red, green and blue colors in about the same proportion. Web safe color of #714443 is #663333 (or #633).
#714443 color RGB value is (113,68,67).
RGB: (113,68,67) (44%,27%,26%)
R 113 of 255 = 44%
G 68 of 255 = 27%
B 67 of 255 = 26%
R + G + B ~ 32%. #714443 is quite dark color.
R + G + B =
113 + 68 + 67 = 248 (100%)
R 113 of 248 ~ 45.56%
G 68 of 248 ~ 27.42%
B 67 of 248 ~ 27.02%
#714443 color CMYK value is (0,40,41,56).
CMYK: (0,40,41,56) C0M40Y41K56 (0%,40%,41%,56%) (0.00/0.40/0.41/0.56)
71 | 44 | 43 | |
---|---|---|---|
RGB | 113 | 68 | 67 |
HSL | 1° | 25.56% | 35.29% |
HSB/HSV | 1° | 40.71% | 44.31% |
CMYK | 0.00% | 39.82% | 40.71% |
55.69% |
HEX | 71 | 44 | 43 |
Decimal | 113 | 68 | 67 |
Binary | 1110001 | 1000100 | 1000011 |
Octal | 161 | 104 | 103 |
Examples of css and html codes for elements with #714443 color. Also use rgb(113,68,67) instead hex code.
.myTextColor { color: #714443; }
<p style="color:#714443">This sample text font color is #714443.</p>
This text font color is #714443.
.myBgColor { background-color: #714443; }
<div style="background-color:#714443">Inner text</div>
This div background color is #714443.
.myBorderColor { border: 1px solid #714443; }
<div style="border:3px solid #714443">Div</div>
This div border color is #714443.
.myOpacity80 { color: #714443; opacity: 0.8; }
<p style="color:#714443;opacity:0.8;">80%</p>
Text with #714443 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #714443;}
<p style="text-shadow: 3px 3px 1px #714443">Text here.</p>
This text has shadow with #714443 color.
.textShadow {text-shadow: 3px 3px 1px #714443, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #714443, 5px 5px 20px red">Text here.</p>
This text has shadow with #714443 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#714443, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#714443, Direction=45, Strength=4)">Text</p>
This text has shadow with #714443 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #714443; -webkit-box-shadow: 1px 1px 3px 2px #714443; box-shadow: 1px 1px 3px 2px #714443; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #714443; -webkit-box-shadow: 1px 1px 3px 2px #714443; box-shadow:1px 1px 3px 2px #714443;">
Div content here</div>
This text has color #714443 on black background.
This text has color #714443 on white background.
This text has black color on #714443 background.
This text has white color on #714443 background.