COLOR #663B5A

HEX: #663B5A
RGB: (102,59,90)

Color info

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

RGB color model

#663B5A color RGB value is (102,59,90).

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

RGB channels and saturation

R 102 of 255 = 40%
G 59 of 255 = 23%
B 90 of 255 = 35%

102
59
90

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

Portions of RGB colors in percentages

R + G + B =
102 + 59 + 90 = 251 (100%)
R 102 of 251 ~ 40.64%
G 59 of 251 ~ 23.51%
B 90 of 251 ~ 35.86%

%40.64
%23.51
%35.86

CMYK color model

#663B5A color CMYK value is (0,42,12,60).

  • cyan value is 0.00%
  • magenta value is 42.16%
  • yellow value is 11.76%
  • key color value is 60.00%
CMYK:
(0,42,12,60)
C0M42Y12K60 
(0%,42%,12%,60%)
(0.00/0.42/0.12/0.60)	

CMYK percentages

%0
%42.16
%11.76
%60

Codes

Color #663B5A in popluar color models

663B5A
RGB1025990
HSL317°26.71%31.57%
HSB/HSV317°42.16%40.00%
CMYK0.00%42.16%11.76%
60.00%

Color #663B5A in popluar number systems.

HEX663B5A
Decimal1025990
Binary11001101110111011010
Octal14673132

Shades and tints

Shades of #663B5A

#663B5A
(102,59,90)
#5D3652
(93,54,82)
#54314A
(84,49,74)
#4B2C42
(75,44,66)
#42273A
(66,39,58)
#392232
(57,34,50)
#301D2A
(48,29,42)
#271822
(39,24,34)
#1E131A
(30,19,26)
#150E12
(21,14,18)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #663B5A

#663B5A
(102,59,90)
#734C69
(115,76,105)
#805D78
(128,93,120)
#8D6E87
(141,110,135)
#9A7F96
(154,127,150)
#A790A5
(167,144,165)
#B4A1B4
(180,161,180)
#C1B2C3
(193,178,195)
#CEC3D2
(206,195,210)
#DBD4E1
(219,212,225)
#E8E5F0
(232,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663B5A; }

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

This text font color is #663B5A.


Background Color

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

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

This div background color is #663B5A.


Border color

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

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

This div border color is #663B5A.


Opacity

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

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

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

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

This text has shadow with #663B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663B5A on black background.


Color preview on white background

This text has color #663B5A on white background.



Black color preview on #663B5A background

This text has black color on #663B5A background.


White color preview on #663B5A background

This text has white color on #663B5A background.