COLOR #66685D

HEX: #66685D
RGB: (102,104,93)

Color info

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

RGB color model

#66685D color RGB value is (102,104,93).

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

RGB channels and saturation

R 102 of 255 = 40%
G 104 of 255 = 41%
B 93 of 255 = 36%

102
104
93

R + G + B ~ 39%. #66685D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 104 + 93 = 299 (100%)
R 102 of 299 ~ 34.11%
G 104 of 299 ~ 34.78%
B 93 of 299 ~ 31.1%

%34.11
%34.78
%31.1

CMYK color model

#66685D color CMYK value is (2,0,11,59).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 59.22%
CMYK:
(2,0,11,59)
C2M0Y11K59 
(2%,0%,11%,59%)
(0.02/0.00/0.11/0.59)	

CMYK percentages

%1.92
%0
%10.58
%59.22

Codes

Color #66685D in popluar color models

66685D
RGB10210493
HSL71°5.58%38.63%
HSB/HSV71°10.58%40.78%
CMYK1.92%0.00%10.58%
59.22%

Color #66685D in popluar number systems.

HEX66685D
Decimal10210493
Binary110011011010001011101
Octal146150135

Shades and tints

Shades of #66685D

#66685D
(102,104,93)
#5D5F55
(93,95,85)
#54564D
(84,86,77)
#4B4D45
(75,77,69)
#42443D
(66,68,61)
#393B35
(57,59,53)
#30322D
(48,50,45)
#272925
(39,41,37)
#1E201D
(30,32,29)
#151715
(21,23,21)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #66685D

#66685D
(102,104,93)
#73756B
(115,117,107)
#808279
(128,130,121)
#8D8F87
(141,143,135)
#9A9C95
(154,156,149)
#A7A9A3
(167,169,163)
#B4B6B1
(180,182,177)
#C1C3BF
(193,195,191)
#CED0CD
(206,208,205)
#DBDDDB
(219,221,219)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66685D color. Also use rgb(102,104,93) instead hex code.

Text Font Color

.myTextColor { color: #66685D; }

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

This text font color is #66685D.


Background Color

.myBgColor { background-color: #66685D; }

<div style="background-color:#66685D">Inner text</div>

This div background color is #66685D.


Border color

.myBorderColor { border: 1px solid #66685D; }

<div style="border:3px solid #66685D">Div</div>

This div border color is #66685D.


Opacity

.myOpacity80 { color: #66685D; opacity: 0.8; }

<p style="color:#66685D;opacity:0.8;">80%</p>

Text with #66685D 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 #66685D;}

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

This text has shadow with #66685D color.

.textShadow {text-shadow: 3px 3px 1px #66685D, 3px 3px 1px red;}

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

This text has shadow with #66685D primary color and red secondary color.


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

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

This text has shadow with #66685D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66685D on black background.


Color preview on white background

This text has color #66685D on white background.



Black color preview on #66685D background

This text has black color on #66685D background.


White color preview on #66685D background

This text has white color on #66685D background.