COLOR #664D5D

HEX: #664D5D RGB: (102,77,93)

Color info

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

RGB color model

#664D5D color RGB value is (102,77,93).

RGB: (102,77,93) (40%, 30%, 36%)

RGB channels and saturation

R 102 of 255 = 40%
G 77 of 255 = 30%
B 93 of 255 = 36%

102
77
93

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

Portions of RGB colors in percentages

R + G + B = 102 + 77 + 93 = 272 (100%)
R 102 of 272 ~ 37.5%
G 77 of 272 ~ 28.31%
B 93 of 272 ~ 34.19'%

%37.5
%28.31
%34.19

CMYK color model

#664D5D color CMYK value is (0,25,9,60).

  • cyan value is 0.00%
  • magenta value is 24.51%
  • yellow value is 8.82%
  • key color value is 60.00%

CMYK: (0,25,9,60)
C0M25Y9K60 (0%, 25%, 9%, 60%)
(0.00 / 0.25 / 0.09 / 0.60)

CMYK percentages

%0
%24.51
%8.82
%60

Codes

Color #664D5D in popluar color models

66 4D 5D
RGB 102 77 93
HSL 322° 13.97% 35.10%
HSB/HSV 322° 24.51% 40.00%
CMYK 0.00% 24.51% 8.82%
60.00%

Color #664D5D in popluar number systems.

HEX 66 4D 5D
Decimal 102 77 93
Binary 1100110 1001101 1011101
Octal 146 115 135

Shades and tints

Shades of #664D5D

#664D5D
(102,77,93)
#5D4655
(93,70,85)
#543F4D
(84,63,77)
#4B3845
(75,56,69)
#42313D
(66,49,61)
#392A35
(57,42,53)
#30232D
(48,35,45)
#271C25
(39,28,37)
#1E151D
(30,21,29)
#150E15
(21,14,21)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #664D5D

#664D5D
(102,77,93)
#735D6B
(115,93,107)
#806D79
(128,109,121)
#8D7D87
(141,125,135)
#9A8D95
(154,141,149)
#A79DA3
(167,157,163)
#B4ADB1
(180,173,177)
#C1BDBF
(193,189,191)
#CECDCD
(206,205,205)
#DBDDDB
(219,221,219)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664D5D; }

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

This text font color is #664D5D.

Background Color

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

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

This div background color is #664D5D.

Border color

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

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

This div border color is #664D5D.

Opacity

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

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

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

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

This text has shadow with #664D5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664D5D.

Preview

Color preview on black background

This text has color #664D5D on black background.


Color preview on white background

This text has color #664D5D on white background.


Black color preview on #664D5D background

This text has black color on #664D5D background.


White color preview on #664D5D background

This text has white color on #664D5D background.


Related colors

Complementary color

Complementary color for #hex is #99B2A2.


I love getcolorcode.com

Triadic colors

1 #5D664D and #4D5D66 with #664D5D are triadic colors.

2 #5D4D66 and #4D665D with #664D5D are triadic colors.