COLOR #664C7C

HEX: #664C7C
RGB: (102,76,124)

Color info

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

RGB color model

#664C7C color RGB value is (102,76,124).

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

RGB channels and saturation

R 102 of 255 = 40%
G 76 of 255 = 30%
B 124 of 255 = 49%

102
76
124

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

Portions of RGB colors in percentages

R + G + B =
102 + 76 + 124 = 302 (100%)
R 102 of 302 ~ 33.77%
G 76 of 302 ~ 25.17%
B 124 of 302 ~ 41.06%

%33.77
%25.17
%41.06

CMYK color model

#664C7C color CMYK value is (18,39,0,51).

  • cyan value is 17.74%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(18,39,0,51)
C18M39Y0K51 
(18%,39%,0%,51%)
(0.18/0.39/0.00/0.51)	

CMYK percentages

%17.74
%38.71
%0
%51.37

Codes

Color #664C7C in popluar color models

664C7C
RGB10276124
HSL273°24.00%39.22%
HSB/HSV273°38.71%48.63%
CMYK17.74%38.71%0.00%
51.37%

Color #664C7C in popluar number systems.

HEX664C7C
Decimal10276124
Binary110011010011001111100
Octal146114174

Shades and tints

Shades of #664C7C

#664C7C
(102,76,124)
#5D4671
(93,70,113)
#544066
(84,64,102)
#4B3A5B
(75,58,91)
#423450
(66,52,80)
#392E45
(57,46,69)
#30283A
(48,40,58)
#27222F
(39,34,47)
#1E1C24
(30,28,36)
#151619
(21,22,25)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #664C7C

#664C7C
(102,76,124)
#735C87
(115,92,135)
#806C92
(128,108,146)
#8D7C9D
(141,124,157)
#9A8CA8
(154,140,168)
#A79CB3
(167,156,179)
#B4ACBE
(180,172,190)
#C1BCC9
(193,188,201)
#CECCD4
(206,204,212)
#DBDCDF
(219,220,223)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664C7C; }

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

This text font color is #664C7C.


Background Color

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

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

This div background color is #664C7C.


Border color

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

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

This div border color is #664C7C.


Opacity

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

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

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

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

This text has shadow with #664C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664C7C on black background.


Color preview on white background

This text has color #664C7C on white background.



Black color preview on #664C7C background

This text has black color on #664C7C background.


White color preview on #664C7C background

This text has white color on #664C7C background.