HEX: #715D0A
RGB: (113,93,10)
#715D0A contains mainly red and green colors. Web safe color of #715D0A is #666600 (or #660).
#715D0A color RGB value is (113,93,10).
RGB: (113,93,10)
(44%, 36%, 4%)
R 113 of 255 = 44%
G 93 of 255 = 36%
B 10 of 255 = 4%
R + G + B ~ 28%. #715D0A is quite dark color.
R + G + B = 113 + 93 + 10 = 216 (100%)
R 113 of 216 ~ 52.31%
G 93 of 216 ~ 43.06%
B 10 of 216 ~ 4.63'%
#715D0A color CMYK value is (0,18,91,56).
CMYK: (0,18,91,56) C0M18Y91K56 (0%,18%,91%,56%) (0.00/0.18/0.91/0.56)
Color #715D0A in popluar color models
71 | 5D | 0A | |
---|---|---|---|
RGB | 113 | 93 | 10 |
HSL | 48° | 83.74% | 24.12% |
HSB/HSV | 48° | 91.15% | 44.31% |
CMYK | 0.00% | 17.70% | 91.15% |
55.69% |
Color #715D0A in popluar number systems.
HEX | 71 | 5D | 0A |
Decimal | 113 | 93 | 10 |
Binary | 1110001 | 1011101 | 1010 |
Octal | 161 | 135 | 12 |
Shades of #715D0A
Tints of #715D0A
Examples of css and html codes for elements with #715D0A color. Also use rgb(113,93,10) instead hex code.
.myTextColor { color: #715D0A; }
<p style="color:#715D0A">This sample text font color is #715D0A.</p>
This text font color is #715D0A.
.myBgColor { background-color: #715D0A; }
<div style="background-color:#715D0A">Inner text</div>
This div background color is #715D0A.
.myBorderColor { border: 1px solid #715D0A; }
<div style="border:3px solid #715D0A">Div</div>
This div border color is #715D0A.
.myOpacity80 { color: #715D0A; opacity: 0.8; }
<p style="color:#715D0A;opacity:0.8;">80%</p>
Text with #715D0A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #715D0A;}
<p style="text-shadow: 3px 3px 1px #715D0A">Text here.</p>
This text has shadow with #715D0A color.
.textShadow {text-shadow: 3px 3px 1px #715D0A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #715D0A, 5px 5px 20px red">Text here.</p>
This text has shadow with #715D0A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#715D0A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#715D0A, Direction=45, Strength=4)">Text</p>
This text has shadow with #715D0A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #715D0A;
-webkit-box-shadow: 1px 1px 3px 2px #715D0A;
box-shadow: 1px 1px 3px 2px #715D0A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #715D0A; -webkit-box-shadow: 1px 1px 3px 2px #715D0A; box-shadow:1px 1px 3px 2px #715D0A;">
Div content here
</div>
This text has color #715D0A on black background.
This text has color #715D0A on white background.
This text has black color on #715D0A background.
This text has white color on #715D0A background.
Complementary color for #hex is #8EA2F5.