COLOR #666A57

HEX: #666A57
RGB: (102,106,87)

Color info

#666A57 contains red, green and blue colors in about the same proportion. Web safe color of #666A57 is #666666 (or #666).

RGB color model

#666A57 color RGB value is (102,106,87).

  • red value is 102;
  • green value is 106;
  • blue value is 87.
RGB:
(102,106,87)
(40%,42%,34%)

RGB channels and saturation

R 102 of 255 = 40%
G 106 of 255 = 42%
B 87 of 255 = 34%

102
106
87

R + G + B ~ 39%. #666A57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 106 + 87 = 295 (100%)
R 102 of 295 ~ 34.58%
G 106 of 295 ~ 35.93%
B 87 of 295 ~ 29.49%

%34.58
%35.93
%29.49

CMYK color model

#666A57 color CMYK value is (4,0,18,58).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 17.92%
  • key color value is 58.43%
CMYK:
(4,0,18,58)
C4M0Y18K58 
(4%,0%,18%,58%)
(0.04/0.00/0.18/0.58)	

CMYK percentages

%3.77
%0
%17.92
%58.43

Codes

Color #666A57 in popluar color models

666A57
RGB10210687
HSL73°9.84%37.84%
HSB/HSV73°17.92%41.57%
CMYK3.77%0.00%17.92%
58.43%

Color #666A57 in popluar number systems.

HEX666A57
Decimal10210687
Binary110011011010101010111
Octal146152127

Shades and tints

Shades of #666A57

#666A57
(102,106,87)
#5D6150
(93,97,80)
#545849
(84,88,73)
#4B4F42
(75,79,66)
#42463B
(66,70,59)
#393D34
(57,61,52)
#30342D
(48,52,45)
#272B26
(39,43,38)
#1E221F
(30,34,31)
#151918
(21,25,24)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #666A57

#666A57
(102,106,87)
#737766
(115,119,102)
#808475
(128,132,117)
#8D9184
(141,145,132)
#9A9E93
(154,158,147)
#A7ABA2
(167,171,162)
#B4B8B1
(180,184,177)
#C1C5C0
(193,197,192)
#CED2CF
(206,210,207)
#DBDFDE
(219,223,222)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666A57 color. Also use rgb(102,106,87) instead hex code.

Text Font Color

.myTextColor { color: #666A57; }

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

This text font color is #666A57.


Background Color

.myBgColor { background-color: #666A57; }

<div style="background-color:#666A57">Inner text</div>

This div background color is #666A57.


Border color

.myBorderColor { border: 1px solid #666A57; }

<div style="border:3px solid #666A57">Div</div>

This div border color is #666A57.


Opacity

.myOpacity80 { color: #666A57; opacity: 0.8; }

<p style="color:#666A57;opacity:0.8;">80%</p>

Text with #666A57 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 #666A57;}

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

This text has shadow with #666A57 color.

.textShadow {text-shadow: 3px 3px 1px #666A57, 3px 3px 1px red;}

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

This text has shadow with #666A57 primary color and red secondary color.


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

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

This text has shadow with #666A57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666A57 on black background.


Color preview on white background

This text has color #666A57 on white background.



Black color preview on #666A57 background

This text has black color on #666A57 background.


White color preview on #666A57 background

This text has white color on #666A57 background.