COLOR #663575

HEX: #663575
RGB: (102,53,117)

Color info

#663575 contains mainly red and blue colors. Web safe color of #663575 is #663366 (or #636).

RGB color model

#663575 color RGB value is (102,53,117).

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

RGB channels and saturation

R 102 of 255 = 40%
G 53 of 255 = 21%
B 117 of 255 = 46%

102
53
117

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

Portions of RGB colors in percentages

R + G + B =
102 + 53 + 117 = 272 (100%)
R 102 of 272 ~ 37.5%
G 53 of 272 ~ 19.49%
B 117 of 272 ~ 43.01%

%37.5
%19.49
%43.01

CMYK color model

#663575 color CMYK value is (13,55,0,54).

  • cyan value is 12.82%
  • magenta value is 54.70%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(13,55,0,54)
C13M55Y0K54 
(13%,55%,0%,54%)
(0.13/0.55/0.00/0.54)	

CMYK percentages

%12.82
%54.7
%0
%54.12

Codes

Color #663575 in popluar color models

663575
RGB10253117
HSL286°37.65%33.33%
HSB/HSV286°54.70%45.88%
CMYK12.82%54.70%0.00%
54.12%

Color #663575 in popluar number systems.

HEX663575
Decimal10253117
Binary11001101101011110101
Octal14665165

Shades and tints

Shades of #663575

#663575
(102,53,117)
#5D316B
(93,49,107)
#542D61
(84,45,97)
#4B2957
(75,41,87)
#42254D
(66,37,77)
#392143
(57,33,67)
#301D39
(48,29,57)
#27192F
(39,25,47)
#1E1525
(30,21,37)
#15111B
(21,17,27)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #663575

#663575
(102,53,117)
#734781
(115,71,129)
#80598D
(128,89,141)
#8D6B99
(141,107,153)
#9A7DA5
(154,125,165)
#A78FB1
(167,143,177)
#B4A1BD
(180,161,189)
#C1B3C9
(193,179,201)
#CEC5D5
(206,197,213)
#DBD7E1
(219,215,225)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663575; }

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

This text font color is #663575.


Background Color

.myBgColor { background-color: #663575; }

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

This div background color is #663575.


Border color

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

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

This div border color is #663575.


Opacity

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

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

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

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

This text has shadow with #663575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663575 on black background.


Color preview on white background

This text has color #663575 on white background.



Black color preview on #663575 background

This text has black color on #663575 background.


White color preview on #663575 background

This text has white color on #663575 background.