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