HEX: #71424A
RGB: (113,66,74)
#71424A contains red, green and blue colors in about the same proportion. Web safe color of #71424A is #663333 (or #633).
#71424A color RGB value is (113,66,74).
RGB: (113,66,74)
(44%, 26%, 29%)
R 113 of 255 = 44%
G 66 of 255 = 26%
B 74 of 255 = 29%
R + G + B ~ 33%. #71424A is quite dark color.
R + G + B = 113 + 66 + 74 = 253 (100%)
R 113 of 253 ~ 44.66%
G 66 of 253 ~ 26.09%
B 74 of 253 ~ 29.25'%
#71424A color CMYK value is (0,42,35,56).
CMYK: (0,42,35,56)
C0M42Y35K56 (0%, 42%, 35%, 56%)
(0.00 / 0.42 / 0.35 / 0.56)
Color #71424A in popluar color models
71 | 42 | 4A | |
---|---|---|---|
RGB | 113 | 66 | 74 |
HSL | 350° | 26.26% | 35.10% |
HSB/HSV | 350° | 41.59% | 44.31% |
CMYK | 0.00% | 41.59% | 34.51% |
55.69% |
Color #71424A in popluar number systems.
HEX | 71 | 42 | 4A |
Decimal | 113 | 66 | 74 |
Binary | 1110001 | 1000010 | 1001010 |
Octal | 161 | 102 | 112 |
Shades of #71424A
Tints of #71424A
Examples of css and html codes for elements with #71424A color. Also use rgb(113,66,74) instead hex code.
.myTextColor { color: #71424A; }
<p style="color:#71424A">This sample text font color is #71424A.</p>
This text font color is #71424A.
.myBgColor { background-color: #71424A; }
<div style="background-color:#71424A">Inner text</div>
This div background color is #71424A.
.myBorderColor { border: 1px solid #71424A; }
<div style="border:3px solid #71424A">Div</div>
This div border color is #71424A.
.myOpacity80 { color: #71424A; opacity: 0.8; }
<p style="color:#71424A;opacity:0.8;">80%</p>
Text with #71424A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71424A;}
<p style="text-shadow: 3px 3px 1px #71424A">Text here.</p>
This text has shadow with #71424A color.
.textShadow {text-shadow: 3px 3px 1px #71424A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71424A, 5px 5px 20px red">Text here.</p>
This text has shadow with #71424A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71424A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71424A, Direction=45, Strength=4)">Text</p>
This text has shadow with #71424A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71424A;
-webkit-box-shadow: 1px 1px 3px 2px #71424A;
box-shadow: 1px 1px 3px 2px #71424A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71424A; -webkit-box-shadow: 1px 1px 3px 2px #71424A; box-shadow:1px 1px 3px 2px #71424A;">
Div content here
</div>
This text has color #71424A on black background.
This text has color #71424A on white background.
This text has black color on #71424A background.
This text has white color on #71424A background.
Complementary color for #hex is #8EBDB5.