COLOR #664C54

HEX: #664C54
RGB: (102,76,84)

Color info

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

RGB color model

#664C54 color RGB value is (102,76,84).

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

RGB channels and saturation

R 102 of 255 = 40%
G 76 of 255 = 30%
B 84 of 255 = 33%

102
76
84

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

Portions of RGB colors in percentages

R + G + B =
102 + 76 + 84 = 262 (100%)
R 102 of 262 ~ 38.93%
G 76 of 262 ~ 29.01%
B 84 of 262 ~ 32.06%

%38.93
%29.01
%32.06

CMYK color model

#664C54 color CMYK value is (0,25,18,60).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 17.65%
  • key color value is 60.00%
CMYK:
(0,25,18,60)
C0M25Y18K60 
(0%,25%,18%,60%)
(0.00/0.25/0.18/0.60)	

CMYK percentages

%0
%25.49
%17.65
%60

Codes

Color #664C54 in popluar color models

664C54
RGB1027684
HSL342°14.61%34.90%
HSB/HSV342°25.49%40.00%
CMYK0.00%25.49%17.65%
60.00%

Color #664C54 in popluar number systems.

HEX664C54
Decimal1027684
Binary110011010011001010100
Octal146114124

Shades and tints

Shades of #664C54

#664C54
(102,76,84)
#5D464D
(93,70,77)
#544046
(84,64,70)
#4B3A3F
(75,58,63)
#423438
(66,52,56)
#392E31
(57,46,49)
#30282A
(48,40,42)
#272223
(39,34,35)
#1E1C1C
(30,28,28)
#151615
(21,22,21)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #664C54

#664C54
(102,76,84)
#735C63
(115,92,99)
#806C72
(128,108,114)
#8D7C81
(141,124,129)
#9A8C90
(154,140,144)
#A79C9F
(167,156,159)
#B4ACAE
(180,172,174)
#C1BCBD
(193,188,189)
#CECCCC
(206,204,204)
#DBDCDB
(219,220,219)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664C54; }

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

This text font color is #664C54.


Background Color

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

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

This div background color is #664C54.


Border color

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

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

This div border color is #664C54.


Opacity

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

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

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

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

This text has shadow with #664C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664C54 on black background.


Color preview on white background

This text has color #664C54 on white background.



Black color preview on #664C54 background

This text has black color on #664C54 background.


White color preview on #664C54 background

This text has white color on #664C54 background.