COLOR #664457

HEX: #664457
RGB: (102,68,87)

Color info

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

RGB color model

#664457 color RGB value is (102,68,87).

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

RGB channels and saturation

R 102 of 255 = 40%
G 68 of 255 = 27%
B 87 of 255 = 34%

102
68
87

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

Portions of RGB colors in percentages

R + G + B =
102 + 68 + 87 = 257 (100%)
R 102 of 257 ~ 39.69%
G 68 of 257 ~ 26.46%
B 87 of 257 ~ 33.85%

%39.69
%26.46
%33.85

CMYK color model

#664457 color CMYK value is (0,33,15,60).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 14.71%
  • key color value is 60.00%
CMYK:
(0,33,15,60)
C0M33Y15K60 
(0%,33%,15%,60%)
(0.00/0.33/0.15/0.60)	

CMYK percentages

%0
%33.33
%14.71
%60

Codes

Color #664457 in popluar color models

664457
RGB1026887
HSL326°20.00%33.33%
HSB/HSV326°33.33%40.00%
CMYK0.00%33.33%14.71%
60.00%

Color #664457 in popluar number systems.

HEX664457
Decimal1026887
Binary110011010001001010111
Octal146104127

Shades and tints

Shades of #664457

#664457
(102,68,87)
#5D3E50
(93,62,80)
#543849
(84,56,73)
#4B3242
(75,50,66)
#422C3B
(66,44,59)
#392634
(57,38,52)
#30202D
(48,32,45)
#271A26
(39,26,38)
#1E141F
(30,20,31)
#150E18
(21,14,24)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #664457

#664457
(102,68,87)
#735566
(115,85,102)
#806675
(128,102,117)
#8D7784
(141,119,132)
#9A8893
(154,136,147)
#A799A2
(167,153,162)
#B4AAB1
(180,170,177)
#C1BBC0
(193,187,192)
#CECCCF
(206,204,207)
#DBDDDE
(219,221,222)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664457; }

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

This text font color is #664457.


Background Color

.myBgColor { background-color: #664457; }

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

This div background color is #664457.


Border color

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

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

This div border color is #664457.


Opacity

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

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

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

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

This text has shadow with #664457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664457 on black background.


Color preview on white background

This text has color #664457 on white background.



Black color preview on #664457 background

This text has black color on #664457 background.


White color preview on #664457 background

This text has white color on #664457 background.