COLOR #804A29

HEX: #804A29 RGB: (128,74,41)

Color info

#804A29 contains mainly red and green colors. Web safe color of #804A29 is #663333 (or #633).

RGB color model

#804A29 color RGB value is (128,74,41).

RGB: (128,74,41) (50%, 29%, 16%)

RGB channels and saturation

R 128 of 255 = 50%
G 74 of 255 = 29%
B 41 of 255 = 16%

128
74
41

R + G + B ~ 32%. #804A29 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 74 + 41 = 243 (100%)
R 128 of 243 ~ 52.67%
G 74 of 243 ~ 30.45%
B 41 of 243 ~ 16.87'%

%52.67
%30.45
%16.87

CMYK color model

#804A29 color CMYK value is (0,42,68,50).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 67.97%
  • key color value is 49.80%

CMYK: (0,42,68,50)
C0M42Y68K50 (0%, 42%, 68%, 50%)
(0.00 / 0.42 / 0.68 / 0.50)

CMYK percentages

%0
%42.19
%67.97
%49.8

Codes

Color #804A29 in popluar color models

80 4A 29
RGB 128 74 41
HSL 23° 51.48% 33.14%
HSB/HSV 23° 67.97% 50.20%
CMYK 0.00% 42.19% 67.97%
49.80%

Color #804A29 in popluar number systems.

HEX 80 4A 29
Decimal 128 74 41
Binary 10000000 1001010 101001
Octal 200 112 51

Shades and tints

Shades of #804A29

#804A29
(128,74,41)
#754426
(117,68,38)
#6A3E23
(106,62,35)
#5F3820
(95,56,32)
#54321D
(84,50,29)
#492C1A
(73,44,26)
#3E2617
(62,38,23)
#332014
(51,32,20)
#281A11
(40,26,17)
#1D140E
(29,20,14)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #804A29

#804A29
(128,74,41)
#8B5A3C
(139,90,60)
#966A4F
(150,106,79)
#A17A62
(161,122,98)
#AC8A75
(172,138,117)
#B79A88
(183,154,136)
#C2AA9B
(194,170,155)
#CDBAAE
(205,186,174)
#D8CAC1
(216,202,193)
#E3DAD4
(227,218,212)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804A29; }

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

This text font color is #804A29.

Background Color

.myBgColor { background-color: #804A29; }

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

This div background color is #804A29.

Border color

.myBorderColor { border: 1px solid #804A29; }

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

This div border color is #804A29.

Opacity

.myOpacity80 { color: #804A29; opacity: 0.8; }

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

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

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

This text has shadow with #804A29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #804A29.

Preview

Color preview on black background

This text has color #804A29 on black background.


Color preview on white background

This text has color #804A29 on white background.


Black color preview on #804A29 background

This text has black color on #804A29 background.


White color preview on #804A29 background

This text has white color on #804A29 background.


Related colors

Complementary color

Complementary color for #hex is #7FB5D6.


I love getcolorcode.com

Triadic colors

1 #29804A and #4A2980 with #804A29 are triadic colors.

2 #294A80 and #4A8029 with #804A29 are triadic colors.