HEX: #005311
RGB: (0,83,17)
#005311 contains mainly green color. Web safe color of #005311 is #006600 (or #060).
#005311 color RGB value is (0,83,17).
RGB: (0,83,17)
(0%, 33%, 7%)
R 0 of 255 = 0%
G 83 of 255 = 33%
B 17 of 255 = 7%
R + G + B ~ 13%. #005311 is dark color.
R + G + B = 0 + 83 + 17 = 100 (100%)
R 0 of 100 ~ 0%
G 83 of 100 ~ 83%
B 17 of 100 ~ 17'%
#005311 color CMYK value is (100,0,80,67).
CMYK: (100,0,80,67)
C100M0Y80K67 (100%, 0%, 80%, 67%)
(1.00 / 0.00 / 0.80 / 0.67)
Color #005311 in popluar color models
00 | 53 | 11 | |
---|---|---|---|
RGB | 0 | 83 | 17 |
HSL | 132° | 100.00% | 16.27% |
HSB/HSV | 132° | 100.00% | 32.55% |
CMYK | 100.00% | 0.00% | 79.52% |
67.45% |
Color #005311 in popluar number systems.
HEX | 00 | 53 | 11 |
Decimal | 0 | 83 | 17 |
Binary | 0 | 1010011 | 10001 |
Octal | 0 | 123 | 21 |
Shades of #005311
Tints of #005311
Examples of css and html codes for elements with #005311 color. Also use rgb(0,83,17) instead hex code.
.myTextColor { color: #005311; }
<p style="color:#005311">This sample text font color is #005311.</p>
This text font color is #005311.
.myBgColor { background-color: #005311; }
<div style="background-color:#005311">Inner text</div>
This div background color is #005311.
.myBorderColor { border: 1px solid #005311; }
<div style="border:3px solid #005311">Div</div>
This div border color is #005311.
.myOpacity80 { color: #005311; opacity: 0.8; }
<p style="color:#005311;opacity:0.8;">80%</p>
Text with #005311 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #005311;}
<p style="text-shadow: 3px 3px 1px #005311">Text here.</p>
This text has shadow with #005311 color.
.textShadow {text-shadow: 3px 3px 1px #005311', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #005311, 5px 5px 20px red">Text here.</p>
This text has shadow with #005311 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#005311, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#005311, Direction=45, Strength=4)">Text</p>
This text has shadow with #005311 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #005311;
-webkit-box-shadow: 1px 1px 3px 2px #005311;
box-shadow: 1px 1px 3px 2px #005311;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #005311; -webkit-box-shadow: 1px 1px 3px 2px #005311; box-shadow:1px 1px 3px 2px #005311;">
Div content here
</div>
This text has color #005311 on black background.
This text has color #005311 on white background.
This text has black color on #005311 background.
This text has white color on #005311 background.
Complementary color for #hex is #FFACEE.