COLOR #664965

HEX: #664965
RGB: (102,73,101)

Color info

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

RGB color model

#664965 color RGB value is (102,73,101).

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

RGB channels and saturation

R 102 of 255 = 40%
G 73 of 255 = 29%
B 101 of 255 = 40%

102
73
101

R + G + B ~ 36%. #664965 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 73 + 101 = 276 (100%)
R 102 of 276 ~ 36.96%
G 73 of 276 ~ 26.45%
B 101 of 276 ~ 36.59%

%36.96
%26.45
%36.59

CMYK color model

#664965 color CMYK value is (0,28,1,60).

  • cyan value is 0.00%
  • magenta value is 28.43%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(0,28,1,60)
C0M28Y1K60 
(0%,28%,1%,60%)
(0.00/0.28/0.01/0.60)	

CMYK percentages

%0
%28.43
%0.98
%60

Codes

Color #664965 in popluar color models

664965
RGB10273101
HSL302°16.57%34.31%
HSB/HSV302°28.43%40.00%
CMYK0.00%28.43%0.98%
60.00%

Color #664965 in popluar number systems.

HEX664965
Decimal10273101
Binary110011010010011100101
Octal146111145

Shades and tints

Shades of #664965

#664965
(102,73,101)
#5D435C
(93,67,92)
#543D53
(84,61,83)
#4B374A
(75,55,74)
#423141
(66,49,65)
#392B38
(57,43,56)
#30252F
(48,37,47)
#271F26
(39,31,38)
#1E191D
(30,25,29)
#151314
(21,19,20)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #664965

#664965
(102,73,101)
#735973
(115,89,115)
#806981
(128,105,129)
#8D798F
(141,121,143)
#9A899D
(154,137,157)
#A799AB
(167,153,171)
#B4A9B9
(180,169,185)
#C1B9C7
(193,185,199)
#CEC9D5
(206,201,213)
#DBD9E3
(219,217,227)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664965; }

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

This text font color is #664965.


Background Color

.myBgColor { background-color: #664965; }

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

This div background color is #664965.


Border color

.myBorderColor { border: 1px solid #664965; }

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

This div border color is #664965.


Opacity

.myOpacity80 { color: #664965; opacity: 0.8; }

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

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

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

This text has shadow with #664965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664965 on black background.


Color preview on white background

This text has color #664965 on white background.



Black color preview on #664965 background

This text has black color on #664965 background.


White color preview on #664965 background

This text has white color on #664965 background.