COLOR #66957B

HEX: #66957B
RGB: (102,149,123)

Color info

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

RGB color model

#66957B color RGB value is (102,149,123).

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

RGB channels and saturation

R 102 of 255 = 40%
G 149 of 255 = 58%
B 123 of 255 = 48%

102
149
123

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

Portions of RGB colors in percentages

R + G + B =
102 + 149 + 123 = 374 (100%)
R 102 of 374 ~ 27.27%
G 149 of 374 ~ 39.84%
B 123 of 374 ~ 32.89%

%27.27
%39.84
%32.89

CMYK color model

#66957B color CMYK value is (32,0,17,42).

  • cyan value is 31.54%
  • magenta value is 0.00%
  • yellow value is 17.45%
  • key color value is 41.57%
CMYK:
(32,0,17,42)
C32M0Y17K42 
(32%,0%,17%,42%)
(0.32/0.00/0.17/0.42)	

CMYK percentages

%31.54
%0
%17.45
%41.57

Codes

Color #66957B in popluar color models

66957B
RGB102149123
HSL147°18.73%49.22%
HSB/HSV147°31.54%58.43%
CMYK31.54%0.00%17.45%
41.57%

Color #66957B in popluar number systems.

HEX66957B
Decimal102149123
Binary1100110100101011111011
Octal146225173

Shades and tints

Shades of #66957B

#66957B
(102,149,123)
#5D8870
(93,136,112)
#547B65
(84,123,101)
#4B6E5A
(75,110,90)
#42614F
(66,97,79)
#395444
(57,84,68)
#304739
(48,71,57)
#273A2E
(39,58,46)
#1E2D23
(30,45,35)
#152018
(21,32,24)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #66957B

#66957B
(102,149,123)
#739E87
(115,158,135)
#80A793
(128,167,147)
#8DB09F
(141,176,159)
#9AB9AB
(154,185,171)
#A7C2B7
(167,194,183)
#B4CBC3
(180,203,195)
#C1D4CF
(193,212,207)
#CEDDDB
(206,221,219)
#DBE6E7
(219,230,231)
#E8EFF3
(232,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66957B; }

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

This text font color is #66957B.


Background Color

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

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

This div background color is #66957B.


Border color

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

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

This div border color is #66957B.


Opacity

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

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

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

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

This text has shadow with #66957B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66957B on black background.


Color preview on white background

This text has color #66957B on white background.



Black color preview on #66957B background

This text has black color on #66957B background.


White color preview on #66957B background

This text has white color on #66957B background.