COLOR #66B032

HEX: #66B032
RGB: (102,176,50)

Color info

#66B032 contains mainly green color. Web safe color of #66B032 is #669933 (or #693).

RGB color model

#66B032 color RGB value is (102,176,50).

  • red value is 102;
  • green value is 176;
  • blue value is 50.
RGB:
(102,176,50)
(40%,69%,20%)

RGB channels and saturation

R 102 of 255 = 40%
G 176 of 255 = 69%
B 50 of 255 = 20%

102
176
50

R + G + B ~ 43%. #66B032 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 176 + 50 = 328 (100%)
R 102 of 328 ~ 31.1%
G 176 of 328 ~ 53.66%
B 50 of 328 ~ 15.24%

%31.1
%53.66
%15.24

CMYK color model

#66B032 color CMYK value is (42,0,72,31).

  • cyan value is 42.05%
  • magenta value is 0.00%
  • yellow value is 71.59%
  • key color value is 30.98%
CMYK:
(42,0,72,31)
C42M0Y72K31 
(42%,0%,72%,31%)
(0.42/0.00/0.72/0.31)	

CMYK percentages

%42.05
%0
%71.59
%30.98

Codes

Color #66B032 in popluar color models

66B032
RGB10217650
HSL95°55.75%44.31%
HSB/HSV95°71.59%69.02%
CMYK42.05%0.00%71.59%
30.98%

Color #66B032 in popluar number systems.

HEX66B032
Decimal10217650
Binary110011010110000110010
Octal14626062

Shades and tints

Shades of #66B032

#66B032
(102,176,50)
#5DA02E
(93,160,46)
#54902A
(84,144,42)
#4B8026
(75,128,38)
#427022
(66,112,34)
#39601E
(57,96,30)
#30501A
(48,80,26)
#274016
(39,64,22)
#1E3012
(30,48,18)
#15200E
(21,32,14)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #66B032

#66B032
(102,176,50)
#73B744
(115,183,68)
#80BE56
(128,190,86)
#8DC568
(141,197,104)
#9ACC7A
(154,204,122)
#A7D38C
(167,211,140)
#B4DA9E
(180,218,158)
#C1E1B0
(193,225,176)
#CEE8C2
(206,232,194)
#DBEFD4
(219,239,212)
#E8F6E6
(232,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B032 color. Also use rgb(102,176,50) instead hex code.

Text Font Color

.myTextColor { color: #66B032; }

<p style="color:#66B032">This sample text font color is #66B032.</p>

This text font color is #66B032.


Background Color

.myBgColor { background-color: #66B032; }

<div style="background-color:#66B032">Inner text</div>

This div background color is #66B032.


Border color

.myBorderColor { border: 1px solid #66B032; }

<div style="border:3px solid #66B032">Div</div>

This div border color is #66B032.


Opacity

.myOpacity80 { color: #66B032; opacity: 0.8; }

<p style="color:#66B032;opacity:0.8;">80%</p>

Text with #66B032 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #66B032;}

<p style="text-shadow: 3px 3px 1px #66B032">Text here.</p>

This text has shadow with #66B032 color.

.textShadow {text-shadow: 3px 3px 1px #66B032, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #66B032, 5px 5px 20px red">Text here.</p>

This text has shadow with #66B032 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#66B032, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#66B032, Direction=45, Strength=4)">Text</p>

This text has shadow with #66B032 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #66B032;
  -webkit-box-shadow:	1px 1px 3px 2px #66B032;
  box-shadow:		1px 1px 3px 2px #66B032;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #66B032;
-webkit-box-shadow: 1px 1px 3px 2px #66B032;
box-shadow:1px 1px 3px 2px #66B032;">
Div content here</div>
This div box has shadow with color #66B032.

Preview

Color preview on black background

This text has color #66B032 on black background.


Color preview on white background

This text has color #66B032 on white background.



Black color preview on #66B032 background

This text has black color on #66B032 background.


White color preview on #66B032 background

This text has white color on #66B032 background.