HEX: #063E09
RGB: (6,62,9)
#063E09 contains red, green and blue colors in about the same proportion. Web safe color of #063E09 is #003300 (or #030).
#063E09 color RGB value is (6,62,9).
RGB: (6,62,9)
(2%, 24%, 4%)
R 6 of 255 = 2%
G 62 of 255 = 24%
B 9 of 255 = 4%
R + G + B ~ 10%. #063E09 is dark color.
R + G + B = 6 + 62 + 9 = 77 (100%)
R 6 of 77 ~ 7.79%
G 62 of 77 ~ 80.52%
B 9 of 77 ~ 11.69'%
#063E09 color CMYK value is (90,0,85,76).
CMYK: (90,0,85,76) C90M0Y85K76 (90%,0%,85%,76%) (0.90/0.00/0.85/0.76)
Color #063E09 in popluar color models
06 | 3E | 09 | |
---|---|---|---|
RGB | 6 | 62 | 9 |
HSL | 123° | 82.35% | 13.33% |
HSB/HSV | 123° | 90.32% | 24.31% |
CMYK | 90.32% | 0.00% | 85.48% |
75.69% |
Color #063E09 in popluar number systems.
HEX | 06 | 3E | 09 |
Decimal | 6 | 62 | 9 |
Binary | 110 | 111110 | 1001 |
Octal | 6 | 76 | 11 |
Shades of #063E09
Tints of #063E09
Examples of css and html codes for elements with #063E09 color. Also use rgb(6,62,9) instead hex code.
.myTextColor { color: #063E09; }
<p style="color:#063E09">This sample text font color is #063E09.</p>
This text font color is #063E09.
.myBgColor { background-color: #063E09; }
<div style="background-color:#063E09">Inner text</div>
This div background color is #063E09.
.myBorderColor { border: 1px solid #063E09; }
<div style="border:3px solid #063E09">Div</div>
This div border color is #063E09.
.myOpacity80 { color: #063E09; opacity: 0.8; }
<p style="color:#063E09;opacity:0.8;">80%</p>
Text with #063E09 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #063E09;}
<p style="text-shadow: 3px 3px 1px #063E09">Text here.</p>
This text has shadow with #063E09 color.
.textShadow {text-shadow: 3px 3px 1px #063E09', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #063E09, 5px 5px 20px red">Text here.</p>
This text has shadow with #063E09 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#063E09, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#063E09, Direction=45, Strength=4)">Text</p>
This text has shadow with #063E09 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #063E09;
-webkit-box-shadow: 1px 1px 3px 2px #063E09;
box-shadow: 1px 1px 3px 2px #063E09;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #063E09; -webkit-box-shadow: 1px 1px 3px 2px #063E09; box-shadow:1px 1px 3px 2px #063E09;">
Div content here
</div>
This text has color #063E09 on black background.
This text has color #063E09 on white background.
This text has black color on #063E09 background.
This text has white color on #063E09 background.
Complementary color for #hex is #F9C1F6.