COLOR #804E40

HEX: #804E40 RGB: (128,78,64)

Color info

#804E40 contains mainly red and green colors. Web safe color of #804E40 is #666633 (or #663).

RGB color model

#804E40 color RGB value is (128,78,64).

RGB: (128,78,64) (50%, 31%, 25%)

RGB channels and saturation

R 128 of 255 = 50%
G 78 of 255 = 31%
B 64 of 255 = 25%

128
78
64

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

Portions of RGB colors in percentages

R + G + B = 128 + 78 + 64 = 270 (100%)
R 128 of 270 ~ 47.41%
G 78 of 270 ~ 28.89%
B 64 of 270 ~ 23.7'%

%47.41
%28.89
%23.7

CMYK color model

#804E40 color CMYK value is (0,39,50,50).

  • cyan value is 0.00%
  • magenta value is 39.06%
  • yellow value is 50.00%
  • key color value is 49.80%

CMYK: (0,39,50,50)
C0M39Y50K50 (0%, 39%, 50%, 50%)
(0.00 / 0.39 / 0.50 / 0.50)

CMYK percentages

%0
%39.06
%50
%49.8

Codes

Color #804E40 in popluar color models

80 4E 40
RGB 128 78 64
HSL 13° 33.33% 37.65%
HSB/HSV 13° 50.00% 50.20%
CMYK 0.00% 39.06% 50.00%
49.80%

Color #804E40 in popluar number systems.

HEX 80 4E 40
Decimal 128 78 64
Binary 10000000 1001110 1000000
Octal 200 116 100

Shades and tints

Shades of #804E40

#804E40
(128,78,64)
#75473B
(117,71,59)
#6A4036
(106,64,54)
#5F3931
(95,57,49)
#54322C
(84,50,44)
#492B27
(73,43,39)
#3E2422
(62,36,34)
#331D1D
(51,29,29)
#281618
(40,22,24)
#1D0F13
(29,15,19)
#12080E
(18,8,14)
#000000
(0,0,0)

Tints of #804E40

#804E40
(128,78,64)
#8B5E51
(139,94,81)
#966E62
(150,110,98)
#A17E73
(161,126,115)
#AC8E84
(172,142,132)
#B79E95
(183,158,149)
#C2AEA6
(194,174,166)
#CDBEB7
(205,190,183)
#D8CEC8
(216,206,200)
#E3DED9
(227,222,217)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804E40 color. Also use rgb(128,78,64) instead hex code.

Text Font Color

.myTextColor { color: #804E40; }

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

This text font color is #804E40.

Background Color

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

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

This div background color is #804E40.

Border color

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

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

This div border color is #804E40.

Opacity

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

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

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

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

This text has shadow with #804E40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #804E40.

Preview

Color preview on black background

This text has color #804E40 on black background.


Color preview on white background

This text has color #804E40 on white background.


Black color preview on #804E40 background

This text has black color on #804E40 background.


White color preview on #804E40 background

This text has white color on #804E40 background.


Related colors

Complementary color

Complementary color for #hex is #7FB1BF.


I love getcolorcode.com

Triadic colors

1 #40804E and #4E4080 with #804E40 are triadic colors.

2 #404E80 and #4E8040 with #804E40 are triadic colors.