HEX: #133009
RGB: (19,48,9)
#133009 contains red, green and blue colors in about the same proportion. Web safe color of #133009 is #003300 (or #030).
#133009 color RGB value is (19,48,9).
RGB: (19,48,9)
(7%, 19%, 4%)
R 19 of 255 = 7%
G 48 of 255 = 19%
B 9 of 255 = 4%
R + G + B ~ 10%. #133009 is dark color.
R + G + B = 19 + 48 + 9 = 76 (100%)
R 19 of 76 ~ 25%
G 48 of 76 ~ 63.16%
B 9 of 76 ~ 11.84'%
#133009 color CMYK value is (60,0,81,81).
CMYK: (60,0,81,81) C60M0Y81K81 (60%,0%,81%,81%) (0.60/0.00/0.81/0.81)
Color #133009 in popluar color models
13 | 30 | 09 | |
---|---|---|---|
RGB | 19 | 48 | 9 |
HSL | 105° | 68.42% | 11.18% |
HSB/HSV | 105° | 81.25% | 18.82% |
CMYK | 60.42% | 0.00% | 81.25% |
81.18% |
Color #133009 in popluar number systems.
HEX | 13 | 30 | 09 |
Decimal | 19 | 48 | 9 |
Binary | 10011 | 110000 | 1001 |
Octal | 23 | 60 | 11 |
Shades of #133009
Tints of #133009
Examples of css and html codes for elements with #133009 color. Also use rgb(19,48,9) instead hex code.
.myTextColor { color: #133009; }
<p style="color:#133009">This sample text font color is #133009.</p>
This text font color is #133009.
.myBgColor { background-color: #133009; }
<div style="background-color:#133009">Inner text</div>
This div background color is #133009.
.myBorderColor { border: 1px solid #133009; }
<div style="border:3px solid #133009">Div</div>
This div border color is #133009.
.myOpacity80 { color: #133009; opacity: 0.8; }
<p style="color:#133009;opacity:0.8;">80%</p>
Text with #133009 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #133009;}
<p style="text-shadow: 3px 3px 1px #133009">Text here.</p>
This text has shadow with #133009 color.
.textShadow {text-shadow: 3px 3px 1px #133009', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #133009, 5px 5px 20px red">Text here.</p>
This text has shadow with #133009 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#133009, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#133009, Direction=45, Strength=4)">Text</p>
This text has shadow with #133009 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #133009;
-webkit-box-shadow: 1px 1px 3px 2px #133009;
box-shadow: 1px 1px 3px 2px #133009;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #133009; -webkit-box-shadow: 1px 1px 3px 2px #133009; box-shadow:1px 1px 3px 2px #133009;">
Div content here
</div>
This text has color #133009 on black background.
This text has color #133009 on white background.
This text has black color on #133009 background.
This text has white color on #133009 background.
Complementary color for #hex is #ECCFF6.