COLOR #663C61

HEX: #663C61
RGB: (102,60,97)

Color info

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

RGB color model

#663C61 color RGB value is (102,60,97).

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

RGB channels and saturation

R 102 of 255 = 40%
G 60 of 255 = 24%
B 97 of 255 = 38%

102
60
97

R + G + B ~ 34%. #663C61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 60 + 97 = 259 (100%)
R 102 of 259 ~ 39.38%
G 60 of 259 ~ 23.17%
B 97 of 259 ~ 37.45%

%39.38
%23.17
%37.45

CMYK color model

#663C61 color CMYK value is (0,41,5,60).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 4.90%
  • key color value is 60.00%
CMYK:
(0,41,5,60)
C0M41Y5K60 
(0%,41%,5%,60%)
(0.00/0.41/0.05/0.60)	

CMYK percentages

%0
%41.18
%4.9
%60

Codes

Color #663C61 in popluar color models

663C61
RGB1026097
HSL307°25.93%31.76%
HSB/HSV307°41.18%40.00%
CMYK0.00%41.18%4.90%
60.00%

Color #663C61 in popluar number systems.

HEX663C61
Decimal1026097
Binary11001101111001100001
Octal14674141

Shades and tints

Shades of #663C61

#663C61
(102,60,97)
#5D3759
(93,55,89)
#543251
(84,50,81)
#4B2D49
(75,45,73)
#422841
(66,40,65)
#392339
(57,35,57)
#301E31
(48,30,49)
#271929
(39,25,41)
#1E1421
(30,20,33)
#150F19
(21,15,25)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #663C61

#663C61
(102,60,97)
#734D6F
(115,77,111)
#805E7D
(128,94,125)
#8D6F8B
(141,111,139)
#9A8099
(154,128,153)
#A791A7
(167,145,167)
#B4A2B5
(180,162,181)
#C1B3C3
(193,179,195)
#CEC4D1
(206,196,209)
#DBD5DF
(219,213,223)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663C61; }

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

This text font color is #663C61.


Background Color

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

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

This div background color is #663C61.


Border color

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

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

This div border color is #663C61.


Opacity

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

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

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

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

This text has shadow with #663C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663C61 on black background.


Color preview on white background

This text has color #663C61 on white background.



Black color preview on #663C61 background

This text has black color on #663C61 background.


White color preview on #663C61 background

This text has white color on #663C61 background.