HEX: #715001
RGB: (113,80,1)
#715001 contains mainly red and green colors. Web safe color of #715001 is #666600 (or #660).
#715001 color RGB value is (113,80,1).
RGB: (113,80,1)
(44%, 31%, 0%)
R 113 of 255 = 44%
G 80 of 255 = 31%
B 1 of 255 = 0%
R + G + B ~ 25%. #715001 is quite dark color.
R + G + B = 113 + 80 + 1 = 194 (100%)
R 113 of 194 ~ 58.25%
G 80 of 194 ~ 41.24%
B 1 of 194 ~ 0.52'%
#715001 color CMYK value is (0,29,99,56).
CMYK: (0,29,99,56)
C0M29Y99K56 (0%, 29%, 99%, 56%)
(0.00 / 0.29 / 0.99 / 0.56)
Color #715001 in popluar color models
71 | 50 | 01 | |
---|---|---|---|
RGB | 113 | 80 | 1 |
HSL | 42° | 98.25% | 22.35% |
HSB/HSV | 42° | 99.12% | 44.31% |
CMYK | 0.00% | 29.20% | 99.12% |
55.69% |
Color #715001 in popluar number systems.
HEX | 71 | 50 | 01 |
Decimal | 113 | 80 | 1 |
Binary | 1110001 | 1010000 | 1 |
Octal | 161 | 120 | 1 |
Shades of #715001
Tints of #715001
Examples of css and html codes for elements with #715001 color. Also use rgb(113,80,1) instead hex code.
.myTextColor { color: #715001; }
<p style="color:#715001">This sample text font color is #715001.</p>
This text font color is #715001.
.myBgColor { background-color: #715001; }
<div style="background-color:#715001">Inner text</div>
This div background color is #715001.
.myBorderColor { border: 1px solid #715001; }
<div style="border:3px solid #715001">Div</div>
This div border color is #715001.
.myOpacity80 { color: #715001; opacity: 0.8; }
<p style="color:#715001;opacity:0.8;">80%</p>
Text with #715001 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #715001;}
<p style="text-shadow: 3px 3px 1px #715001">Text here.</p>
This text has shadow with #715001 color.
.textShadow {text-shadow: 3px 3px 1px #715001', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #715001, 5px 5px 20px red">Text here.</p>
This text has shadow with #715001 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#715001, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#715001, Direction=45, Strength=4)">Text</p>
This text has shadow with #715001 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #715001;
-webkit-box-shadow: 1px 1px 3px 2px #715001;
box-shadow: 1px 1px 3px 2px #715001;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #715001; -webkit-box-shadow: 1px 1px 3px 2px #715001; box-shadow:1px 1px 3px 2px #715001;">
Div content here
</div>
This text has color #715001 on black background.
This text has color #715001 on white background.
This text has black color on #715001 background.
This text has white color on #715001 background.
Complementary color for #hex is #8EAFFE.