COLOR #664C5A

HEX: #664C5A
RGB: (102,76,90)

Color info

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

RGB color model

#664C5A color RGB value is (102,76,90).

  • red value is 102;
  • green value is 76;
  • blue value is 90.
RGB:
(102,76,90)
(40%,30%,35%)

RGB channels and saturation

R 102 of 255 = 40%
G 76 of 255 = 30%
B 90 of 255 = 35%

102
76
90

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

Portions of RGB colors in percentages

R + G + B =
102 + 76 + 90 = 268 (100%)
R 102 of 268 ~ 38.06%
G 76 of 268 ~ 28.36%
B 90 of 268 ~ 33.58%

%38.06
%28.36
%33.58

CMYK color model

#664C5A color CMYK value is (0,25,12,60).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 11.76%
  • key color value is 60.00%
CMYK:
(0,25,12,60)
C0M25Y12K60 
(0%,25%,12%,60%)
(0.00/0.25/0.12/0.60)	

CMYK percentages

%0
%25.49
%11.76
%60

Codes

Color #664C5A in popluar color models

664C5A
RGB1027690
HSL328°14.61%34.90%
HSB/HSV328°25.49%40.00%
CMYK0.00%25.49%11.76%
60.00%

Color #664C5A in popluar number systems.

HEX664C5A
Decimal1027690
Binary110011010011001011010
Octal146114132

Shades and tints

Shades of #664C5A

#664C5A
(102,76,90)
#5D4652
(93,70,82)
#54404A
(84,64,74)
#4B3A42
(75,58,66)
#42343A
(66,52,58)
#392E32
(57,46,50)
#30282A
(48,40,42)
#272222
(39,34,34)
#1E1C1A
(30,28,26)
#151612
(21,22,18)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #664C5A

#664C5A
(102,76,90)
#735C69
(115,92,105)
#806C78
(128,108,120)
#8D7C87
(141,124,135)
#9A8C96
(154,140,150)
#A79CA5
(167,156,165)
#B4ACB4
(180,172,180)
#C1BCC3
(193,188,195)
#CECCD2
(206,204,210)
#DBDCE1
(219,220,225)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664C5A color. Also use rgb(102,76,90) instead hex code.

Text Font Color

.myTextColor { color: #664C5A; }

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

This text font color is #664C5A.


Background Color

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

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

This div background color is #664C5A.


Border color

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

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

This div border color is #664C5A.


Opacity

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

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

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

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

This text has shadow with #664C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664C5A on black background.


Color preview on white background

This text has color #664C5A on white background.



Black color preview on #664C5A background

This text has black color on #664C5A background.


White color preview on #664C5A background

This text has white color on #664C5A background.