COLOR #663240

HEX: #663240
RGB: (102,50,64)

Color info

#663240 contains red, green and blue colors in about the same proportion. Web safe color of #663240 is #663333 (or #633).

RGB color model

#663240 color RGB value is (102,50,64).

  • red value is 102;
  • green value is 50;
  • blue value is 64.
RGB:
(102,50,64)
(40%,20%,25%)

RGB channels and saturation

R 102 of 255 = 40%
G 50 of 255 = 20%
B 64 of 255 = 25%

102
50
64

R + G + B ~ 28%. #663240 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 50 + 64 = 216 (100%)
R 102 of 216 ~ 47.22%
G 50 of 216 ~ 23.15%
B 64 of 216 ~ 29.63%

%47.22
%23.15
%29.63

CMYK color model

#663240 color CMYK value is (0,51,37,60).

  • cyan value is 0.00%
  • magenta value is 50.98%
  • yellow value is 37.25%
  • key color value is 60.00%
CMYK:
(0,51,37,60)
C0M51Y37K60 
(0%,51%,37%,60%)
(0.00/0.51/0.37/0.60)	

CMYK percentages

%0
%50.98
%37.25
%60

Codes

Color #663240 in popluar color models

663240
RGB1025064
HSL344°34.21%29.80%
HSB/HSV344°50.98%40.00%
CMYK0.00%50.98%37.25%
60.00%

Color #663240 in popluar number systems.

HEX663240
Decimal1025064
Binary11001101100101000000
Octal14662100

Shades and tints

Shades of #663240

#663240
(102,50,64)
#5D2E3B
(93,46,59)
#542A36
(84,42,54)
#4B2631
(75,38,49)
#42222C
(66,34,44)
#391E27
(57,30,39)
#301A22
(48,26,34)
#27161D
(39,22,29)
#1E1218
(30,18,24)
#150E13
(21,14,19)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #663240

#663240
(102,50,64)
#734451
(115,68,81)
#805662
(128,86,98)
#8D6873
(141,104,115)
#9A7A84
(154,122,132)
#A78C95
(167,140,149)
#B49EA6
(180,158,166)
#C1B0B7
(193,176,183)
#CEC2C8
(206,194,200)
#DBD4D9
(219,212,217)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663240 color. Also use rgb(102,50,64) instead hex code.

Text Font Color

.myTextColor { color: #663240; }

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

This text font color is #663240.


Background Color

.myBgColor { background-color: #663240; }

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

This div background color is #663240.


Border color

.myBorderColor { border: 1px solid #663240; }

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

This div border color is #663240.


Opacity

.myOpacity80 { color: #663240; opacity: 0.8; }

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

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

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

This text has shadow with #663240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663240 on black background.


Color preview on white background

This text has color #663240 on white background.



Black color preview on #663240 background

This text has black color on #663240 background.


White color preview on #663240 background

This text has white color on #663240 background.