COLOR #666A5D

HEX: #666A5D
RGB: (102,106,93)

Color info

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

RGB color model

#666A5D color RGB value is (102,106,93).

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

RGB channels and saturation

R 102 of 255 = 40%
G 106 of 255 = 42%
B 93 of 255 = 36%

102
106
93

R + G + B ~ 39%. #666A5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 106 + 93 = 301 (100%)
R 102 of 301 ~ 33.89%
G 106 of 301 ~ 35.22%
B 93 of 301 ~ 30.9%

%33.89
%35.22
%30.9

CMYK color model

#666A5D color CMYK value is (4,0,12,58).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 12.26%
  • key color value is 58.43%
CMYK:
(4,0,12,58)
C4M0Y12K58 
(4%,0%,12%,58%)
(0.04/0.00/0.12/0.58)	

CMYK percentages

%3.77
%0
%12.26
%58.43

Codes

Color #666A5D in popluar color models

666A5D
RGB10210693
HSL78°6.53%39.02%
HSB/HSV78°12.26%41.57%
CMYK3.77%0.00%12.26%
58.43%

Color #666A5D in popluar number systems.

HEX666A5D
Decimal10210693
Binary110011011010101011101
Octal146152135

Shades and tints

Shades of #666A5D

#666A5D
(102,106,93)
#5D6155
(93,97,85)
#54584D
(84,88,77)
#4B4F45
(75,79,69)
#42463D
(66,70,61)
#393D35
(57,61,53)
#30342D
(48,52,45)
#272B25
(39,43,37)
#1E221D
(30,34,29)
#151915
(21,25,21)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #666A5D

#666A5D
(102,106,93)
#73776B
(115,119,107)
#808479
(128,132,121)
#8D9187
(141,145,135)
#9A9E95
(154,158,149)
#A7ABA3
(167,171,163)
#B4B8B1
(180,184,177)
#C1C5BF
(193,197,191)
#CED2CD
(206,210,205)
#DBDFDB
(219,223,219)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666A5D; }

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

This text font color is #666A5D.


Background Color

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

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

This div background color is #666A5D.


Border color

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

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

This div border color is #666A5D.


Opacity

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

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

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

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

This text has shadow with #666A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666A5D on black background.


Color preview on white background

This text has color #666A5D on white background.



Black color preview on #666A5D background

This text has black color on #666A5D background.


White color preview on #666A5D background

This text has white color on #666A5D background.