COLOR #66874C

HEX: #66874C RGB: (102,135,76)

Color info

#66874C contains red, green and blue colors in about the same proportion. Web safe color of #66874C is #669933 (or #693).

RGB color model

#66874C color RGB value is (102,135,76).

RGB: (102,135,76) (40%, 53%, 30%)

RGB channels and saturation

R 102 of 255 = 40%
G 135 of 255 = 53%
B 76 of 255 = 30%

102
135
76

R + G + B ~ 41%. #66874C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 135 + 76 = 313 (100%)
R 102 of 313 ~ 32.59%
G 135 of 313 ~ 43.13%
B 76 of 313 ~ 24.28'%

%32.59
%43.13
%24.28

CMYK color model

#66874C color CMYK value is (24,0,44,47).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 43.70%
  • key color value is 47.06%

CMYK: (24,0,44,47)
C24M0Y44K47 (24%, 0%, 44%, 47%)
(0.24 / 0.00 / 0.44 / 0.47)

CMYK percentages

%24.44
%0
%43.7
%47.06

Codes

Color #66874C in popluar color models

66 87 4C
RGB 102 135 76
HSL 94° 27.96% 41.37%
HSB/HSV 94° 43.70% 52.94%
CMYK 24.44% 0.00% 43.70%
47.06%

Color #66874C in popluar number systems.

HEX 66 87 4C
Decimal 102 135 76
Binary 1100110 10000111 1001100
Octal 146 207 114

Shades and tints

Shades of #66874C

#66874C
(102,135,76)
#5D7B46
(93,123,70)
#546F40
(84,111,64)
#4B633A
(75,99,58)
#425734
(66,87,52)
#394B2E
(57,75,46)
#303F28
(48,63,40)
#273322
(39,51,34)
#1E271C
(30,39,28)
#151B16
(21,27,22)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #66874C

#66874C
(102,135,76)
#73915C
(115,145,92)
#809B6C
(128,155,108)
#8DA57C
(141,165,124)
#9AAF8C
(154,175,140)
#A7B99C
(167,185,156)
#B4C3AC
(180,195,172)
#C1CDBC
(193,205,188)
#CED7CC
(206,215,204)
#DBE1DC
(219,225,220)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66874C color. Also use rgb(102,135,76) instead hex code.

Text Font Color

.myTextColor { color: #66874C; }

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

This text font color is #66874C.

Background Color

.myBgColor { background-color: #66874C; }

<div style="background-color:#66874C">Inner text</div>

This div background color is #66874C.

Border color

.myBorderColor { border: 1px solid #66874C; }

<div style="border:3px solid #66874C">Div</div>

This div border color is #66874C.

Opacity

.myOpacity80 { color: #66874C; opacity: 0.8; }

<p style="color:#66874C;opacity:0.8;">80%</p>

Text with #66874C 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 #66874C;}

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

This text has shadow with #66874C color.


.textShadow {text-shadow: 3px 3px 1px #66874C', 3px 3px 1px red;}

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

This text has shadow with #66874C primary color and red secondary color.


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

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

This text has shadow with #66874C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #66874C; -webkit-box-shadow: 1px 1px 3px 2px #66874C; box-shadow:1px 1px 3px 2px #66874C;">
Div content here
</div>

This div box has shadow with color #66874C.

Preview

Color preview on black background

This text has color #66874C on black background.


Color preview on white background

This text has color #66874C on white background.


Black color preview on #66874C background

This text has black color on #66874C background.


White color preview on #66874C background

This text has white color on #66874C background.


Related colors

Complementary color

Complementary color for #hex is #9978B3.


I love getcolorcode.com

Triadic colors

1 #4C6687 and #874C66 with #66874C are triadic colors.

2 #4C8766 and #87664C with #66874C are triadic colors.