COLOR #664D68

HEX: #664D68
RGB: (102,77,104)

Color info

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

RGB color model

#664D68 color RGB value is (102,77,104).

  • red value is 102;
  • green value is 77;
  • blue value is 104.
RGB:
(102,77,104)
(40%,30%,41%)

RGB channels and saturation

R 102 of 255 = 40%
G 77 of 255 = 30%
B 104 of 255 = 41%

102
77
104

R + G + B ~ 37%. #664D68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 77 + 104 = 283 (100%)
R 102 of 283 ~ 36.04%
G 77 of 283 ~ 27.21%
B 104 of 283 ~ 36.75%

%36.04
%27.21
%36.75

CMYK color model

#664D68 color CMYK value is (2,26,0,59).

  • cyan value is 1.92%
  • magenta value is 25.96%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(2,26,0,59)
C2M26Y0K59 
(2%,26%,0%,59%)
(0.02/0.26/0.00/0.59)	

CMYK percentages

%1.92
%25.96
%0
%59.22

Codes

Color #664D68 in popluar color models

664D68
RGB10277104
HSL296°14.92%35.49%
HSB/HSV296°25.96%40.78%
CMYK1.92%25.96%0.00%
59.22%

Color #664D68 in popluar number systems.

HEX664D68
Decimal10277104
Binary110011010011011101000
Octal146115150

Shades and tints

Shades of #664D68

#664D68
(102,77,104)
#5D465F
(93,70,95)
#543F56
(84,63,86)
#4B384D
(75,56,77)
#423144
(66,49,68)
#392A3B
(57,42,59)
#302332
(48,35,50)
#271C29
(39,28,41)
#1E1520
(30,21,32)
#150E17
(21,14,23)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #664D68

#664D68
(102,77,104)
#735D75
(115,93,117)
#806D82
(128,109,130)
#8D7D8F
(141,125,143)
#9A8D9C
(154,141,156)
#A79DA9
(167,157,169)
#B4ADB6
(180,173,182)
#C1BDC3
(193,189,195)
#CECDD0
(206,205,208)
#DBDDDD
(219,221,221)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664D68 color. Also use rgb(102,77,104) instead hex code.

Text Font Color

.myTextColor { color: #664D68; }

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

This text font color is #664D68.


Background Color

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

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

This div background color is #664D68.


Border color

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

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

This div border color is #664D68.


Opacity

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

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

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

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

This text has shadow with #664D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664D68 on black background.


Color preview on white background

This text has color #664D68 on white background.



Black color preview on #664D68 background

This text has black color on #664D68 background.


White color preview on #664D68 background

This text has white color on #664D68 background.