COLOR #664857

HEX: #664857
RGB: (102,72,87)

Color info

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

RGB color model

#664857 color RGB value is (102,72,87).

  • red value is 102;
  • green value is 72;
  • blue value is 87.
RGB:
(102,72,87)
(40%,28%,34%)

RGB channels and saturation

R 102 of 255 = 40%
G 72 of 255 = 28%
B 87 of 255 = 34%

102
72
87

R + G + B ~ 34%. #664857 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 72 + 87 = 261 (100%)
R 102 of 261 ~ 39.08%
G 72 of 261 ~ 27.59%
B 87 of 261 ~ 33.33%

%39.08
%27.59
%33.33

CMYK color model

#664857 color CMYK value is (0,29,15,60).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 14.71%
  • key color value is 60.00%
CMYK:
(0,29,15,60)
C0M29Y15K60 
(0%,29%,15%,60%)
(0.00/0.29/0.15/0.60)	

CMYK percentages

%0
%29.41
%14.71
%60

Codes

Color #664857 in popluar color models

664857
RGB1027287
HSL330°17.24%34.12%
HSB/HSV330°29.41%40.00%
CMYK0.00%29.41%14.71%
60.00%

Color #664857 in popluar number systems.

HEX664857
Decimal1027287
Binary110011010010001010111
Octal146110127

Shades and tints

Shades of #664857

#664857
(102,72,87)
#5D4250
(93,66,80)
#543C49
(84,60,73)
#4B3642
(75,54,66)
#42303B
(66,48,59)
#392A34
(57,42,52)
#30242D
(48,36,45)
#271E26
(39,30,38)
#1E181F
(30,24,31)
#151218
(21,18,24)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #664857

#664857
(102,72,87)
#735866
(115,88,102)
#806875
(128,104,117)
#8D7884
(141,120,132)
#9A8893
(154,136,147)
#A798A2
(167,152,162)
#B4A8B1
(180,168,177)
#C1B8C0
(193,184,192)
#CEC8CF
(206,200,207)
#DBD8DE
(219,216,222)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664857 color. Also use rgb(102,72,87) instead hex code.

Text Font Color

.myTextColor { color: #664857; }

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

This text font color is #664857.


Background Color

.myBgColor { background-color: #664857; }

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

This div background color is #664857.


Border color

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

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

This div border color is #664857.


Opacity

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

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

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

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

This text has shadow with #664857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664857 on black background.


Color preview on white background

This text has color #664857 on white background.



Black color preview on #664857 background

This text has black color on #664857 background.


White color preview on #664857 background

This text has white color on #664857 background.