COLOR #664165

HEX: #664165
RGB: (102,65,101)

Color info

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

RGB color model

#664165 color RGB value is (102,65,101).

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

RGB channels and saturation

R 102 of 255 = 40%
G 65 of 255 = 25%
B 101 of 255 = 40%

102
65
101

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

Portions of RGB colors in percentages

R + G + B =
102 + 65 + 101 = 268 (100%)
R 102 of 268 ~ 38.06%
G 65 of 268 ~ 24.25%
B 101 of 268 ~ 37.69%

%38.06
%24.25
%37.69

CMYK color model

#664165 color CMYK value is (0,36,1,60).

  • cyan value is 0.00%
  • magenta value is 36.27%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(0,36,1,60)
C0M36Y1K60 
(0%,36%,1%,60%)
(0.00/0.36/0.01/0.60)	

CMYK percentages

%0
%36.27
%0.98
%60

Codes

Color #664165 in popluar color models

664165
RGB10265101
HSL302°22.16%32.75%
HSB/HSV302°36.27%40.00%
CMYK0.00%36.27%0.98%
60.00%

Color #664165 in popluar number systems.

HEX664165
Decimal10265101
Binary110011010000011100101
Octal146101145

Shades and tints

Shades of #664165

#664165
(102,65,101)
#5D3C5C
(93,60,92)
#543753
(84,55,83)
#4B324A
(75,50,74)
#422D41
(66,45,65)
#392838
(57,40,56)
#30232F
(48,35,47)
#271E26
(39,30,38)
#1E191D
(30,25,29)
#151414
(21,20,20)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #664165

#664165
(102,65,101)
#735273
(115,82,115)
#806381
(128,99,129)
#8D748F
(141,116,143)
#9A859D
(154,133,157)
#A796AB
(167,150,171)
#B4A7B9
(180,167,185)
#C1B8C7
(193,184,199)
#CEC9D5
(206,201,213)
#DBDAE3
(219,218,227)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664165; }

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

This text font color is #664165.


Background Color

.myBgColor { background-color: #664165; }

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

This div background color is #664165.


Border color

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

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

This div border color is #664165.


Opacity

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

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

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

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

This text has shadow with #664165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664165 on black background.


Color preview on white background

This text has color #664165 on white background.



Black color preview on #664165 background

This text has black color on #664165 background.


White color preview on #664165 background

This text has white color on #664165 background.