COLOR #663131

HEX: #663131
RGB: (102,49,49)

Color info

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

RGB color model

#663131 color RGB value is (102,49,49).

  • red value is 102;
  • green value is 49;
  • blue value is 49.
RGB:
(102,49,49)
(40%,19%,19%)

RGB channels and saturation

R 102 of 255 = 40%
G 49 of 255 = 19%
B 49 of 255 = 19%

102
49
49

R + G + B ~ 26%. #663131 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 49 + 49 = 200 (100%)
R 102 of 200 ~ 51%
G 49 of 200 ~ 24.5%
B 49 of 200 ~ 24.5%

%51
%24.5
%24.5

CMYK color model

#663131 color CMYK value is (0,52,52,60).

  • cyan value is 0.00%
  • magenta value is 51.96%
  • yellow value is 51.96%
  • key color value is 60.00%
CMYK:
(0,52,52,60)
C0M52Y52K60 
(0%,52%,52%,60%)
(0.00/0.52/0.52/0.60)	

CMYK percentages

%0
%51.96
%51.96
%60

Codes

Color #663131 in popluar color models

663131
RGB1024949
HSL35.10%29.61%
HSB/HSV51.96%40.00%
CMYK0.00%51.96%51.96%
60.00%

Color #663131 in popluar number systems.

HEX663131
Decimal1024949
Binary1100110110001110001
Octal1466161

Shades and tints

Shades of #663131

#663131
(102,49,49)
#5D2D2D
(93,45,45)
#542929
(84,41,41)
#4B2525
(75,37,37)
#422121
(66,33,33)
#391D1D
(57,29,29)
#301919
(48,25,25)
#271515
(39,21,21)
#1E1111
(30,17,17)
#150D0D
(21,13,13)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #663131

#663131
(102,49,49)
#734343
(115,67,67)
#805555
(128,85,85)
#8D6767
(141,103,103)
#9A7979
(154,121,121)
#A78B8B
(167,139,139)
#B49D9D
(180,157,157)
#C1AFAF
(193,175,175)
#CEC1C1
(206,193,193)
#DBD3D3
(219,211,211)
#E8E5E5
(232,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663131; }

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

This text font color is #663131.


Background Color

.myBgColor { background-color: #663131; }

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

This div background color is #663131.


Border color

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

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

This div border color is #663131.


Opacity

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

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

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

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

This text has shadow with #663131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663131 on black background.


Color preview on white background

This text has color #663131 on white background.



Black color preview on #663131 background

This text has black color on #663131 background.


White color preview on #663131 background

This text has white color on #663131 background.