COLOR #803C3F

HEX: #803C3F
RGB: (128,60,63)

Color info

#803C3F contains mainly red color. Web safe color of #803C3F is #663333 (or #633).

RGB color model

#803C3F color RGB value is (128,60,63).

  • red value is 128;
  • green value is 60;
  • blue value is 63.
RGB:
(128,60,63)
(50%,24%,25%)

RGB channels and saturation

R 128 of 255 = 50%
G 60 of 255 = 24%
B 63 of 255 = 25%

128
60
63

R + G + B ~ 33%. #803C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 60 + 63 = 251 (100%)
R 128 of 251 ~ 51%
G 60 of 251 ~ 23.9%
B 63 of 251 ~ 25.1%

%51
%23.9
%25.1

CMYK color model

#803C3F color CMYK value is (0,53,51,50).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 50.78%
  • key color value is 49.80%
CMYK:
(0,53,51,50)
C0M53Y51K50 
(0%,53%,51%,50%)
(0.00/0.53/0.51/0.50)	

CMYK percentages

%0
%53.13
%50.78
%49.8

Codes

Color #803C3F in popluar color models

803C3F
RGB1286063
HSL357°36.17%36.86%
HSB/HSV357°53.13%50.20%
CMYK0.00%53.13%50.78%
49.80%

Color #803C3F in popluar number systems.

HEX803C3F
Decimal1286063
Binary10000000111100111111
Octal2007477

Shades and tints

Shades of #803C3F

#803C3F
(128,60,63)
#75373A
(117,55,58)
#6A3235
(106,50,53)
#5F2D30
(95,45,48)
#54282B
(84,40,43)
#492326
(73,35,38)
#3E1E21
(62,30,33)
#33191C
(51,25,28)
#281417
(40,20,23)
#1D0F12
(29,15,18)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #803C3F

#803C3F
(128,60,63)
#8B4D50
(139,77,80)
#965E61
(150,94,97)
#A16F72
(161,111,114)
#AC8083
(172,128,131)
#B79194
(183,145,148)
#C2A2A5
(194,162,165)
#CDB3B6
(205,179,182)
#D8C4C7
(216,196,199)
#E3D5D8
(227,213,216)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803C3F color. Also use rgb(128,60,63) instead hex code.

Text Font Color

.myTextColor { color: #803C3F; }

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

This text font color is #803C3F.


Background Color

.myBgColor { background-color: #803C3F; }

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

This div background color is #803C3F.


Border color

.myBorderColor { border: 1px solid #803C3F; }

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

This div border color is #803C3F.


Opacity

.myOpacity80 { color: #803C3F; opacity: 0.8; }

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

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

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

This text has shadow with #803C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803C3F on black background.


Color preview on white background

This text has color #803C3F on white background.



Black color preview on #803C3F background

This text has black color on #803C3F background.


White color preview on #803C3F background

This text has white color on #803C3F background.