COLOR #663237

HEX: #663237
RGB: (102,50,55)

Color info

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

RGB color model

#663237 color RGB value is (102,50,55).

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

RGB channels and saturation

R 102 of 255 = 40%
G 50 of 255 = 20%
B 55 of 255 = 22%

102
50
55

R + G + B ~ 27%. #663237 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 50 + 55 = 207 (100%)
R 102 of 207 ~ 49.28%
G 50 of 207 ~ 24.15%
B 55 of 207 ~ 26.57%

%49.28
%24.15
%26.57

CMYK color model

#663237 color CMYK value is (0,51,46,60).

  • cyan value is 0.00%
  • magenta value is 50.98%
  • yellow value is 46.08%
  • key color value is 60.00%
CMYK:
(0,51,46,60)
C0M51Y46K60 
(0%,51%,46%,60%)
(0.00/0.51/0.46/0.60)	

CMYK percentages

%0
%50.98
%46.08
%60

Codes

Color #663237 in popluar color models

663237
RGB1025055
HSL354°34.21%29.80%
HSB/HSV354°50.98%40.00%
CMYK0.00%50.98%46.08%
60.00%

Color #663237 in popluar number systems.

HEX663237
Decimal1025055
Binary1100110110010110111
Octal1466267

Shades and tints

Shades of #663237

#663237
(102,50,55)
#5D2E32
(93,46,50)
#542A2D
(84,42,45)
#4B2628
(75,38,40)
#422223
(66,34,35)
#391E1E
(57,30,30)
#301A19
(48,26,25)
#271614
(39,22,20)
#1E120F
(30,18,15)
#150E0A
(21,14,10)
#0C0A05
(12,10,5)
#000000
(0,0,0)

Tints of #663237

#663237
(102,50,55)
#734449
(115,68,73)
#80565B
(128,86,91)
#8D686D
(141,104,109)
#9A7A7F
(154,122,127)
#A78C91
(167,140,145)
#B49EA3
(180,158,163)
#C1B0B5
(193,176,181)
#CEC2C7
(206,194,199)
#DBD4D9
(219,212,217)
#E8E6EB
(232,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663237; }

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

This text font color is #663237.


Background Color

.myBgColor { background-color: #663237; }

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

This div background color is #663237.


Border color

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

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

This div border color is #663237.


Opacity

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

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

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

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

This text has shadow with #663237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663237 on black background.


Color preview on white background

This text has color #663237 on white background.



Black color preview on #663237 background

This text has black color on #663237 background.


White color preview on #663237 background

This text has white color on #663237 background.