COLOR #66877F

HEX: #66877F
RGB: (102,135,127)

Color info

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

RGB color model

#66877F color RGB value is (102,135,127).

  • red value is 102;
  • green value is 135;
  • blue value is 127.
RGB:
(102,135,127)
(40%,53%,50%)

RGB channels and saturation

R 102 of 255 = 40%
G 135 of 255 = 53%
B 127 of 255 = 50%

102
135
127

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

Portions of RGB colors in percentages

R + G + B =
102 + 135 + 127 = 364 (100%)
R 102 of 364 ~ 28.02%
G 135 of 364 ~ 37.09%
B 127 of 364 ~ 34.89%

%28.02
%37.09
%34.89

CMYK color model

#66877F color CMYK value is (24,0,6,47).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 47.06%
CMYK:
(24,0,6,47)
C24M0Y6K47 
(24%,0%,6%,47%)
(0.24/0.00/0.06/0.47)	

CMYK percentages

%24.44
%0
%5.93
%47.06

Codes

Color #66877F in popluar color models

66877F
RGB102135127
HSL165°13.92%46.47%
HSB/HSV165°24.44%52.94%
CMYK24.44%0.00%5.93%
47.06%

Color #66877F in popluar number systems.

HEX66877F
Decimal102135127
Binary1100110100001111111111
Octal146207177

Shades and tints

Shades of #66877F

#66877F
(102,135,127)
#5D7B74
(93,123,116)
#546F69
(84,111,105)
#4B635E
(75,99,94)
#425753
(66,87,83)
#394B48
(57,75,72)
#303F3D
(48,63,61)
#273332
(39,51,50)
#1E2727
(30,39,39)
#151B1C
(21,27,28)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #66877F

#66877F
(102,135,127)
#73918A
(115,145,138)
#809B95
(128,155,149)
#8DA5A0
(141,165,160)
#9AAFAB
(154,175,171)
#A7B9B6
(167,185,182)
#B4C3C1
(180,195,193)
#C1CDCC
(193,205,204)
#CED7D7
(206,215,215)
#DBE1E2
(219,225,226)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66877F color. Also use rgb(102,135,127) instead hex code.

Text Font Color

.myTextColor { color: #66877F; }

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

This text font color is #66877F.


Background Color

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

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

This div background color is #66877F.


Border color

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

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

This div border color is #66877F.


Opacity

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

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

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

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

This text has shadow with #66877F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66877F on black background.


Color preview on white background

This text has color #66877F on white background.



Black color preview on #66877F background

This text has black color on #66877F background.


White color preview on #66877F background

This text has white color on #66877F background.