COLOR #663C53

HEX: #663C53
RGB: (102,60,83)

Color info

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

RGB color model

#663C53 color RGB value is (102,60,83).

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

RGB channels and saturation

R 102 of 255 = 40%
G 60 of 255 = 24%
B 83 of 255 = 33%

102
60
83

R + G + B ~ 32%. #663C53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 60 + 83 = 245 (100%)
R 102 of 245 ~ 41.63%
G 60 of 245 ~ 24.49%
B 83 of 245 ~ 33.88%

%41.63
%24.49
%33.88

CMYK color model

#663C53 color CMYK value is (0,41,19,60).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 18.63%
  • key color value is 60.00%
CMYK:
(0,41,19,60)
C0M41Y19K60 
(0%,41%,19%,60%)
(0.00/0.41/0.19/0.60)	

CMYK percentages

%0
%41.18
%18.63
%60

Codes

Color #663C53 in popluar color models

663C53
RGB1026083
HSL327°25.93%31.76%
HSB/HSV327°41.18%40.00%
CMYK0.00%41.18%18.63%
60.00%

Color #663C53 in popluar number systems.

HEX663C53
Decimal1026083
Binary11001101111001010011
Octal14674123

Shades and tints

Shades of #663C53

#663C53
(102,60,83)
#5D374C
(93,55,76)
#543245
(84,50,69)
#4B2D3E
(75,45,62)
#422837
(66,40,55)
#392330
(57,35,48)
#301E29
(48,30,41)
#271922
(39,25,34)
#1E141B
(30,20,27)
#150F14
(21,15,20)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #663C53

#663C53
(102,60,83)
#734D62
(115,77,98)
#805E71
(128,94,113)
#8D6F80
(141,111,128)
#9A808F
(154,128,143)
#A7919E
(167,145,158)
#B4A2AD
(180,162,173)
#C1B3BC
(193,179,188)
#CEC4CB
(206,196,203)
#DBD5DA
(219,213,218)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663C53; }

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

This text font color is #663C53.


Background Color

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

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

This div background color is #663C53.


Border color

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

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

This div border color is #663C53.


Opacity

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

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

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

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

This text has shadow with #663C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663C53 on black background.


Color preview on white background

This text has color #663C53 on white background.



Black color preview on #663C53 background

This text has black color on #663C53 background.


White color preview on #663C53 background

This text has white color on #663C53 background.