COLOR #664764

HEX: #664764
RGB: (102,71,100)

Color info

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

RGB color model

#664764 color RGB value is (102,71,100).

  • red value is 102;
  • green value is 71;
  • blue value is 100.
RGB:
(102,71,100)
(40%,28%,39%)

RGB channels and saturation

R 102 of 255 = 40%
G 71 of 255 = 28%
B 100 of 255 = 39%

102
71
100

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

Portions of RGB colors in percentages

R + G + B =
102 + 71 + 100 = 273 (100%)
R 102 of 273 ~ 37.36%
G 71 of 273 ~ 26.01%
B 100 of 273 ~ 36.63%

%37.36
%26.01
%36.63

CMYK color model

#664764 color CMYK value is (0,30,2,60).

  • cyan value is 0.00%
  • magenta value is 30.39%
  • yellow value is 1.96%
  • key color value is 60.00%
CMYK:
(0,30,2,60)
C0M30Y2K60 
(0%,30%,2%,60%)
(0.00/0.30/0.02/0.60)	

CMYK percentages

%0
%30.39
%1.96
%60

Codes

Color #664764 in popluar color models

664764
RGB10271100
HSL304°17.92%33.92%
HSB/HSV304°30.39%40.00%
CMYK0.00%30.39%1.96%
60.00%

Color #664764 in popluar number systems.

HEX664764
Decimal10271100
Binary110011010001111100100
Octal146107144

Shades and tints

Shades of #664764

#664764
(102,71,100)
#5D415B
(93,65,91)
#543B52
(84,59,82)
#4B3549
(75,53,73)
#422F40
(66,47,64)
#392937
(57,41,55)
#30232E
(48,35,46)
#271D25
(39,29,37)
#1E171C
(30,23,28)
#151113
(21,17,19)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #664764

#664764
(102,71,100)
#735772
(115,87,114)
#806780
(128,103,128)
#8D778E
(141,119,142)
#9A879C
(154,135,156)
#A797AA
(167,151,170)
#B4A7B8
(180,167,184)
#C1B7C6
(193,183,198)
#CEC7D4
(206,199,212)
#DBD7E2
(219,215,226)
#E8E7F0
(232,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664764 color. Also use rgb(102,71,100) instead hex code.

Text Font Color

.myTextColor { color: #664764; }

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

This text font color is #664764.


Background Color

.myBgColor { background-color: #664764; }

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

This div background color is #664764.


Border color

.myBorderColor { border: 1px solid #664764; }

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

This div border color is #664764.


Opacity

.myOpacity80 { color: #664764; opacity: 0.8; }

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

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

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

This text has shadow with #664764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664764 on black background.


Color preview on white background

This text has color #664764 on white background.



Black color preview on #664764 background

This text has black color on #664764 background.


White color preview on #664764 background

This text has white color on #664764 background.