COLOR #66966F

HEX: #66966F
RGB: (102,150,111)

Color info

#66966F contains red, green and blue colors in about the same proportion. Web safe color of #66966F is #669966 (or #696).

RGB color model

#66966F color RGB value is (102,150,111).

  • red value is 102;
  • green value is 150;
  • blue value is 111.
RGB:
(102,150,111)
(40%,59%,44%)

RGB channels and saturation

R 102 of 255 = 40%
G 150 of 255 = 59%
B 111 of 255 = 44%

102
150
111

R + G + B ~ 48%. #66966F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 150 + 111 = 363 (100%)
R 102 of 363 ~ 28.1%
G 150 of 363 ~ 41.32%
B 111 of 363 ~ 30.58%

%28.1
%41.32
%30.58

CMYK color model

#66966F color CMYK value is (32,0,26,41).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 41.18%
CMYK:
(32,0,26,41)
C32M0Y26K41 
(32%,0%,26%,41%)
(0.32/0.00/0.26/0.41)	

CMYK percentages

%32
%0
%26
%41.18

Codes

Color #66966F in popluar color models

66966F
RGB102150111
HSL131°19.05%49.41%
HSB/HSV131°32.00%58.82%
CMYK32.00%0.00%26.00%
41.18%

Color #66966F in popluar number systems.

HEX66966F
Decimal102150111
Binary1100110100101101101111
Octal146226157

Shades and tints

Shades of #66966F

#66966F
(102,150,111)
#5D8965
(93,137,101)
#547C5B
(84,124,91)
#4B6F51
(75,111,81)
#426247
(66,98,71)
#39553D
(57,85,61)
#304833
(48,72,51)
#273B29
(39,59,41)
#1E2E1F
(30,46,31)
#152115
(21,33,21)
#0C140B
(12,20,11)
#000000
(0,0,0)

Tints of #66966F

#66966F
(102,150,111)
#739F7C
(115,159,124)
#80A889
(128,168,137)
#8DB196
(141,177,150)
#9ABAA3
(154,186,163)
#A7C3B0
(167,195,176)
#B4CCBD
(180,204,189)
#C1D5CA
(193,213,202)
#CEDED7
(206,222,215)
#DBE7E4
(219,231,228)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66966F color. Also use rgb(102,150,111) instead hex code.

Text Font Color

.myTextColor { color: #66966F; }

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

This text font color is #66966F.


Background Color

.myBgColor { background-color: #66966F; }

<div style="background-color:#66966F">Inner text</div>

This div background color is #66966F.


Border color

.myBorderColor { border: 1px solid #66966F; }

<div style="border:3px solid #66966F">Div</div>

This div border color is #66966F.


Opacity

.myOpacity80 { color: #66966F; opacity: 0.8; }

<p style="color:#66966F;opacity:0.8;">80%</p>

Text with #66966F 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 #66966F;}

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

This text has shadow with #66966F color.

.textShadow {text-shadow: 3px 3px 1px #66966F, 3px 3px 1px red;}

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

This text has shadow with #66966F primary color and red secondary color.


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

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

This text has shadow with #66966F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66966F on black background.


Color preview on white background

This text has color #66966F on white background.



Black color preview on #66966F background

This text has black color on #66966F background.


White color preview on #66966F background

This text has white color on #66966F background.