HEX: #09582F
RGB: (9,88,47)
#09582F contains mainly green and blue colors. Web safe color of #09582F is #006633 (or #063).
#09582F color RGB value is (9,88,47).
RGB: (9,88,47)
(4%, 35%, 18%)
R 9 of 255 = 4%
G 88 of 255 = 35%
B 47 of 255 = 18%
R + G + B ~ 19%. #09582F is dark color.
R + G + B = 9 + 88 + 47 = 144 (100%)
R 9 of 144 ~ 6.25%
G 88 of 144 ~ 61.11%
B 47 of 144 ~ 32.64'%
#09582F color CMYK value is (90,0,47,65).
CMYK: (90,0,47,65)
C90M0Y47K65 (90%, 0%, 47%, 65%)
(0.90 / 0.00 / 0.47 / 0.65)
Color #09582F in popluar color models
09 | 58 | 2F | |
---|---|---|---|
RGB | 9 | 88 | 47 |
HSL | 149° | 81.44% | 19.02% |
HSB/HSV | 149° | 89.77% | 34.51% |
CMYK | 89.77% | 0.00% | 46.59% |
65.49% |
Color #09582F in popluar number systems.
HEX | 09 | 58 | 2F |
Decimal | 9 | 88 | 47 |
Binary | 1001 | 1011000 | 101111 |
Octal | 11 | 130 | 57 |
Shades of #09582F
Tints of #09582F
Examples of css and html codes for elements with #09582F color. Also use rgb(9,88,47) instead hex code.
.myTextColor { color: #09582F; }
<p style="color:#09582F">This sample text font color is #09582F.</p>
This text font color is #09582F.
.myBgColor { background-color: #09582F; }
<div style="background-color:#09582F">Inner text</div>
This div background color is #09582F.
.myBorderColor { border: 1px solid #09582F; }
<div style="border:3px solid #09582F">Div</div>
This div border color is #09582F.
.myOpacity80 { color: #09582F; opacity: 0.8; }
<p style="color:#09582F;opacity:0.8;">80%</p>
Text with #09582F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #09582F;}
<p style="text-shadow: 3px 3px 1px #09582F">Text here.</p>
This text has shadow with #09582F color.
.textShadow {text-shadow: 3px 3px 1px #09582F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #09582F, 5px 5px 20px red">Text here.</p>
This text has shadow with #09582F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09582F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#09582F, Direction=45, Strength=4)">Text</p>
This text has shadow with #09582F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #09582F;
-webkit-box-shadow: 1px 1px 3px 2px #09582F;
box-shadow: 1px 1px 3px 2px #09582F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09582F; -webkit-box-shadow: 1px 1px 3px 2px #09582F; box-shadow:1px 1px 3px 2px #09582F;">
Div content here
</div>
This text has color #09582F on black background.
This text has color #09582F on white background.
This text has black color on #09582F background.
This text has white color on #09582F background.
Complementary color for #hex is #F6A7D0.