COLOR #664F73

HEX: #664F73
RGB: (102,79,115)

Color info

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

RGB color model

#664F73 color RGB value is (102,79,115).

  • red value is 102;
  • green value is 79;
  • blue value is 115.
RGB:
(102,79,115)
(40%,31%,45%)

RGB channels and saturation

R 102 of 255 = 40%
G 79 of 255 = 31%
B 115 of 255 = 45%

102
79
115

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

Portions of RGB colors in percentages

R + G + B =
102 + 79 + 115 = 296 (100%)
R 102 of 296 ~ 34.46%
G 79 of 296 ~ 26.69%
B 115 of 296 ~ 38.85%

%34.46
%26.69
%38.85

CMYK color model

#664F73 color CMYK value is (11,31,0,55).

  • cyan value is 11.30%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(11,31,0,55)
C11M31Y0K55 
(11%,31%,0%,55%)
(0.11/0.31/0.00/0.55)	

CMYK percentages

%11.3
%31.3
%0
%54.9

Codes

Color #664F73 in popluar color models

664F73
RGB10279115
HSL278°18.56%38.04%
HSB/HSV278°31.30%45.10%
CMYK11.30%31.30%0.00%
54.90%

Color #664F73 in popluar number systems.

HEX664F73
Decimal10279115
Binary110011010011111110011
Octal146117163

Shades and tints

Shades of #664F73

#664F73
(102,79,115)
#5D4869
(93,72,105)
#54415F
(84,65,95)
#4B3A55
(75,58,85)
#42334B
(66,51,75)
#392C41
(57,44,65)
#302537
(48,37,55)
#271E2D
(39,30,45)
#1E1723
(30,23,35)
#151019
(21,16,25)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #664F73

#664F73
(102,79,115)
#735F7F
(115,95,127)
#806F8B
(128,111,139)
#8D7F97
(141,127,151)
#9A8FA3
(154,143,163)
#A79FAF
(167,159,175)
#B4AFBB
(180,175,187)
#C1BFC7
(193,191,199)
#CECFD3
(206,207,211)
#DBDFDF
(219,223,223)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664F73 color. Also use rgb(102,79,115) instead hex code.

Text Font Color

.myTextColor { color: #664F73; }

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

This text font color is #664F73.


Background Color

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

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

This div background color is #664F73.


Border color

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

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

This div border color is #664F73.


Opacity

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

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

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

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

This text has shadow with #664F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664F73 on black background.


Color preview on white background

This text has color #664F73 on white background.



Black color preview on #664F73 background

This text has black color on #664F73 background.


White color preview on #664F73 background

This text has white color on #664F73 background.