COLOR #664C4F

HEX: #664C4F
RGB: (102,76,79)

Color info

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

RGB color model

#664C4F color RGB value is (102,76,79).

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

RGB channels and saturation

R 102 of 255 = 40%
G 76 of 255 = 30%
B 79 of 255 = 31%

102
76
79

R + G + B ~ 34%. #664C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 76 + 79 = 257 (100%)
R 102 of 257 ~ 39.69%
G 76 of 257 ~ 29.57%
B 79 of 257 ~ 30.74%

%39.69
%29.57
%30.74

CMYK color model

#664C4F color CMYK value is (0,25,23,60).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 22.55%
  • key color value is 60.00%
CMYK:
(0,25,23,60)
C0M25Y23K60 
(0%,25%,23%,60%)
(0.00/0.25/0.23/0.60)	

CMYK percentages

%0
%25.49
%22.55
%60

Codes

Color #664C4F in popluar color models

664C4F
RGB1027679
HSL353°14.61%34.90%
HSB/HSV353°25.49%40.00%
CMYK0.00%25.49%22.55%
60.00%

Color #664C4F in popluar number systems.

HEX664C4F
Decimal1027679
Binary110011010011001001111
Octal146114117

Shades and tints

Shades of #664C4F

#664C4F
(102,76,79)
#5D4648
(93,70,72)
#544041
(84,64,65)
#4B3A3A
(75,58,58)
#423433
(66,52,51)
#392E2C
(57,46,44)
#302825
(48,40,37)
#27221E
(39,34,30)
#1E1C17
(30,28,23)
#151610
(21,22,16)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #664C4F

#664C4F
(102,76,79)
#735C5F
(115,92,95)
#806C6F
(128,108,111)
#8D7C7F
(141,124,127)
#9A8C8F
(154,140,143)
#A79C9F
(167,156,159)
#B4ACAF
(180,172,175)
#C1BCBF
(193,188,191)
#CECCCF
(206,204,207)
#DBDCDF
(219,220,223)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664C4F; }

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

This text font color is #664C4F.


Background Color

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

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

This div background color is #664C4F.


Border color

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

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

This div border color is #664C4F.


Opacity

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

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

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

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

This text has shadow with #664C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664C4F on black background.


Color preview on white background

This text has color #664C4F on white background.



Black color preview on #664C4F background

This text has black color on #664C4F background.


White color preview on #664C4F background

This text has white color on #664C4F background.