COLOR #66966E

HEX: #66966E
RGB: (102,150,110)

Color info

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

RGB color model

#66966E color RGB value is (102,150,110).

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

RGB channels and saturation

R 102 of 255 = 40%
G 150 of 255 = 59%
B 110 of 255 = 43%

102
150
110

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

Portions of RGB colors in percentages

R + G + B =
102 + 150 + 110 = 362 (100%)
R 102 of 362 ~ 28.18%
G 150 of 362 ~ 41.44%
B 110 of 362 ~ 30.39%

%28.18
%41.44
%30.39

CMYK color model

#66966E color CMYK value is (32,0,27,41).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 41.18%
CMYK:
(32,0,27,41)
C32M0Y27K41 
(32%,0%,27%,41%)
(0.32/0.00/0.27/0.41)	

CMYK percentages

%32
%0
%26.67
%41.18

Codes

Color #66966E in popluar color models

66966E
RGB102150110
HSL130°19.05%49.41%
HSB/HSV130°32.00%58.82%
CMYK32.00%0.00%26.67%
41.18%

Color #66966E in popluar number systems.

HEX66966E
Decimal102150110
Binary1100110100101101101110
Octal146226156

Shades and tints

Shades of #66966E

#66966E
(102,150,110)
#5D8964
(93,137,100)
#547C5A
(84,124,90)
#4B6F50
(75,111,80)
#426246
(66,98,70)
#39553C
(57,85,60)
#304832
(48,72,50)
#273B28
(39,59,40)
#1E2E1E
(30,46,30)
#152114
(21,33,20)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #66966E

#66966E
(102,150,110)
#739F7B
(115,159,123)
#80A888
(128,168,136)
#8DB195
(141,177,149)
#9ABAA2
(154,186,162)
#A7C3AF
(167,195,175)
#B4CCBC
(180,204,188)
#C1D5C9
(193,213,201)
#CEDED6
(206,222,214)
#DBE7E3
(219,231,227)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66966E; }

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

This text font color is #66966E.


Background Color

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

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

This div background color is #66966E.


Border color

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

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

This div border color is #66966E.


Opacity

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

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

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

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

This text has shadow with #66966E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66966E on black background.


Color preview on white background

This text has color #66966E on white background.



Black color preview on #66966E background

This text has black color on #66966E background.


White color preview on #66966E background

This text has white color on #66966E background.