COLOR #664E5C

HEX: #664E5C RGB: (102,78,92)

Color info

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

RGB color model

#664E5C color RGB value is (102,78,92).

RGB: (102,78,92) (40%, 31%, 36%)

RGB channels and saturation

R 102 of 255 = 40%
G 78 of 255 = 31%
B 92 of 255 = 36%

102
78
92

R + G + B ~ 36%. #664E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 78 + 92 = 272 (100%)
R 102 of 272 ~ 37.5%
G 78 of 272 ~ 28.68%
B 92 of 272 ~ 33.82'%

%37.5
%28.68
%33.82

CMYK color model

#664E5C color CMYK value is (0,24,10,60).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 9.80%
  • key color value is 60.00%
CMYK: (0,24,10,60) C0M24Y10K60 (0%,24%,10%,60%) (0.00/0.24/0.10/0.60) 

CMYK percentages

%0
%23.53
%9.8
%60

Codes

Color #664E5C in popluar color models

66 4E 5C
RGB 102 78 92
HSL 325° 13.33% 35.29%
HSB/HSV 325° 23.53% 40.00%
CMYK 0.00% 23.53% 9.80%
60.00%

Color #664E5C in popluar number systems.

HEX 66 4E 5C
Decimal 102 78 92
Binary 1100110 1001110 1011100
Octal 146 116 134

Shades and tints

Shades of #664E5C

#664E5C
(102,78,92)
#5D4754
(93,71,84)
#54404C
(84,64,76)
#4B3944
(75,57,68)
#42323C
(66,50,60)
#392B34
(57,43,52)
#30242C
(48,36,44)
#271D24
(39,29,36)
#1E161C
(30,22,28)
#150F14
(21,15,20)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #664E5C

#664E5C
(102,78,92)
#735E6A
(115,94,106)
#806E78
(128,110,120)
#8D7E86
(141,126,134)
#9A8E94
(154,142,148)
#A79EA2
(167,158,162)
#B4AEB0
(180,174,176)
#C1BEBE
(193,190,190)
#CECECC
(206,206,204)
#DBDEDA
(219,222,218)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664E5C color. Also use rgb(102,78,92) instead hex code.

Text Font Color

.myTextColor { color: #664E5C; }

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

This text font color is #664E5C.

Background Color

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

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

This div background color is #664E5C.

Border color

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

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

This div border color is #664E5C.

Opacity

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

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

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

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

This text has shadow with #664E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664E5C.

Preview

Color preview on black background

This text has color #664E5C on black background.


Color preview on white background

This text has color #664E5C on white background.


Black color preview on #664E5C background

This text has black color on #664E5C background.


White color preview on #664E5C background

This text has white color on #664E5C background.


Related colors

Complementary color

Complementary color for #hex is #99B1A3.


I love getcolorcode.com

Triadic colors

1 #5C664E and #4E5C66 with #664E5C are triadic colors.

2 #5C4E66 and #4E665C with #664E5C are triadic colors.