COLOR #663559

HEX: #663559
RGB: (102,53,89)

Color info

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

RGB color model

#663559 color RGB value is (102,53,89).

  • red value is 102;
  • green value is 53;
  • blue value is 89.
RGB:
(102,53,89)
(40%,21%,35%)

RGB channels and saturation

R 102 of 255 = 40%
G 53 of 255 = 21%
B 89 of 255 = 35%

102
53
89

R + G + B ~ 32%. #663559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 53 + 89 = 244 (100%)
R 102 of 244 ~ 41.8%
G 53 of 244 ~ 21.72%
B 89 of 244 ~ 36.48%

%41.8
%21.72
%36.48

CMYK color model

#663559 color CMYK value is (0,48,13,60).

  • cyan value is 0.00%
  • magenta value is 48.04%
  • yellow value is 12.75%
  • key color value is 60.00%
CMYK:
(0,48,13,60)
C0M48Y13K60 
(0%,48%,13%,60%)
(0.00/0.48/0.13/0.60)	

CMYK percentages

%0
%48.04
%12.75
%60

Codes

Color #663559 in popluar color models

663559
RGB1025389
HSL316°31.61%30.39%
HSB/HSV316°48.04%40.00%
CMYK0.00%48.04%12.75%
60.00%

Color #663559 in popluar number systems.

HEX663559
Decimal1025389
Binary11001101101011011001
Octal14665131

Shades and tints

Shades of #663559

#663559
(102,53,89)
#5D3151
(93,49,81)
#542D49
(84,45,73)
#4B2941
(75,41,65)
#422539
(66,37,57)
#392131
(57,33,49)
#301D29
(48,29,41)
#271921
(39,25,33)
#1E1519
(30,21,25)
#151111
(21,17,17)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #663559

#663559
(102,53,89)
#734768
(115,71,104)
#805977
(128,89,119)
#8D6B86
(141,107,134)
#9A7D95
(154,125,149)
#A78FA4
(167,143,164)
#B4A1B3
(180,161,179)
#C1B3C2
(193,179,194)
#CEC5D1
(206,197,209)
#DBD7E0
(219,215,224)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663559 color. Also use rgb(102,53,89) instead hex code.

Text Font Color

.myTextColor { color: #663559; }

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

This text font color is #663559.


Background Color

.myBgColor { background-color: #663559; }

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

This div background color is #663559.


Border color

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

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

This div border color is #663559.


Opacity

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

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

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

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

This text has shadow with #663559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663559 on black background.


Color preview on white background

This text has color #663559 on white background.



Black color preview on #663559 background

This text has black color on #663559 background.


White color preview on #663559 background

This text has white color on #663559 background.