HEX: #71426B
RGB: (113,66,107)
#71426B contains red, green and blue colors in about the same proportion. Web safe color of #71426B is #663366 (or #636).
#71426B color RGB value is (113,66,107).
RGB: (113,66,107) (44%,26%,42%)
R 113 of 255 = 44%
G 66 of 255 = 26%
B 107 of 255 = 42%
R + G + B ~ 37%. #71426B is quite dark color.
R + G + B =
113 + 66 + 107 = 286 (100%)
R 113 of 286 ~ 39.51%
G 66 of 286 ~ 23.08%
B 107 of 286 ~ 37.41%
#71426B color CMYK value is (0,42,5,56).
CMYK: (0,42,5,56) C0M42Y5K56 (0%,42%,5%,56%) (0.00/0.42/0.05/0.56)
71 | 42 | 6B | |
---|---|---|---|
RGB | 113 | 66 | 107 |
HSL | 308° | 26.26% | 35.10% |
HSB/HSV | 308° | 41.59% | 44.31% |
CMYK | 0.00% | 41.59% | 5.31% |
55.69% |
HEX | 71 | 42 | 6B |
Decimal | 113 | 66 | 107 |
Binary | 1110001 | 1000010 | 1101011 |
Octal | 161 | 102 | 153 |
Examples of css and html codes for elements with #71426B color. Also use rgb(113,66,107) instead hex code.
.myTextColor { color: #71426B; }
<p style="color:#71426B">This sample text font color is #71426B.</p>
This text font color is #71426B.
.myBgColor { background-color: #71426B; }
<div style="background-color:#71426B">Inner text</div>
This div background color is #71426B.
.myBorderColor { border: 1px solid #71426B; }
<div style="border:3px solid #71426B">Div</div>
This div border color is #71426B.
.myOpacity80 { color: #71426B; opacity: 0.8; }
<p style="color:#71426B;opacity:0.8;">80%</p>
Text with #71426B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71426B;}
<p style="text-shadow: 3px 3px 1px #71426B">Text here.</p>
This text has shadow with #71426B color.
.textShadow {text-shadow: 3px 3px 1px #71426B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71426B, 5px 5px 20px red">Text here.</p>
This text has shadow with #71426B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71426B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71426B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71426B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71426B; -webkit-box-shadow: 1px 1px 3px 2px #71426B; box-shadow: 1px 1px 3px 2px #71426B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71426B; -webkit-box-shadow: 1px 1px 3px 2px #71426B; box-shadow:1px 1px 3px 2px #71426B;">
Div content here</div>
This text has color #71426B on black background.
This text has color #71426B on white background.
This text has black color on #71426B background.
This text has white color on #71426B background.