COLOR #66955F

HEX: #66955F
RGB: (102,149,95)

Color info

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

RGB color model

#66955F color RGB value is (102,149,95).

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

RGB channels and saturation

R 102 of 255 = 40%
G 149 of 255 = 58%
B 95 of 255 = 37%

102
149
95

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

Portions of RGB colors in percentages

R + G + B =
102 + 149 + 95 = 346 (100%)
R 102 of 346 ~ 29.48%
G 149 of 346 ~ 43.06%
B 95 of 346 ~ 27.46%

%29.48
%43.06
%27.46

CMYK color model

#66955F color CMYK value is (32,0,36,42).

  • cyan value is 31.54%
  • magenta value is 0.00%
  • yellow value is 36.24%
  • key color value is 41.57%
CMYK:
(32,0,36,42)
C32M0Y36K42 
(32%,0%,36%,42%)
(0.32/0.00/0.36/0.42)	

CMYK percentages

%31.54
%0
%36.24
%41.57

Codes

Color #66955F in popluar color models

66955F
RGB10214995
HSL112°22.13%47.84%
HSB/HSV112°36.24%58.43%
CMYK31.54%0.00%36.24%
41.57%

Color #66955F in popluar number systems.

HEX66955F
Decimal10214995
Binary1100110100101011011111
Octal146225137

Shades and tints

Shades of #66955F

#66955F
(102,149,95)
#5D8857
(93,136,87)
#547B4F
(84,123,79)
#4B6E47
(75,110,71)
#42613F
(66,97,63)
#395437
(57,84,55)
#30472F
(48,71,47)
#273A27
(39,58,39)
#1E2D1F
(30,45,31)
#152017
(21,32,23)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #66955F

#66955F
(102,149,95)
#739E6D
(115,158,109)
#80A77B
(128,167,123)
#8DB089
(141,176,137)
#9AB997
(154,185,151)
#A7C2A5
(167,194,165)
#B4CBB3
(180,203,179)
#C1D4C1
(193,212,193)
#CEDDCF
(206,221,207)
#DBE6DD
(219,230,221)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66955F; }

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

This text font color is #66955F.


Background Color

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

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

This div background color is #66955F.


Border color

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

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

This div border color is #66955F.


Opacity

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

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

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

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

This text has shadow with #66955F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66955F on black background.


Color preview on white background

This text has color #66955F on white background.



Black color preview on #66955F background

This text has black color on #66955F background.


White color preview on #66955F background

This text has white color on #66955F background.