COLOR #666A5E

HEX: #666A5E RGB: (102,106,94)

Color info

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

RGB color model

#666A5E color RGB value is (102,106,94).

RGB: (102,106,94) (40%, 42%, 37%)

RGB channels and saturation

R 102 of 255 = 40%
G 106 of 255 = 42%
B 94 of 255 = 37%

102
106
94

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

Portions of RGB colors in percentages

R + G + B = 102 + 106 + 94 = 302 (100%)
R 102 of 302 ~ 33.77%
G 106 of 302 ~ 35.1%
B 94 of 302 ~ 31.13'%

%33.77
%35.1
%31.13

CMYK color model

#666A5E color CMYK value is (4,0,11,58).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 58.43%

CMYK: (4,0,11,58)
C4M0Y11K58 (4%, 0%, 11%, 58%)
(0.04 / 0.00 / 0.11 / 0.58)

CMYK percentages

%3.77
%0
%11.32
%58.43

Codes

Color #666A5E in popluar color models

66 6A 5E
RGB 102 106 94
HSL 80° 6.00% 39.22%
HSB/HSV 80° 11.32% 41.57%
CMYK 3.77% 0.00% 11.32%
58.43%

Color #666A5E in popluar number systems.

HEX 66 6A 5E
Decimal 102 106 94
Binary 1100110 1101010 1011110
Octal 146 152 136

Shades and tints

Shades of #666A5E

#666A5E
(102,106,94)
#5D6156
(93,97,86)
#54584E
(84,88,78)
#4B4F46
(75,79,70)
#42463E
(66,70,62)
#393D36
(57,61,54)
#30342E
(48,52,46)
#272B26
(39,43,38)
#1E221E
(30,34,30)
#151916
(21,25,22)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #666A5E

#666A5E
(102,106,94)
#73776C
(115,119,108)
#80847A
(128,132,122)
#8D9188
(141,145,136)
#9A9E96
(154,158,150)
#A7ABA4
(167,171,164)
#B4B8B2
(180,184,178)
#C1C5C0
(193,197,192)
#CED2CE
(206,210,206)
#DBDFDC
(219,223,220)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666A5E; }

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

This text font color is #666A5E.

Background Color

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

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

This div background color is #666A5E.

Border color

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

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

This div border color is #666A5E.

Opacity

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

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

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

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

This text has shadow with #666A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666A5E.

Preview

Color preview on black background

This text has color #666A5E on black background.


Color preview on white background

This text has color #666A5E on white background.


Black color preview on #666A5E background

This text has black color on #666A5E background.


White color preview on #666A5E background

This text has white color on #666A5E background.


Related colors

Complementary color

Complementary color for #hex is #9995A1.


I love getcolorcode.com

Triadic colors

1 #5E666A and #6A5E66 with #666A5E are triadic colors.

2 #5E6A66 and #6A665E with #666A5E are triadic colors.