COLOR #803929

HEX: #803929
RGB: (128,57,41)

Color info

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

RGB color model

#803929 color RGB value is (128,57,41).

  • red value is 128;
  • green value is 57;
  • blue value is 41.
RGB:
(128,57,41)
(50%,22%,16%)

RGB channels and saturation

R 128 of 255 = 50%
G 57 of 255 = 22%
B 41 of 255 = 16%

128
57
41

R + G + B ~ 29%. #803929 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 57 + 41 = 226 (100%)
R 128 of 226 ~ 56.64%
G 57 of 226 ~ 25.22%
B 41 of 226 ~ 18.14%

%56.64
%25.22
%18.14

CMYK color model

#803929 color CMYK value is (0,55,68,50).

  • cyan value is 0.00%
  • magenta value is 55.47%
  • yellow value is 67.97%
  • key color value is 49.80%
CMYK:
(0,55,68,50)
C0M55Y68K50 
(0%,55%,68%,50%)
(0.00/0.55/0.68/0.50)	

CMYK percentages

%0
%55.47
%67.97
%49.8

Codes

Color #803929 in popluar color models

803929
RGB1285741
HSL11°51.48%33.14%
HSB/HSV11°67.97%50.20%
CMYK0.00%55.47%67.97%
49.80%

Color #803929 in popluar number systems.

HEX803929
Decimal1285741
Binary10000000111001101001
Octal2007151

Shades and tints

Shades of #803929

#803929
(128,57,41)
#753426
(117,52,38)
#6A2F23
(106,47,35)
#5F2A20
(95,42,32)
#54251D
(84,37,29)
#49201A
(73,32,26)
#3E1B17
(62,27,23)
#331614
(51,22,20)
#281111
(40,17,17)
#1D0C0E
(29,12,14)
#12070B
(18,7,11)
#000000
(0,0,0)

Tints of #803929

#803929
(128,57,41)
#8B4B3C
(139,75,60)
#965D4F
(150,93,79)
#A16F62
(161,111,98)
#AC8175
(172,129,117)
#B79388
(183,147,136)
#C2A59B
(194,165,155)
#CDB7AE
(205,183,174)
#D8C9C1
(216,201,193)
#E3DBD4
(227,219,212)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803929 color. Also use rgb(128,57,41) instead hex code.

Text Font Color

.myTextColor { color: #803929; }

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

This text font color is #803929.


Background Color

.myBgColor { background-color: #803929; }

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

This div background color is #803929.


Border color

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

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

This div border color is #803929.


Opacity

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

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

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

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

This text has shadow with #803929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803929 on black background.


Color preview on white background

This text has color #803929 on white background.



Black color preview on #803929 background

This text has black color on #803929 background.


White color preview on #803929 background

This text has white color on #803929 background.