HEX: #09552E
RGB: (9,85,46)
#09552E contains mainly green and blue colors. Web safe color of #09552E is #006633 (or #063).
#09552E color RGB value is (9,85,46).
RGB: (9,85,46)
(4%, 33%, 18%)
R 9 of 255 = 4%
G 85 of 255 = 33%
B 46 of 255 = 18%
R + G + B ~ 18%. #09552E is dark color.
R + G + B = 9 + 85 + 46 = 140 (100%)
R 9 of 140 ~ 6.43%
G 85 of 140 ~ 60.71%
B 46 of 140 ~ 32.86'%
#09552E color CMYK value is (89,0,46,67).
CMYK: (89,0,46,67)
C89M0Y46K67 (89%, 0%, 46%, 67%)
(0.89 / 0.00 / 0.46 / 0.67)
Color #09552E in popluar color models
09 | 55 | 2E | |
---|---|---|---|
RGB | 9 | 85 | 46 |
HSL | 149° | 80.85% | 18.43% |
HSB/HSV | 149° | 89.41% | 33.33% |
CMYK | 89.41% | 0.00% | 45.88% |
66.67% |
Color #09552E in popluar number systems.
HEX | 09 | 55 | 2E |
Decimal | 9 | 85 | 46 |
Binary | 1001 | 1010101 | 101110 |
Octal | 11 | 125 | 56 |
Shades of #09552E
Tints of #09552E
Examples of css and html codes for elements with #09552E color. Also use rgb(9,85,46) instead hex code.
.myTextColor { color: #09552E; }
<p style="color:#09552E">This sample text font color is #09552E.</p>
This text font color is #09552E.
.myBgColor { background-color: #09552E; }
<div style="background-color:#09552E">Inner text</div>
This div background color is #09552E.
.myBorderColor { border: 1px solid #09552E; }
<div style="border:3px solid #09552E">Div</div>
This div border color is #09552E.
.myOpacity80 { color: #09552E; opacity: 0.8; }
<p style="color:#09552E;opacity:0.8;">80%</p>
Text with #09552E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #09552E;}
<p style="text-shadow: 3px 3px 1px #09552E">Text here.</p>
This text has shadow with #09552E color.
.textShadow {text-shadow: 3px 3px 1px #09552E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #09552E, 5px 5px 20px red">Text here.</p>
This text has shadow with #09552E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09552E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#09552E, Direction=45, Strength=4)">Text</p>
This text has shadow with #09552E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #09552E;
-webkit-box-shadow: 1px 1px 3px 2px #09552E;
box-shadow: 1px 1px 3px 2px #09552E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09552E; -webkit-box-shadow: 1px 1px 3px 2px #09552E; box-shadow:1px 1px 3px 2px #09552E;">
Div content here
</div>
This text has color #09552E on black background.
This text has color #09552E on white background.
This text has black color on #09552E background.
This text has white color on #09552E background.
Complementary color for #hex is #F6AAD1.