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