HEX: #066027
RGB: (6,96,39)
#066027 contains mainly green and blue colors. Web safe color of #066027 is #006633 (or #063).
#066027 color RGB value is (6,96,39).
RGB: (6,96,39) (2%,38%,15%)
R 6 of 255 = 2%
G 96 of 255 = 38%
B 39 of 255 = 15%
R + G + B ~ 18%. #066027 is dark color.
R + G + B =
6 + 96 + 39 = 141 (100%)
R 6 of 141 ~ 4.26%
G 96 of 141 ~ 68.09%
B 39 of 141 ~ 27.66%
#066027 color CMYK value is (94,0,59,62).
CMYK: (94,0,59,62) C94M0Y59K62 (94%,0%,59%,62%) (0.94/0.00/0.59/0.62)
06 | 60 | 27 | |
---|---|---|---|
RGB | 6 | 96 | 39 |
HSL | 142° | 88.24% | 20.00% |
HSB/HSV | 142° | 93.75% | 37.65% |
CMYK | 93.75% | 0.00% | 59.38% |
62.35% |
HEX | 06 | 60 | 27 |
Decimal | 6 | 96 | 39 |
Binary | 110 | 1100000 | 100111 |
Octal | 6 | 140 | 47 |
Examples of css and html codes for elements with #066027 color. Also use rgb(6,96,39) instead hex code.
.myTextColor { color: #066027; }
<p style="color:#066027">This sample text font color is #066027.</p>
This text font color is #066027.
.myBgColor { background-color: #066027; }
<div style="background-color:#066027">Inner text</div>
This div background color is #066027.
.myBorderColor { border: 1px solid #066027; }
<div style="border:3px solid #066027">Div</div>
This div border color is #066027.
.myOpacity80 { color: #066027; opacity: 0.8; }
<p style="color:#066027;opacity:0.8;">80%</p>
Text with #066027 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #066027;}
<p style="text-shadow: 3px 3px 1px #066027">Text here.</p>
This text has shadow with #066027 color.
.textShadow {text-shadow: 3px 3px 1px #066027, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #066027, 5px 5px 20px red">Text here.</p>
This text has shadow with #066027 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#066027, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#066027, Direction=45, Strength=4)">Text</p>
This text has shadow with #066027 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #066027; -webkit-box-shadow: 1px 1px 3px 2px #066027; box-shadow: 1px 1px 3px 2px #066027; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #066027; -webkit-box-shadow: 1px 1px 3px 2px #066027; box-shadow:1px 1px 3px 2px #066027;">
Div content here</div>
This text has color #066027 on black background.
This text has color #066027 on white background.
This text has black color on #066027 background.
This text has white color on #066027 background.