COLOR #666D61

HEX: #666D61
RGB: (102,109,97)

Color info

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

RGB color model

#666D61 color RGB value is (102,109,97).

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

RGB channels and saturation

R 102 of 255 = 40%
G 109 of 255 = 43%
B 97 of 255 = 38%

102
109
97

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

Portions of RGB colors in percentages

R + G + B =
102 + 109 + 97 = 308 (100%)
R 102 of 308 ~ 33.12%
G 109 of 308 ~ 35.39%
B 97 of 308 ~ 31.49%

%33.12
%35.39
%31.49

CMYK color model

#666D61 color CMYK value is (6,0,11,57).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 11.01%
  • key color value is 57.25%
CMYK:
(6,0,11,57)
C6M0Y11K57 
(6%,0%,11%,57%)
(0.06/0.00/0.11/0.57)	

CMYK percentages

%6.42
%0
%11.01
%57.25

Codes

Color #666D61 in popluar color models

666D61
RGB10210997
HSL95°5.83%40.39%
HSB/HSV95°11.01%42.75%
CMYK6.42%0.00%11.01%
57.25%

Color #666D61 in popluar number systems.

HEX666D61
Decimal10210997
Binary110011011011011100001
Octal146155141

Shades and tints

Shades of #666D61

#666D61
(102,109,97)
#5D6459
(93,100,89)
#545B51
(84,91,81)
#4B5249
(75,82,73)
#424941
(66,73,65)
#394039
(57,64,57)
#303731
(48,55,49)
#272E29
(39,46,41)
#1E2521
(30,37,33)
#151C19
(21,28,25)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #666D61

#666D61
(102,109,97)
#737A6F
(115,122,111)
#80877D
(128,135,125)
#8D948B
(141,148,139)
#9AA199
(154,161,153)
#A7AEA7
(167,174,167)
#B4BBB5
(180,187,181)
#C1C8C3
(193,200,195)
#CED5D1
(206,213,209)
#DBE2DF
(219,226,223)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666D61; }

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

This text font color is #666D61.


Background Color

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

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

This div background color is #666D61.


Border color

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

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

This div border color is #666D61.


Opacity

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

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

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

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

This text has shadow with #666D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666D61 on black background.


Color preview on white background

This text has color #666D61 on white background.



Black color preview on #666D61 background

This text has black color on #666D61 background.


White color preview on #666D61 background

This text has white color on #666D61 background.