HEX: #714162
RGB: (113,65,98)
#714162 contains red, green and blue colors in about the same proportion. Web safe color of #714162 is #663366 (or #636).
#714162 color RGB value is (113,65,98).
RGB: (113,65,98) (44%,25%,38%)
R 113 of 255 = 44%
G 65 of 255 = 25%
B 98 of 255 = 38%
R + G + B ~ 36%. #714162 is quite dark color.
R + G + B =
113 + 65 + 98 = 276 (100%)
R 113 of 276 ~ 40.94%
G 65 of 276 ~ 23.55%
B 98 of 276 ~ 35.51%
#714162 color CMYK value is (0,42,13,56).
CMYK: (0,42,13,56) C0M42Y13K56 (0%,42%,13%,56%) (0.00/0.42/0.13/0.56)
71 | 41 | 62 | |
---|---|---|---|
RGB | 113 | 65 | 98 |
HSL | 319° | 26.97% | 34.90% |
HSB/HSV | 319° | 42.48% | 44.31% |
CMYK | 0.00% | 42.48% | 13.27% |
55.69% |
HEX | 71 | 41 | 62 |
Decimal | 113 | 65 | 98 |
Binary | 1110001 | 1000001 | 1100010 |
Octal | 161 | 101 | 142 |
Examples of css and html codes for elements with #714162 color. Also use rgb(113,65,98) instead hex code.
.myTextColor { color: #714162; }
<p style="color:#714162">This sample text font color is #714162.</p>
This text font color is #714162.
.myBgColor { background-color: #714162; }
<div style="background-color:#714162">Inner text</div>
This div background color is #714162.
.myBorderColor { border: 1px solid #714162; }
<div style="border:3px solid #714162">Div</div>
This div border color is #714162.
.myOpacity80 { color: #714162; opacity: 0.8; }
<p style="color:#714162;opacity:0.8;">80%</p>
Text with #714162 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #714162;}
<p style="text-shadow: 3px 3px 1px #714162">Text here.</p>
This text has shadow with #714162 color.
.textShadow {text-shadow: 3px 3px 1px #714162, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #714162, 5px 5px 20px red">Text here.</p>
This text has shadow with #714162 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#714162, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#714162, Direction=45, Strength=4)">Text</p>
This text has shadow with #714162 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #714162; -webkit-box-shadow: 1px 1px 3px 2px #714162; box-shadow: 1px 1px 3px 2px #714162; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #714162; -webkit-box-shadow: 1px 1px 3px 2px #714162; box-shadow:1px 1px 3px 2px #714162;">
Div content here</div>
This text has color #714162 on black background.
This text has color #714162 on white background.
This text has black color on #714162 background.
This text has white color on #714162 background.