COLOR #664A5E

HEX: #664A5E RGB: (102,74,94)

Color info

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

RGB color model

#664A5E color RGB value is (102,74,94).

RGB: (102,74,94) (40%, 29%, 37%)

RGB channels and saturation

R 102 of 255 = 40%
G 74 of 255 = 29%
B 94 of 255 = 37%

102
74
94

R + G + B ~ 35%. #664A5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 74 + 94 = 270 (100%)
R 102 of 270 ~ 37.78%
G 74 of 270 ~ 27.41%
B 94 of 270 ~ 34.81'%

%37.78
%27.41
%34.81

CMYK color model

#664A5E color CMYK value is (0,27,8,60).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 7.84%
  • key color value is 60.00%

CMYK: (0,27,8,60)
C0M27Y8K60 (0%, 27%, 8%, 60%)
(0.00 / 0.27 / 0.08 / 0.60)

CMYK percentages

%0
%27.45
%7.84
%60

Codes

Color #664A5E in popluar color models

66 4A 5E
RGB 102 74 94
HSL 317° 15.91% 34.51%
HSB/HSV 317° 27.45% 40.00%
CMYK 0.00% 27.45% 7.84%
60.00%

Color #664A5E in popluar number systems.

HEX 66 4A 5E
Decimal 102 74 94
Binary 1100110 1001010 1011110
Octal 146 112 136

Shades and tints

Shades of #664A5E

#664A5E
(102,74,94)
#5D4456
(93,68,86)
#543E4E
(84,62,78)
#4B3846
(75,56,70)
#42323E
(66,50,62)
#392C36
(57,44,54)
#30262E
(48,38,46)
#272026
(39,32,38)
#1E1A1E
(30,26,30)
#151416
(21,20,22)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #664A5E

#664A5E
(102,74,94)
#735A6C
(115,90,108)
#806A7A
(128,106,122)
#8D7A88
(141,122,136)
#9A8A96
(154,138,150)
#A79AA4
(167,154,164)
#B4AAB2
(180,170,178)
#C1BAC0
(193,186,192)
#CECACE
(206,202,206)
#DBDADC
(219,218,220)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664A5E; }

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

This text font color is #664A5E.

Background Color

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

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

This div background color is #664A5E.

Border color

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

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

This div border color is #664A5E.

Opacity

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

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

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

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

This text has shadow with #664A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664A5E.

Preview

Color preview on black background

This text has color #664A5E on black background.


Color preview on white background

This text has color #664A5E on white background.


Black color preview on #664A5E background

This text has black color on #664A5E background.


White color preview on #664A5E background

This text has white color on #664A5E background.


Related colors

Complementary color

Complementary color for #hex is #99B5A1.


I love getcolorcode.com

Triadic colors

1 #5E664A and #4A5E66 with #664A5E are triadic colors.

2 #5E4A66 and #4A665E with #664A5E are triadic colors.