COLOR #663F50

HEX: #663F50
RGB: (102,63,80)

Color info

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

RGB color model

#663F50 color RGB value is (102,63,80).

  • red value is 102;
  • green value is 63;
  • blue value is 80.
RGB:
(102,63,80)
(40%,25%,31%)

RGB channels and saturation

R 102 of 255 = 40%
G 63 of 255 = 25%
B 80 of 255 = 31%

102
63
80

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

Portions of RGB colors in percentages

R + G + B =
102 + 63 + 80 = 245 (100%)
R 102 of 245 ~ 41.63%
G 63 of 245 ~ 25.71%
B 80 of 245 ~ 32.65%

%41.63
%25.71
%32.65

CMYK color model

#663F50 color CMYK value is (0,38,22,60).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 21.57%
  • key color value is 60.00%
CMYK:
(0,38,22,60)
C0M38Y22K60 
(0%,38%,22%,60%)
(0.00/0.38/0.22/0.60)	

CMYK percentages

%0
%38.24
%21.57
%60

Codes

Color #663F50 in popluar color models

663F50
RGB1026380
HSL334°23.64%32.35%
HSB/HSV334°38.24%40.00%
CMYK0.00%38.24%21.57%
60.00%

Color #663F50 in popluar number systems.

HEX663F50
Decimal1026380
Binary11001101111111010000
Octal14677120

Shades and tints

Shades of #663F50

#663F50
(102,63,80)
#5D3A49
(93,58,73)
#543542
(84,53,66)
#4B303B
(75,48,59)
#422B34
(66,43,52)
#39262D
(57,38,45)
#302126
(48,33,38)
#271C1F
(39,28,31)
#1E1718
(30,23,24)
#151211
(21,18,17)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #663F50

#663F50
(102,63,80)
#73505F
(115,80,95)
#80616E
(128,97,110)
#8D727D
(141,114,125)
#9A838C
(154,131,140)
#A7949B
(167,148,155)
#B4A5AA
(180,165,170)
#C1B6B9
(193,182,185)
#CEC7C8
(206,199,200)
#DBD8D7
(219,216,215)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663F50 color. Also use rgb(102,63,80) instead hex code.

Text Font Color

.myTextColor { color: #663F50; }

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

This text font color is #663F50.


Background Color

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

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

This div background color is #663F50.


Border color

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

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

This div border color is #663F50.


Opacity

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

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

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

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

This text has shadow with #663F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663F50 on black background.


Color preview on white background

This text has color #663F50 on white background.



Black color preview on #663F50 background

This text has black color on #663F50 background.


White color preview on #663F50 background

This text has white color on #663F50 background.