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