COLOR #664D59

HEX: #664D59
RGB: (102,77,89)

Color info

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

RGB color model

#664D59 color RGB value is (102,77,89).

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

RGB channels and saturation

R 102 of 255 = 40%
G 77 of 255 = 30%
B 89 of 255 = 35%

102
77
89

R + G + B ~ 35%. #664D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 77 + 89 = 268 (100%)
R 102 of 268 ~ 38.06%
G 77 of 268 ~ 28.73%
B 89 of 268 ~ 33.21%

%38.06
%28.73
%33.21

CMYK color model

#664D59 color CMYK value is (0,25,13,60).

  • cyan value is 0.00%
  • magenta value is 24.51%
  • yellow value is 12.75%
  • key color value is 60.00%
CMYK:
(0,25,13,60)
C0M25Y13K60 
(0%,25%,13%,60%)
(0.00/0.25/0.13/0.60)	

CMYK percentages

%0
%24.51
%12.75
%60

Codes

Color #664D59 in popluar color models

664D59
RGB1027789
HSL331°13.97%35.10%
HSB/HSV331°24.51%40.00%
CMYK0.00%24.51%12.75%
60.00%

Color #664D59 in popluar number systems.

HEX664D59
Decimal1027789
Binary110011010011011011001
Octal146115131

Shades and tints

Shades of #664D59

#664D59
(102,77,89)
#5D4651
(93,70,81)
#543F49
(84,63,73)
#4B3841
(75,56,65)
#423139
(66,49,57)
#392A31
(57,42,49)
#302329
(48,35,41)
#271C21
(39,28,33)
#1E1519
(30,21,25)
#150E11
(21,14,17)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #664D59

#664D59
(102,77,89)
#735D68
(115,93,104)
#806D77
(128,109,119)
#8D7D86
(141,125,134)
#9A8D95
(154,141,149)
#A79DA4
(167,157,164)
#B4ADB3
(180,173,179)
#C1BDC2
(193,189,194)
#CECDD1
(206,205,209)
#DBDDE0
(219,221,224)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664D59; }

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

This text font color is #664D59.


Background Color

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

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

This div background color is #664D59.


Border color

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

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

This div border color is #664D59.


Opacity

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

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

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

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

This text has shadow with #664D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664D59 on black background.


Color preview on white background

This text has color #664D59 on white background.



Black color preview on #664D59 background

This text has black color on #664D59 background.


White color preview on #664D59 background

This text has white color on #664D59 background.