COLOR #664C65

HEX: #664C65
RGB: (102,76,101)

Color info

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

RGB color model

#664C65 color RGB value is (102,76,101).

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

RGB channels and saturation

R 102 of 255 = 40%
G 76 of 255 = 30%
B 101 of 255 = 40%

102
76
101

R + G + B ~ 37%. #664C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 76 + 101 = 279 (100%)
R 102 of 279 ~ 36.56%
G 76 of 279 ~ 27.24%
B 101 of 279 ~ 36.2%

%36.56
%27.24
%36.2

CMYK color model

#664C65 color CMYK value is (0,25,1,60).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(0,25,1,60)
C0M25Y1K60 
(0%,25%,1%,60%)
(0.00/0.25/0.01/0.60)	

CMYK percentages

%0
%25.49
%0.98
%60

Codes

Color #664C65 in popluar color models

664C65
RGB10276101
HSL302°14.61%34.90%
HSB/HSV302°25.49%40.00%
CMYK0.00%25.49%0.98%
60.00%

Color #664C65 in popluar number systems.

HEX664C65
Decimal10276101
Binary110011010011001100101
Octal146114145

Shades and tints

Shades of #664C65

#664C65
(102,76,101)
#5D465C
(93,70,92)
#544053
(84,64,83)
#4B3A4A
(75,58,74)
#423441
(66,52,65)
#392E38
(57,46,56)
#30282F
(48,40,47)
#272226
(39,34,38)
#1E1C1D
(30,28,29)
#151614
(21,22,20)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #664C65

#664C65
(102,76,101)
#735C73
(115,92,115)
#806C81
(128,108,129)
#8D7C8F
(141,124,143)
#9A8C9D
(154,140,157)
#A79CAB
(167,156,171)
#B4ACB9
(180,172,185)
#C1BCC7
(193,188,199)
#CECCD5
(206,204,213)
#DBDCE3
(219,220,227)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664C65; }

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

This text font color is #664C65.


Background Color

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

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

This div background color is #664C65.


Border color

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

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

This div border color is #664C65.


Opacity

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

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

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

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

This text has shadow with #664C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664C65 on black background.


Color preview on white background

This text has color #664C65 on white background.



Black color preview on #664C65 background

This text has black color on #664C65 background.


White color preview on #664C65 background

This text has white color on #664C65 background.