COLOR #804A43

HEX: #804A43 RGB: (128,74,67)

Color info

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

RGB color model

#804A43 color RGB value is (128,74,67).

RGB: (128,74,67) (50%, 29%, 26%)

RGB channels and saturation

R 128 of 255 = 50%
G 74 of 255 = 29%
B 67 of 255 = 26%

128
74
67

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

Portions of RGB colors in percentages

R + G + B = 128 + 74 + 67 = 269 (100%)
R 128 of 269 ~ 47.58%
G 74 of 269 ~ 27.51%
B 67 of 269 ~ 24.91'%

%47.58
%27.51
%24.91

CMYK color model

#804A43 color CMYK value is (0,42,48,50).

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

CMYK: (0,42,48,50)
C0M42Y48K50 (0%, 42%, 48%, 50%)
(0.00 / 0.42 / 0.48 / 0.50)

CMYK percentages

%0
%42.19
%47.66
%49.8

Codes

Color #804A43 in popluar color models

80 4A 43
RGB 128 74 67
HSL 31.28% 38.24%
HSB/HSV 47.66% 50.20%
CMYK 0.00% 42.19% 47.66%
49.80%

Color #804A43 in popluar number systems.

HEX 80 4A 43
Decimal 128 74 67
Binary 10000000 1001010 1000011
Octal 200 112 103

Shades and tints

Shades of #804A43

#804A43
(128,74,67)
#75443D
(117,68,61)
#6A3E37
(106,62,55)
#5F3831
(95,56,49)
#54322B
(84,50,43)
#492C25
(73,44,37)
#3E261F
(62,38,31)
#332019
(51,32,25)
#281A13
(40,26,19)
#1D140D
(29,20,13)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #804A43

#804A43
(128,74,67)
#8B5A54
(139,90,84)
#966A65
(150,106,101)
#A17A76
(161,122,118)
#AC8A87
(172,138,135)
#B79A98
(183,154,152)
#C2AAA9
(194,170,169)
#CDBABA
(205,186,186)
#D8CACB
(216,202,203)
#E3DADC
(227,218,220)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804A43; }

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

This text font color is #804A43.

Background Color

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

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

This div background color is #804A43.

Border color

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

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

This div border color is #804A43.

Opacity

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

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

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

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

This text has shadow with #804A43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #804A43.

Preview

Color preview on black background

This text has color #804A43 on black background.


Color preview on white background

This text has color #804A43 on white background.


Black color preview on #804A43 background

This text has black color on #804A43 background.


White color preview on #804A43 background

This text has white color on #804A43 background.


Related colors

Complementary color

Complementary color for #hex is #7FB5BC.


I love getcolorcode.com

Triadic colors

1 #43804A and #4A4380 with #804A43 are triadic colors.

2 #434A80 and #4A8043 with #804A43 are triadic colors.