COLOR #663960

HEX: #663960
RGB: (102,57,96)

Color info

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

RGB color model

#663960 color RGB value is (102,57,96).

  • red value is 102;
  • green value is 57;
  • blue value is 96.
RGB:
(102,57,96)
(40%,22%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 57 of 255 = 22%
B 96 of 255 = 38%

102
57
96

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

Portions of RGB colors in percentages

R + G + B =
102 + 57 + 96 = 255 (100%)
R 102 of 255 ~ 40%
G 57 of 255 ~ 22.35%
B 96 of 255 ~ 37.65%

%40
%22.35
%37.65

CMYK color model

#663960 color CMYK value is (0,44,6,60).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 5.88%
  • key color value is 60.00%
CMYK:
(0,44,6,60)
C0M44Y6K60 
(0%,44%,6%,60%)
(0.00/0.44/0.06/0.60)	

CMYK percentages

%0
%44.12
%5.88
%60

Codes

Color #663960 in popluar color models

663960
RGB1025796
HSL308°28.30%31.18%
HSB/HSV308°44.12%40.00%
CMYK0.00%44.12%5.88%
60.00%

Color #663960 in popluar number systems.

HEX663960
Decimal1025796
Binary11001101110011100000
Octal14671140

Shades and tints

Shades of #663960

#663960
(102,57,96)
#5D3458
(93,52,88)
#542F50
(84,47,80)
#4B2A48
(75,42,72)
#422540
(66,37,64)
#392038
(57,32,56)
#301B30
(48,27,48)
#271628
(39,22,40)
#1E1120
(30,17,32)
#150C18
(21,12,24)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #663960

#663960
(102,57,96)
#734B6E
(115,75,110)
#805D7C
(128,93,124)
#8D6F8A
(141,111,138)
#9A8198
(154,129,152)
#A793A6
(167,147,166)
#B4A5B4
(180,165,180)
#C1B7C2
(193,183,194)
#CEC9D0
(206,201,208)
#DBDBDE
(219,219,222)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663960 color. Also use rgb(102,57,96) instead hex code.

Text Font Color

.myTextColor { color: #663960; }

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

This text font color is #663960.


Background Color

.myBgColor { background-color: #663960; }

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

This div background color is #663960.


Border color

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

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

This div border color is #663960.


Opacity

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

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

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

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

This text has shadow with #663960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663960 on black background.


Color preview on white background

This text has color #663960 on white background.



Black color preview on #663960 background

This text has black color on #663960 background.


White color preview on #663960 background

This text has white color on #663960 background.