COLOR #666D62

HEX: #666D62
RGB: (102,109,98)

Color info

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

RGB color model

#666D62 color RGB value is (102,109,98).

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

RGB channels and saturation

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

102
109
98

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

Portions of RGB colors in percentages

R + G + B =
102 + 109 + 98 = 309 (100%)
R 102 of 309 ~ 33.01%
G 109 of 309 ~ 35.28%
B 98 of 309 ~ 31.72%

%33.01
%35.28
%31.72

CMYK color model

#666D62 color CMYK value is (6,0,10,57).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 57.25%
CMYK:
(6,0,10,57)
C6M0Y10K57 
(6%,0%,10%,57%)
(0.06/0.00/0.10/0.57)	

CMYK percentages

%6.42
%0
%10.09
%57.25

Codes

Color #666D62 in popluar color models

666D62
RGB10210998
HSL98°5.31%40.59%
HSB/HSV98°10.09%42.75%
CMYK6.42%0.00%10.09%
57.25%

Color #666D62 in popluar number systems.

HEX666D62
Decimal10210998
Binary110011011011011100010
Octal146155142

Shades and tints

Shades of #666D62

#666D62
(102,109,98)
#5D645A
(93,100,90)
#545B52
(84,91,82)
#4B524A
(75,82,74)
#424942
(66,73,66)
#39403A
(57,64,58)
#303732
(48,55,50)
#272E2A
(39,46,42)
#1E2522
(30,37,34)
#151C1A
(21,28,26)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #666D62

#666D62
(102,109,98)
#737A70
(115,122,112)
#80877E
(128,135,126)
#8D948C
(141,148,140)
#9AA19A
(154,161,154)
#A7AEA8
(167,174,168)
#B4BBB6
(180,187,182)
#C1C8C4
(193,200,196)
#CED5D2
(206,213,210)
#DBE2E0
(219,226,224)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666D62; }

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

This text font color is #666D62.


Background Color

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

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

This div background color is #666D62.


Border color

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

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

This div border color is #666D62.


Opacity

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

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

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

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

This text has shadow with #666D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666D62 on black background.


Color preview on white background

This text has color #666D62 on white background.



Black color preview on #666D62 background

This text has black color on #666D62 background.


White color preview on #666D62 background

This text has white color on #666D62 background.