COLOR #664E75

HEX: #664E75
RGB: (102,78,117)

Color info

#664E75 contains red, green and blue colors in about the same proportion. Web safe color of #664E75 is #666666 (or #666).

RGB color model

#664E75 color RGB value is (102,78,117).

  • red value is 102;
  • green value is 78;
  • blue value is 117.
RGB:
(102,78,117)
(40%,31%,46%)

RGB channels and saturation

R 102 of 255 = 40%
G 78 of 255 = 31%
B 117 of 255 = 46%

102
78
117

R + G + B ~ 39%. #664E75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 78 + 117 = 297 (100%)
R 102 of 297 ~ 34.34%
G 78 of 297 ~ 26.26%
B 117 of 297 ~ 39.39%

%34.34
%26.26
%39.39

CMYK color model

#664E75 color CMYK value is (13,33,0,54).

  • cyan value is 12.82%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(13,33,0,54)
C13M33Y0K54 
(13%,33%,0%,54%)
(0.13/0.33/0.00/0.54)	

CMYK percentages

%12.82
%33.33
%0
%54.12

Codes

Color #664E75 in popluar color models

664E75
RGB10278117
HSL277°20.00%38.24%
HSB/HSV277°33.33%45.88%
CMYK12.82%33.33%0.00%
54.12%

Color #664E75 in popluar number systems.

HEX664E75
Decimal10278117
Binary110011010011101110101
Octal146116165

Shades and tints

Shades of #664E75

#664E75
(102,78,117)
#5D476B
(93,71,107)
#544061
(84,64,97)
#4B3957
(75,57,87)
#42324D
(66,50,77)
#392B43
(57,43,67)
#302439
(48,36,57)
#271D2F
(39,29,47)
#1E1625
(30,22,37)
#150F1B
(21,15,27)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #664E75

#664E75
(102,78,117)
#735E81
(115,94,129)
#806E8D
(128,110,141)
#8D7E99
(141,126,153)
#9A8EA5
(154,142,165)
#A79EB1
(167,158,177)
#B4AEBD
(180,174,189)
#C1BEC9
(193,190,201)
#CECED5
(206,206,213)
#DBDEE1
(219,222,225)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664E75 color. Also use rgb(102,78,117) instead hex code.

Text Font Color

.myTextColor { color: #664E75; }

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

This text font color is #664E75.


Background Color

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

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

This div background color is #664E75.


Border color

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

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

This div border color is #664E75.


Opacity

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

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

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

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

This text has shadow with #664E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664E75 on black background.


Color preview on white background

This text has color #664E75 on white background.



Black color preview on #664E75 background

This text has black color on #664E75 background.


White color preview on #664E75 background

This text has white color on #664E75 background.