COLOR #664C56

HEX: #664C56
RGB: (102,76,86)

Color info

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

RGB color model

#664C56 color RGB value is (102,76,86).

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

RGB channels and saturation

R 102 of 255 = 40%
G 76 of 255 = 30%
B 86 of 255 = 34%

102
76
86

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

Portions of RGB colors in percentages

R + G + B =
102 + 76 + 86 = 264 (100%)
R 102 of 264 ~ 38.64%
G 76 of 264 ~ 28.79%
B 86 of 264 ~ 32.58%

%38.64
%28.79
%32.58

CMYK color model

#664C56 color CMYK value is (0,25,16,60).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 15.69%
  • key color value is 60.00%
CMYK:
(0,25,16,60)
C0M25Y16K60 
(0%,25%,16%,60%)
(0.00/0.25/0.16/0.60)	

CMYK percentages

%0
%25.49
%15.69
%60

Codes

Color #664C56 in popluar color models

664C56
RGB1027686
HSL337°14.61%34.90%
HSB/HSV337°25.49%40.00%
CMYK0.00%25.49%15.69%
60.00%

Color #664C56 in popluar number systems.

HEX664C56
Decimal1027686
Binary110011010011001010110
Octal146114126

Shades and tints

Shades of #664C56

#664C56
(102,76,86)
#5D464F
(93,70,79)
#544048
(84,64,72)
#4B3A41
(75,58,65)
#42343A
(66,52,58)
#392E33
(57,46,51)
#30282C
(48,40,44)
#272225
(39,34,37)
#1E1C1E
(30,28,30)
#151617
(21,22,23)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #664C56

#664C56
(102,76,86)
#735C65
(115,92,101)
#806C74
(128,108,116)
#8D7C83
(141,124,131)
#9A8C92
(154,140,146)
#A79CA1
(167,156,161)
#B4ACB0
(180,172,176)
#C1BCBF
(193,188,191)
#CECCCE
(206,204,206)
#DBDCDD
(219,220,221)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664C56; }

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

This text font color is #664C56.


Background Color

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

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

This div background color is #664C56.


Border color

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

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

This div border color is #664C56.


Opacity

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

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

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

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

This text has shadow with #664C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664C56 on black background.


Color preview on white background

This text has color #664C56 on white background.



Black color preview on #664C56 background

This text has black color on #664C56 background.


White color preview on #664C56 background

This text has white color on #664C56 background.