COLOR #666C5F

HEX: #666C5F
RGB: (102,108,95)

Color info

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

RGB color model

#666C5F color RGB value is (102,108,95).

  • red value is 102;
  • green value is 108;
  • blue value is 95.
RGB:
(102,108,95)
(40%,42%,37%)

RGB channels and saturation

R 102 of 255 = 40%
G 108 of 255 = 42%
B 95 of 255 = 37%

102
108
95

R + G + B ~ 40%. #666C5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 108 + 95 = 305 (100%)
R 102 of 305 ~ 33.44%
G 108 of 305 ~ 35.41%
B 95 of 305 ~ 31.15%

%33.44
%35.41
%31.15

CMYK color model

#666C5F color CMYK value is (6,0,12,58).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 57.65%
CMYK:
(6,0,12,58)
C6M0Y12K58 
(6%,0%,12%,58%)
(0.06/0.00/0.12/0.58)	

CMYK percentages

%5.56
%0
%12.04
%57.65

Codes

Color #666C5F in popluar color models

666C5F
RGB10210895
HSL88°6.40%39.80%
HSB/HSV88°12.04%42.35%
CMYK5.56%0.00%12.04%
57.65%

Color #666C5F in popluar number systems.

HEX666C5F
Decimal10210895
Binary110011011011001011111
Octal146154137

Shades and tints

Shades of #666C5F

#666C5F
(102,108,95)
#5D6357
(93,99,87)
#545A4F
(84,90,79)
#4B5147
(75,81,71)
#42483F
(66,72,63)
#393F37
(57,63,55)
#30362F
(48,54,47)
#272D27
(39,45,39)
#1E241F
(30,36,31)
#151B17
(21,27,23)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #666C5F

#666C5F
(102,108,95)
#73796D
(115,121,109)
#80867B
(128,134,123)
#8D9389
(141,147,137)
#9AA097
(154,160,151)
#A7ADA5
(167,173,165)
#B4BAB3
(180,186,179)
#C1C7C1
(193,199,193)
#CED4CF
(206,212,207)
#DBE1DD
(219,225,221)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666C5F color. Also use rgb(102,108,95) instead hex code.

Text Font Color

.myTextColor { color: #666C5F; }

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

This text font color is #666C5F.


Background Color

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

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

This div background color is #666C5F.


Border color

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

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

This div border color is #666C5F.


Opacity

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

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

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

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

This text has shadow with #666C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666C5F on black background.


Color preview on white background

This text has color #666C5F on white background.



Black color preview on #666C5F background

This text has black color on #666C5F background.


White color preview on #666C5F background

This text has white color on #666C5F background.