COLOR #663C5A

HEX: #663C5A
RGB: (102,60,90)

Color info

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

RGB color model

#663C5A color RGB value is (102,60,90).

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

RGB channels and saturation

R 102 of 255 = 40%
G 60 of 255 = 24%
B 90 of 255 = 35%

102
60
90

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

Portions of RGB colors in percentages

R + G + B =
102 + 60 + 90 = 252 (100%)
R 102 of 252 ~ 40.48%
G 60 of 252 ~ 23.81%
B 90 of 252 ~ 35.71%

%40.48
%23.81
%35.71

CMYK color model

#663C5A color CMYK value is (0,41,12,60).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 11.76%
  • key color value is 60.00%
CMYK:
(0,41,12,60)
C0M41Y12K60 
(0%,41%,12%,60%)
(0.00/0.41/0.12/0.60)	

CMYK percentages

%0
%41.18
%11.76
%60

Codes

Color #663C5A in popluar color models

663C5A
RGB1026090
HSL317°25.93%31.76%
HSB/HSV317°41.18%40.00%
CMYK0.00%41.18%11.76%
60.00%

Color #663C5A in popluar number systems.

HEX663C5A
Decimal1026090
Binary11001101111001011010
Octal14674132

Shades and tints

Shades of #663C5A

#663C5A
(102,60,90)
#5D3752
(93,55,82)
#54324A
(84,50,74)
#4B2D42
(75,45,66)
#42283A
(66,40,58)
#392332
(57,35,50)
#301E2A
(48,30,42)
#271922
(39,25,34)
#1E141A
(30,20,26)
#150F12
(21,15,18)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #663C5A

#663C5A
(102,60,90)
#734D69
(115,77,105)
#805E78
(128,94,120)
#8D6F87
(141,111,135)
#9A8096
(154,128,150)
#A791A5
(167,145,165)
#B4A2B4
(180,162,180)
#C1B3C3
(193,179,195)
#CEC4D2
(206,196,210)
#DBD5E1
(219,213,225)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663C5A; }

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

This text font color is #663C5A.


Background Color

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

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

This div background color is #663C5A.


Border color

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

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

This div border color is #663C5A.


Opacity

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

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

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

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

This text has shadow with #663C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663C5A on black background.


Color preview on white background

This text has color #663C5A on white background.



Black color preview on #663C5A background

This text has black color on #663C5A background.


White color preview on #663C5A background

This text has white color on #663C5A background.