COLOR #803A1D

HEX: #803A1D RGB: (128,58,29)

Color info

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

RGB color model

#803A1D color RGB value is (128,58,29).

RGB: (128,58,29) (50%, 23%, 11%)

RGB channels and saturation

R 128 of 255 = 50%
G 58 of 255 = 23%
B 29 of 255 = 11%

128
58
29

R + G + B ~ 28%. #803A1D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 58 + 29 = 215 (100%)
R 128 of 215 ~ 59.53%
G 58 of 215 ~ 26.98%
B 29 of 215 ~ 13.49'%

%59.53
%26.98
%13.49

CMYK color model

#803A1D color CMYK value is (0,55,77,50).

  • cyan value is 0.00%
  • magenta value is 54.69%
  • yellow value is 77.34%
  • key color value is 49.80%

CMYK: (0,55,77,50)
C0M55Y77K50 (0%, 55%, 77%, 50%)
(0.00 / 0.55 / 0.77 / 0.50)

CMYK percentages

%0
%54.69
%77.34
%49.8

Codes

Color #803A1D in popluar color models

80 3A 1D
RGB 128 58 29
HSL 18° 63.06% 30.78%
HSB/HSV 18° 77.34% 50.20%
CMYK 0.00% 54.69% 77.34%
49.80%

Color #803A1D in popluar number systems.

HEX 80 3A 1D
Decimal 128 58 29
Binary 10000000 111010 11101
Octal 200 72 35

Shades and tints

Shades of #803A1D

#803A1D
(128,58,29)
#75351B
(117,53,27)
#6A3019
(106,48,25)
#5F2B17
(95,43,23)
#542615
(84,38,21)
#492113
(73,33,19)
#3E1C11
(62,28,17)
#33170F
(51,23,15)
#28120D
(40,18,13)
#1D0D0B
(29,13,11)
#120809
(18,8,9)
#000000
(0,0,0)

Tints of #803A1D

#803A1D
(128,58,29)
#8B4B31
(139,75,49)
#965C45
(150,92,69)
#A16D59
(161,109,89)
#AC7E6D
(172,126,109)
#B78F81
(183,143,129)
#C2A095
(194,160,149)
#CDB1A9
(205,177,169)
#D8C2BD
(216,194,189)
#E3D3D1
(227,211,209)
#EEE4E5
(238,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803A1D color. Also use rgb(128,58,29) instead hex code.

Text Font Color

.myTextColor { color: #803A1D; }

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

This text font color is #803A1D.

Background Color

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

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

This div background color is #803A1D.

Border color

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

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

This div border color is #803A1D.

Opacity

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

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

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

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

This text has shadow with #803A1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #803A1D.

Preview

Color preview on black background

This text has color #803A1D on black background.


Color preview on white background

This text has color #803A1D on white background.


Black color preview on #803A1D background

This text has black color on #803A1D background.


White color preview on #803A1D background

This text has white color on #803A1D background.


Related colors

Complementary color

Complementary color for #hex is #7FC5E2.


I love getcolorcode.com

Triadic colors

1 #1D803A and #3A1D80 with #803A1D are triadic colors.

2 #1D3A80 and #3A801D with #803A1D are triadic colors.