COLOR #664155

HEX: #664155
RGB: (102,65,85)

Color info

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

RGB color model

#664155 color RGB value is (102,65,85).

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

RGB channels and saturation

R 102 of 255 = 40%
G 65 of 255 = 25%
B 85 of 255 = 33%

102
65
85

R + G + B ~ 33%. #664155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 65 + 85 = 252 (100%)
R 102 of 252 ~ 40.48%
G 65 of 252 ~ 25.79%
B 85 of 252 ~ 33.73%

%40.48
%25.79
%33.73

CMYK color model

#664155 color CMYK value is (0,36,17,60).

  • cyan value is 0.00%
  • magenta value is 36.27%
  • yellow value is 16.67%
  • key color value is 60.00%
CMYK:
(0,36,17,60)
C0M36Y17K60 
(0%,36%,17%,60%)
(0.00/0.36/0.17/0.60)	

CMYK percentages

%0
%36.27
%16.67
%60

Codes

Color #664155 in popluar color models

664155
RGB1026585
HSL328°22.16%32.75%
HSB/HSV328°36.27%40.00%
CMYK0.00%36.27%16.67%
60.00%

Color #664155 in popluar number systems.

HEX664155
Decimal1026585
Binary110011010000011010101
Octal146101125

Shades and tints

Shades of #664155

#664155
(102,65,85)
#5D3C4E
(93,60,78)
#543747
(84,55,71)
#4B3240
(75,50,64)
#422D39
(66,45,57)
#392832
(57,40,50)
#30232B
(48,35,43)
#271E24
(39,30,36)
#1E191D
(30,25,29)
#151416
(21,20,22)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #664155

#664155
(102,65,85)
#735264
(115,82,100)
#806373
(128,99,115)
#8D7482
(141,116,130)
#9A8591
(154,133,145)
#A796A0
(167,150,160)
#B4A7AF
(180,167,175)
#C1B8BE
(193,184,190)
#CEC9CD
(206,201,205)
#DBDADC
(219,218,220)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664155; }

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

This text font color is #664155.


Background Color

.myBgColor { background-color: #664155; }

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

This div background color is #664155.


Border color

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

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

This div border color is #664155.


Opacity

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

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

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

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

This text has shadow with #664155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664155 on black background.


Color preview on white background

This text has color #664155 on white background.



Black color preview on #664155 background

This text has black color on #664155 background.


White color preview on #664155 background

This text has white color on #664155 background.