COLOR #666D5D

HEX: #666D5D
RGB: (102,109,93)

Color info

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

RGB color model

#666D5D color RGB value is (102,109,93).

  • red value is 102;
  • green value is 109;
  • blue value is 93.
RGB:
(102,109,93)
(40%,43%,36%)

RGB channels and saturation

R 102 of 255 = 40%
G 109 of 255 = 43%
B 93 of 255 = 36%

102
109
93

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

Portions of RGB colors in percentages

R + G + B =
102 + 109 + 93 = 304 (100%)
R 102 of 304 ~ 33.55%
G 109 of 304 ~ 35.86%
B 93 of 304 ~ 30.59%

%33.55
%35.86
%30.59

CMYK color model

#666D5D color CMYK value is (6,0,15,57).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • key color value is 57.25%
CMYK:
(6,0,15,57)
C6M0Y15K57 
(6%,0%,15%,57%)
(0.06/0.00/0.15/0.57)	

CMYK percentages

%6.42
%0
%14.68
%57.25

Codes

Color #666D5D in popluar color models

666D5D
RGB10210993
HSL86°7.92%39.61%
HSB/HSV86°14.68%42.75%
CMYK6.42%0.00%14.68%
57.25%

Color #666D5D in popluar number systems.

HEX666D5D
Decimal10210993
Binary110011011011011011101
Octal146155135

Shades and tints

Shades of #666D5D

#666D5D
(102,109,93)
#5D6455
(93,100,85)
#545B4D
(84,91,77)
#4B5245
(75,82,69)
#42493D
(66,73,61)
#394035
(57,64,53)
#30372D
(48,55,45)
#272E25
(39,46,37)
#1E251D
(30,37,29)
#151C15
(21,28,21)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #666D5D

#666D5D
(102,109,93)
#737A6B
(115,122,107)
#808779
(128,135,121)
#8D9487
(141,148,135)
#9AA195
(154,161,149)
#A7AEA3
(167,174,163)
#B4BBB1
(180,187,177)
#C1C8BF
(193,200,191)
#CED5CD
(206,213,205)
#DBE2DB
(219,226,219)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666D5D color. Also use rgb(102,109,93) instead hex code.

Text Font Color

.myTextColor { color: #666D5D; }

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

This text font color is #666D5D.


Background Color

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

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

This div background color is #666D5D.


Border color

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

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

This div border color is #666D5D.


Opacity

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

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

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

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

This text has shadow with #666D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666D5D on black background.


Color preview on white background

This text has color #666D5D on white background.



Black color preview on #666D5D background

This text has black color on #666D5D background.


White color preview on #666D5D background

This text has white color on #666D5D background.