COLOR #66877D

HEX: #66877D
RGB: (102,135,125)

Color info

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

RGB color model

#66877D color RGB value is (102,135,125).

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

RGB channels and saturation

R 102 of 255 = 40%
G 135 of 255 = 53%
B 125 of 255 = 49%

102
135
125

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

Portions of RGB colors in percentages

R + G + B =
102 + 135 + 125 = 362 (100%)
R 102 of 362 ~ 28.18%
G 135 of 362 ~ 37.29%
B 125 of 362 ~ 34.53%

%28.18
%37.29
%34.53

CMYK color model

#66877D color CMYK value is (24,0,7,47).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 47.06%
CMYK:
(24,0,7,47)
C24M0Y7K47 
(24%,0%,7%,47%)
(0.24/0.00/0.07/0.47)	

CMYK percentages

%24.44
%0
%7.41
%47.06

Codes

Color #66877D in popluar color models

66877D
RGB102135125
HSL162°13.92%46.47%
HSB/HSV162°24.44%52.94%
CMYK24.44%0.00%7.41%
47.06%

Color #66877D in popluar number systems.

HEX66877D
Decimal102135125
Binary1100110100001111111101
Octal146207175

Shades and tints

Shades of #66877D

#66877D
(102,135,125)
#5D7B72
(93,123,114)
#546F67
(84,111,103)
#4B635C
(75,99,92)
#425751
(66,87,81)
#394B46
(57,75,70)
#303F3B
(48,63,59)
#273330
(39,51,48)
#1E2725
(30,39,37)
#151B1A
(21,27,26)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #66877D

#66877D
(102,135,125)
#739188
(115,145,136)
#809B93
(128,155,147)
#8DA59E
(141,165,158)
#9AAFA9
(154,175,169)
#A7B9B4
(167,185,180)
#B4C3BF
(180,195,191)
#C1CDCA
(193,205,202)
#CED7D5
(206,215,213)
#DBE1E0
(219,225,224)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66877D; }

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

This text font color is #66877D.


Background Color

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

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

This div background color is #66877D.


Border color

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

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

This div border color is #66877D.


Opacity

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

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

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

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

This text has shadow with #66877D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66877D on black background.


Color preview on white background

This text has color #66877D on white background.



Black color preview on #66877D background

This text has black color on #66877D background.


White color preview on #66877D background

This text has white color on #66877D background.