HEX: #135A09
RGB: (19,90,9)
#135A09 contains mainly green color. Web safe color of #135A09 is #006600 (or #060).
#135A09 color RGB value is (19,90,9).
RGB: (19,90,9)
(7%, 35%, 4%)
R 19 of 255 = 7%
G 90 of 255 = 35%
B 9 of 255 = 4%
R + G + B ~ 15%. #135A09 is dark color.
R + G + B = 19 + 90 + 9 = 118 (100%)
R 19 of 118 ~ 16.1%
G 90 of 118 ~ 76.27%
B 9 of 118 ~ 7.63'%
#135A09 color CMYK value is (79,0,90,65).
CMYK: (79,0,90,65)
C79M0Y90K65 (79%, 0%, 90%, 65%)
(0.79 / 0.00 / 0.90 / 0.65)
Color #135A09 in popluar color models
13 | 5A | 09 | |
---|---|---|---|
RGB | 19 | 90 | 9 |
HSL | 113° | 81.82% | 19.41% |
HSB/HSV | 113° | 90.00% | 35.29% |
CMYK | 78.89% | 0.00% | 90.00% |
64.71% |
Color #135A09 in popluar number systems.
HEX | 13 | 5A | 09 |
Decimal | 19 | 90 | 9 |
Binary | 10011 | 1011010 | 1001 |
Octal | 23 | 132 | 11 |
Shades of #135A09
Tints of #135A09
Examples of css and html codes for elements with #135A09 color. Also use rgb(19,90,9) instead hex code.
.myTextColor { color: #135A09; }
<p style="color:#135A09">This sample text font color is #135A09.</p>
This text font color is #135A09.
.myBgColor { background-color: #135A09; }
<div style="background-color:#135A09">Inner text</div>
This div background color is #135A09.
.myBorderColor { border: 1px solid #135A09; }
<div style="border:3px solid #135A09">Div</div>
This div border color is #135A09.
.myOpacity80 { color: #135A09; opacity: 0.8; }
<p style="color:#135A09;opacity:0.8;">80%</p>
Text with #135A09 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #135A09;}
<p style="text-shadow: 3px 3px 1px #135A09">Text here.</p>
This text has shadow with #135A09 color.
.textShadow {text-shadow: 3px 3px 1px #135A09', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #135A09, 5px 5px 20px red">Text here.</p>
This text has shadow with #135A09 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#135A09, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#135A09, Direction=45, Strength=4)">Text</p>
This text has shadow with #135A09 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #135A09;
-webkit-box-shadow: 1px 1px 3px 2px #135A09;
box-shadow: 1px 1px 3px 2px #135A09;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #135A09; -webkit-box-shadow: 1px 1px 3px 2px #135A09; box-shadow:1px 1px 3px 2px #135A09;">
Div content here
</div>
This text has color #135A09 on black background.
This text has color #135A09 on white background.
This text has black color on #135A09 background.
This text has white color on #135A09 background.
Complementary color for #hex is #ECA5F6.