COLOR #664A4D

HEX: #664A4D RGB: (102,74,77)

Color info

#664A4D contains red, green and blue colors in about the same proportion. Web safe color of #664A4D is #663333 (or #633).

RGB color model

#664A4D color RGB value is (102,74,77).

RGB: (102,74,77) (40%, 29%, 30%)

RGB channels and saturation

R 102 of 255 = 40%
G 74 of 255 = 29%
B 77 of 255 = 30%

102
74
77

R + G + B ~ 33%. #664A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 74 + 77 = 253 (100%)
R 102 of 253 ~ 40.32%
G 74 of 253 ~ 29.25%
B 77 of 253 ~ 30.43'%

%40.32
%29.25
%30.43

CMYK color model

#664A4D color CMYK value is (0,27,25,60).

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

CMYK: (0,27,25,60)
C0M27Y25K60 (0%, 27%, 25%, 60%)
(0.00 / 0.27 / 0.25 / 0.60)

CMYK percentages

%0
%27.45
%24.51
%60

Codes

Color #664A4D in popluar color models

66 4A 4D
RGB 102 74 77
HSL 354° 15.91% 34.51%
HSB/HSV 354° 27.45% 40.00%
CMYK 0.00% 27.45% 24.51%
60.00%

Color #664A4D in popluar number systems.

HEX 66 4A 4D
Decimal 102 74 77
Binary 1100110 1001010 1001101
Octal 146 112 115

Shades and tints

Shades of #664A4D

#664A4D
(102,74,77)
#5D4446
(93,68,70)
#543E3F
(84,62,63)
#4B3838
(75,56,56)
#423231
(66,50,49)
#392C2A
(57,44,42)
#302623
(48,38,35)
#27201C
(39,32,28)
#1E1A15
(30,26,21)
#15140E
(21,20,14)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #664A4D

#664A4D
(102,74,77)
#735A5D
(115,90,93)
#806A6D
(128,106,109)
#8D7A7D
(141,122,125)
#9A8A8D
(154,138,141)
#A79A9D
(167,154,157)
#B4AAAD
(180,170,173)
#C1BABD
(193,186,189)
#CECACD
(206,202,205)
#DBDADD
(219,218,221)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664A4D; }

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

This text font color is #664A4D.

Background Color

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

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

This div background color is #664A4D.

Border color

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

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

This div border color is #664A4D.

Opacity

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

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

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

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

This text has shadow with #664A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664A4D.

Preview

Color preview on black background

This text has color #664A4D on black background.


Color preview on white background

This text has color #664A4D on white background.


Black color preview on #664A4D background

This text has black color on #664A4D background.


White color preview on #664A4D background

This text has white color on #664A4D background.


Related colors

Complementary color

Complementary color for #hex is #99B5B2.


I love getcolorcode.com

Triadic colors

1 #4D664A and #4A4D66 with #664A4D are triadic colors.

2 #4D4A66 and #4A664D with #664A4D are triadic colors.