COLOR #66957E

HEX: #66957E
RGB: (102,149,126)

Color info

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

RGB color model

#66957E color RGB value is (102,149,126).

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

RGB channels and saturation

R 102 of 255 = 40%
G 149 of 255 = 58%
B 126 of 255 = 49%

102
149
126

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

Portions of RGB colors in percentages

R + G + B =
102 + 149 + 126 = 377 (100%)
R 102 of 377 ~ 27.06%
G 149 of 377 ~ 39.52%
B 126 of 377 ~ 33.42%

%27.06
%39.52
%33.42

CMYK color model

#66957E color CMYK value is (32,0,15,42).

  • cyan value is 31.54%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(32,0,15,42)
C32M0Y15K42 
(32%,0%,15%,42%)
(0.32/0.00/0.15/0.42)	

CMYK percentages

%31.54
%0
%15.44
%41.57

Codes

Color #66957E in popluar color models

66957E
RGB102149126
HSL151°18.73%49.22%
HSB/HSV151°31.54%58.43%
CMYK31.54%0.00%15.44%
41.57%

Color #66957E in popluar number systems.

HEX66957E
Decimal102149126
Binary1100110100101011111110
Octal146225176

Shades and tints

Shades of #66957E

#66957E
(102,149,126)
#5D8873
(93,136,115)
#547B68
(84,123,104)
#4B6E5D
(75,110,93)
#426152
(66,97,82)
#395447
(57,84,71)
#30473C
(48,71,60)
#273A31
(39,58,49)
#1E2D26
(30,45,38)
#15201B
(21,32,27)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #66957E

#66957E
(102,149,126)
#739E89
(115,158,137)
#80A794
(128,167,148)
#8DB09F
(141,176,159)
#9AB9AA
(154,185,170)
#A7C2B5
(167,194,181)
#B4CBC0
(180,203,192)
#C1D4CB
(193,212,203)
#CEDDD6
(206,221,214)
#DBE6E1
(219,230,225)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66957E color. Also use rgb(102,149,126) instead hex code.

Text Font Color

.myTextColor { color: #66957E; }

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

This text font color is #66957E.


Background Color

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

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

This div background color is #66957E.


Border color

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

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

This div border color is #66957E.


Opacity

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

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

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

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

This text has shadow with #66957E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66957E on black background.


Color preview on white background

This text has color #66957E on white background.



Black color preview on #66957E background

This text has black color on #66957E background.


White color preview on #66957E background

This text has white color on #66957E background.