COLOR #66875B

HEX: #66875B
RGB: (102,135,91)

Color info

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

RGB color model

#66875B color RGB value is (102,135,91).

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

RGB channels and saturation

R 102 of 255 = 40%
G 135 of 255 = 53%
B 91 of 255 = 36%

102
135
91

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

Portions of RGB colors in percentages

R + G + B =
102 + 135 + 91 = 328 (100%)
R 102 of 328 ~ 31.1%
G 135 of 328 ~ 41.16%
B 91 of 328 ~ 27.74%

%31.1
%41.16
%27.74

CMYK color model

#66875B color CMYK value is (24,0,33,47).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 32.59%
  • key color value is 47.06%
CMYK:
(24,0,33,47)
C24M0Y33K47 
(24%,0%,33%,47%)
(0.24/0.00/0.33/0.47)	

CMYK percentages

%24.44
%0
%32.59
%47.06

Codes

Color #66875B in popluar color models

66875B
RGB10213591
HSL105°19.47%44.31%
HSB/HSV105°32.59%52.94%
CMYK24.44%0.00%32.59%
47.06%

Color #66875B in popluar number systems.

HEX66875B
Decimal10213591
Binary1100110100001111011011
Octal146207133

Shades and tints

Shades of #66875B

#66875B
(102,135,91)
#5D7B53
(93,123,83)
#546F4B
(84,111,75)
#4B6343
(75,99,67)
#42573B
(66,87,59)
#394B33
(57,75,51)
#303F2B
(48,63,43)
#273323
(39,51,35)
#1E271B
(30,39,27)
#151B13
(21,27,19)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #66875B

#66875B
(102,135,91)
#739169
(115,145,105)
#809B77
(128,155,119)
#8DA585
(141,165,133)
#9AAF93
(154,175,147)
#A7B9A1
(167,185,161)
#B4C3AF
(180,195,175)
#C1CDBD
(193,205,189)
#CED7CB
(206,215,203)
#DBE1D9
(219,225,217)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66875B color. Also use rgb(102,135,91) instead hex code.

Text Font Color

.myTextColor { color: #66875B; }

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

This text font color is #66875B.


Background Color

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

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

This div background color is #66875B.


Border color

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

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

This div border color is #66875B.


Opacity

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

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

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

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

This text has shadow with #66875B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66875B on black background.


Color preview on white background

This text has color #66875B on white background.



Black color preview on #66875B background

This text has black color on #66875B background.


White color preview on #66875B background

This text has white color on #66875B background.