COLOR #803C15

HEX: #803C15
RGB: (128,60,21)

Color info

#803C15 contains mainly red color. Web safe color of #803C15 is #663300 (or #630).

RGB color model

#803C15 color RGB value is (128,60,21).

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

RGB channels and saturation

R 128 of 255 = 50%
G 60 of 255 = 24%
B 21 of 255 = 8%

128
60
21

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

Portions of RGB colors in percentages

R + G + B =
128 + 60 + 21 = 209 (100%)
R 128 of 209 ~ 61.24%
G 60 of 209 ~ 28.71%
B 21 of 209 ~ 10.05%

%61.24
%28.71
%10.05

CMYK color model

#803C15 color CMYK value is (0,53,84,50).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 83.59%
  • key color value is 49.80%
CMYK:
(0,53,84,50)
C0M53Y84K50 
(0%,53%,84%,50%)
(0.00/0.53/0.84/0.50)	

CMYK percentages

%0
%53.13
%83.59
%49.8

Codes

Color #803C15 in popluar color models

803C15
RGB1286021
HSL22°71.81%29.22%
HSB/HSV22°83.59%50.20%
CMYK0.00%53.13%83.59%
49.80%

Color #803C15 in popluar number systems.

HEX803C15
Decimal1286021
Binary1000000011110010101
Octal2007425

Shades and tints

Shades of #803C15

#803C15
(128,60,21)
#753714
(117,55,20)
#6A3213
(106,50,19)
#5F2D12
(95,45,18)
#542811
(84,40,17)
#492310
(73,35,16)
#3E1E0F
(62,30,15)
#33190E
(51,25,14)
#28140D
(40,20,13)
#1D0F0C
(29,15,12)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #803C15

#803C15
(128,60,21)
#8B4D2A
(139,77,42)
#965E3F
(150,94,63)
#A16F54
(161,111,84)
#AC8069
(172,128,105)
#B7917E
(183,145,126)
#C2A293
(194,162,147)
#CDB3A8
(205,179,168)
#D8C4BD
(216,196,189)
#E3D5D2
(227,213,210)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #803C15; }

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

This text font color is #803C15.


Background Color

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

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

This div background color is #803C15.


Border color

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

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

This div border color is #803C15.


Opacity

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

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

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

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

This text has shadow with #803C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803C15 on black background.


Color preview on white background

This text has color #803C15 on white background.



Black color preview on #803C15 background

This text has black color on #803C15 background.


White color preview on #803C15 background

This text has white color on #803C15 background.