HEX: #713000
RGB: (113,48,0)
#713000 contains mainly red color. Web safe color of #713000 is #663300 (or #630).
#713000 color RGB value is (113,48,0).
RGB: (113,48,0)
(44%, 19%, 0%)
R 113 of 255 = 44%
G 48 of 255 = 19%
B 0 of 255 = 0%
R + G + B ~ 21%. #713000 is dark color.
R + G + B = 113 + 48 + 0 = 161 (100%)
R 113 of 161 ~ 70.19%
G 48 of 161 ~ 29.81%
B 0 of 161 ~ 0'%
#713000 color CMYK value is (0,58,100,56).
CMYK: (0,58,100,56) C0M58Y100K56 (0%,58%,100%,56%) (0.00/0.58/1.00/0.56)
Color #713000 in popluar color models
71 | 30 | 00 | |
---|---|---|---|
RGB | 113 | 48 | 0 |
HSL | 25° | 100.00% | 22.16% |
HSB/HSV | 25° | 100.00% | 44.31% |
CMYK | 0.00% | 57.52% | 100.00% |
55.69% |
Color #713000 in popluar number systems.
HEX | 71 | 30 | 00 |
Decimal | 113 | 48 | 0 |
Binary | 1110001 | 110000 | 0 |
Octal | 161 | 60 | 0 |
Shades of #713000
Tints of #713000
Examples of css and html codes for elements with #713000 color. Also use rgb(113,48,0) instead hex code.
.myTextColor { color: #713000; }
<p style="color:#713000">This sample text font color is #713000.</p>
This text font color is #713000.
.myBgColor { background-color: #713000; }
<div style="background-color:#713000">Inner text</div>
This div background color is #713000.
.myBorderColor { border: 1px solid #713000; }
<div style="border:3px solid #713000">Div</div>
This div border color is #713000.
.myOpacity80 { color: #713000; opacity: 0.8; }
<p style="color:#713000;opacity:0.8;">80%</p>
Text with #713000 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #713000;}
<p style="text-shadow: 3px 3px 1px #713000">Text here.</p>
This text has shadow with #713000 color.
.textShadow {text-shadow: 3px 3px 1px #713000', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #713000, 5px 5px 20px red">Text here.</p>
This text has shadow with #713000 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#713000, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#713000, Direction=45, Strength=4)">Text</p>
This text has shadow with #713000 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #713000;
-webkit-box-shadow: 1px 1px 3px 2px #713000;
box-shadow: 1px 1px 3px 2px #713000;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #713000; -webkit-box-shadow: 1px 1px 3px 2px #713000; box-shadow:1px 1px 3px 2px #713000;">
Div content here
</div>
This text has color #713000 on black background.
This text has color #713000 on white background.
This text has black color on #713000 background.
This text has white color on #713000 background.
Complementary color for #hex is #8ECFFF.