COLOR #663B73

HEX: #663B73
RGB: (102,59,115)

Color info

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

RGB color model

#663B73 color RGB value is (102,59,115).

  • red value is 102;
  • green value is 59;
  • blue value is 115.
RGB:
(102,59,115)
(40%,23%,45%)

RGB channels and saturation

R 102 of 255 = 40%
G 59 of 255 = 23%
B 115 of 255 = 45%

102
59
115

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

Portions of RGB colors in percentages

R + G + B =
102 + 59 + 115 = 276 (100%)
R 102 of 276 ~ 36.96%
G 59 of 276 ~ 21.38%
B 115 of 276 ~ 41.67%

%36.96
%21.38
%41.67

CMYK color model

#663B73 color CMYK value is (11,49,0,55).

  • cyan value is 11.30%
  • magenta value is 48.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(11,49,0,55)
C11M49Y0K55 
(11%,49%,0%,55%)
(0.11/0.49/0.00/0.55)	

CMYK percentages

%11.3
%48.7
%0
%54.9

Codes

Color #663B73 in popluar color models

663B73
RGB10259115
HSL286°32.18%34.12%
HSB/HSV286°48.70%45.10%
CMYK11.30%48.70%0.00%
54.90%

Color #663B73 in popluar number systems.

HEX663B73
Decimal10259115
Binary11001101110111110011
Octal14673163

Shades and tints

Shades of #663B73

#663B73
(102,59,115)
#5D3669
(93,54,105)
#54315F
(84,49,95)
#4B2C55
(75,44,85)
#42274B
(66,39,75)
#392241
(57,34,65)
#301D37
(48,29,55)
#27182D
(39,24,45)
#1E1323
(30,19,35)
#150E19
(21,14,25)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #663B73

#663B73
(102,59,115)
#734C7F
(115,76,127)
#805D8B
(128,93,139)
#8D6E97
(141,110,151)
#9A7FA3
(154,127,163)
#A790AF
(167,144,175)
#B4A1BB
(180,161,187)
#C1B2C7
(193,178,199)
#CEC3D3
(206,195,211)
#DBD4DF
(219,212,223)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663B73 color. Also use rgb(102,59,115) instead hex code.

Text Font Color

.myTextColor { color: #663B73; }

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

This text font color is #663B73.


Background Color

.myBgColor { background-color: #663B73; }

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

This div background color is #663B73.


Border color

.myBorderColor { border: 1px solid #663B73; }

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

This div border color is #663B73.


Opacity

.myOpacity80 { color: #663B73; opacity: 0.8; }

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

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

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

This text has shadow with #663B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663B73 on black background.


Color preview on white background

This text has color #663B73 on white background.



Black color preview on #663B73 background

This text has black color on #663B73 background.


White color preview on #663B73 background

This text has white color on #663B73 background.