COLOR #66965F

HEX: #66965F
RGB: (102,150,95)

Color info

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

RGB color model

#66965F color RGB value is (102,150,95).

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

RGB channels and saturation

R 102 of 255 = 40%
G 150 of 255 = 59%
B 95 of 255 = 37%

102
150
95

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

Portions of RGB colors in percentages

R + G + B =
102 + 150 + 95 = 347 (100%)
R 102 of 347 ~ 29.39%
G 150 of 347 ~ 43.23%
B 95 of 347 ~ 27.38%

%29.39
%43.23
%27.38

CMYK color model

#66965F color CMYK value is (32,0,37,41).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 41.18%
CMYK:
(32,0,37,41)
C32M0Y37K41 
(32%,0%,37%,41%)
(0.32/0.00/0.37/0.41)	

CMYK percentages

%32
%0
%36.67
%41.18

Codes

Color #66965F in popluar color models

66965F
RGB10215095
HSL112°22.45%48.04%
HSB/HSV112°36.67%58.82%
CMYK32.00%0.00%36.67%
41.18%

Color #66965F in popluar number systems.

HEX66965F
Decimal10215095
Binary1100110100101101011111
Octal146226137

Shades and tints

Shades of #66965F

#66965F
(102,150,95)
#5D8957
(93,137,87)
#547C4F
(84,124,79)
#4B6F47
(75,111,71)
#42623F
(66,98,63)
#395537
(57,85,55)
#30482F
(48,72,47)
#273B27
(39,59,39)
#1E2E1F
(30,46,31)
#152117
(21,33,23)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #66965F

#66965F
(102,150,95)
#739F6D
(115,159,109)
#80A87B
(128,168,123)
#8DB189
(141,177,137)
#9ABA97
(154,186,151)
#A7C3A5
(167,195,165)
#B4CCB3
(180,204,179)
#C1D5C1
(193,213,193)
#CEDECF
(206,222,207)
#DBE7DD
(219,231,221)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66965F; }

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

This text font color is #66965F.


Background Color

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

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

This div background color is #66965F.


Border color

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

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

This div border color is #66965F.


Opacity

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

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

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

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

This text has shadow with #66965F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66965F on black background.


Color preview on white background

This text has color #66965F on white background.



Black color preview on #66965F background

This text has black color on #66965F background.


White color preview on #66965F background

This text has white color on #66965F background.