HEX: #006633
RGB: (0,102,51)
#006633 contains only green and blue colors. #006633 color is web safe color. It maybe written shortly as #063.
#006633 color RGB value is (0,102,51).
RGB: (0,102,51)
(0%, 40%, 20%)
R 0 of 255 = 0%
G 102 of 255 = 40%
B 51 of 255 = 20%
R + G + B ~ 20%. #006633 is dark color.
R + G + B = 0 + 102 + 51 = 153 (100%)
R 0 of 153 ~ 0%
G 102 of 153 ~ 66.67%
B 51 of 153 ~ 33.33'%
#006633 color CMYK value is (100,0,50,60).
CMYK: (100,0,50,60)
C100M0Y50K60 (100%, 0%, 50%, 60%)
(1.00 / 0.00 / 0.50 / 0.60)
Color #006633 in popluar color models
00 | 66 | 33 | |
---|---|---|---|
RGB | 0 | 102 | 51 |
HSL | 150° | 100.00% | 20.00% |
HSB/HSV | 150° | 100.00% | 40.00% |
CMYK | 100.00% | 0.00% | 50.00% |
60.00% |
Color #006633 in popluar number systems.
HEX | 00 | 66 | 33 |
Decimal | 0 | 102 | 51 |
Binary | 0 | 1100110 | 110011 |
Octal | 0 | 146 | 63 |
Shades of #006633
Tints of #006633
Examples of css and html codes for elements with #006633 color. Also use rgb(0,102,51) instead hex code.
.myTextColor { color: #006633; }
<p style="color:#006633">This sample text font color is #006633.</p>
This text font color is #006633.
.myBgColor { background-color: #006633; }
<div style="background-color:#006633">Inner text</div>
This div background color is #006633.
.myBorderColor { border: 1px solid #006633; }
<div style="border:3px solid #006633">Div</div>
This div border color is #006633.
.myOpacity80 { color: #006633; opacity: 0.8; }
<p style="color:#006633;opacity:0.8;">80%</p>
Text with #006633 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #006633;}
<p style="text-shadow: 3px 3px 1px #006633">Text here.</p>
This text has shadow with #006633 color.
.textShadow {text-shadow: 3px 3px 1px #006633', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #006633, 5px 5px 20px red">Text here.</p>
This text has shadow with #006633 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#006633, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#006633, Direction=45, Strength=4)">Text</p>
This text has shadow with #006633 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #006633;
-webkit-box-shadow: 1px 1px 3px 2px #006633;
box-shadow: 1px 1px 3px 2px #006633;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #006633; -webkit-box-shadow: 1px 1px 3px 2px #006633; box-shadow:1px 1px 3px 2px #006633;">
Div content here
</div>
This text has color #006633 on black background.
This text has color #006633 on white background.
This text has black color on #006633 background.
This text has white color on #006633 background.
Complementary color for #hex is #FF99CC.