COLOR #663C51

HEX: #663C51
RGB: (102,60,81)

Color info

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

RGB color model

#663C51 color RGB value is (102,60,81).

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

RGB channels and saturation

R 102 of 255 = 40%
G 60 of 255 = 24%
B 81 of 255 = 32%

102
60
81

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

Portions of RGB colors in percentages

R + G + B =
102 + 60 + 81 = 243 (100%)
R 102 of 243 ~ 41.98%
G 60 of 243 ~ 24.69%
B 81 of 243 ~ 33.33%

%41.98
%24.69
%33.33

CMYK color model

#663C51 color CMYK value is (0,41,21,60).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 20.59%
  • key color value is 60.00%
CMYK:
(0,41,21,60)
C0M41Y21K60 
(0%,41%,21%,60%)
(0.00/0.41/0.21/0.60)	

CMYK percentages

%0
%41.18
%20.59
%60

Codes

Color #663C51 in popluar color models

663C51
RGB1026081
HSL330°25.93%31.76%
HSB/HSV330°41.18%40.00%
CMYK0.00%41.18%20.59%
60.00%

Color #663C51 in popluar number systems.

HEX663C51
Decimal1026081
Binary11001101111001010001
Octal14674121

Shades and tints

Shades of #663C51

#663C51
(102,60,81)
#5D374A
(93,55,74)
#543243
(84,50,67)
#4B2D3C
(75,45,60)
#422835
(66,40,53)
#39232E
(57,35,46)
#301E27
(48,30,39)
#271920
(39,25,32)
#1E1419
(30,20,25)
#150F12
(21,15,18)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #663C51

#663C51
(102,60,81)
#734D60
(115,77,96)
#805E6F
(128,94,111)
#8D6F7E
(141,111,126)
#9A808D
(154,128,141)
#A7919C
(167,145,156)
#B4A2AB
(180,162,171)
#C1B3BA
(193,179,186)
#CEC4C9
(206,196,201)
#DBD5D8
(219,213,216)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663C51; }

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

This text font color is #663C51.


Background Color

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

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

This div background color is #663C51.


Border color

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

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

This div border color is #663C51.


Opacity

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

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

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

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

This text has shadow with #663C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663C51 on black background.


Color preview on white background

This text has color #663C51 on white background.



Black color preview on #663C51 background

This text has black color on #663C51 background.


White color preview on #663C51 background

This text has white color on #663C51 background.