COLOR #804A41

HEX: #804A41 RGB: (128,74,65)

Color info

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

RGB color model

#804A41 color RGB value is (128,74,65).

RGB: (128,74,65) (50%, 29%, 25%)

RGB channels and saturation

R 128 of 255 = 50%
G 74 of 255 = 29%
B 65 of 255 = 25%

128
74
65

R + G + B ~ 35%. #804A41 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 74 + 65 = 267 (100%)
R 128 of 267 ~ 47.94%
G 74 of 267 ~ 27.72%
B 65 of 267 ~ 24.34'%

%47.94
%27.72
%24.34

CMYK color model

#804A41 color CMYK value is (0,42,49,50).

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

CMYK: (0,42,49,50)
C0M42Y49K50 (0%, 42%, 49%, 50%)
(0.00 / 0.42 / 0.49 / 0.50)

CMYK percentages

%0
%42.19
%49.22
%49.8

Codes

Color #804A41 in popluar color models

80 4A 41
RGB 128 74 65
HSL 32.64% 37.84%
HSB/HSV 49.22% 50.20%
CMYK 0.00% 42.19% 49.22%
49.80%

Color #804A41 in popluar number systems.

HEX 80 4A 41
Decimal 128 74 65
Binary 10000000 1001010 1000001
Octal 200 112 101

Shades and tints

Shades of #804A41

#804A41
(128,74,65)
#75443C
(117,68,60)
#6A3E37
(106,62,55)
#5F3832
(95,56,50)
#54322D
(84,50,45)
#492C28
(73,44,40)
#3E2623
(62,38,35)
#33201E
(51,32,30)
#281A19
(40,26,25)
#1D1414
(29,20,20)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #804A41

#804A41
(128,74,65)
#8B5A52
(139,90,82)
#966A63
(150,106,99)
#A17A74
(161,122,116)
#AC8A85
(172,138,133)
#B79A96
(183,154,150)
#C2AAA7
(194,170,167)
#CDBAB8
(205,186,184)
#D8CAC9
(216,202,201)
#E3DADA
(227,218,218)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804A41; }

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

This text font color is #804A41.

Background Color

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

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

This div background color is #804A41.

Border color

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

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

This div border color is #804A41.

Opacity

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

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

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

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

This text has shadow with #804A41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #804A41.

Preview

Color preview on black background

This text has color #804A41 on black background.


Color preview on white background

This text has color #804A41 on white background.


Black color preview on #804A41 background

This text has black color on #804A41 background.


White color preview on #804A41 background

This text has white color on #804A41 background.


Related colors

Complementary color

Complementary color for #hex is #7FB5BE.


I love getcolorcode.com

Triadic colors

1 #41804A and #4A4180 with #804A41 are triadic colors.

2 #414A80 and #4A8041 with #804A41 are triadic colors.