COLOR #504E40

HEX: #504E40 RGB: (80,78,64)

Color info

#504E40 contains red, green and blue colors in about the same proportion. Web safe color of #504E40 is #666633 (or #663).

RGB color model

#504E40 color RGB value is (80,78,64).

RGB: (80,78,64) (31%, 31%, 25%)

RGB channels and saturation

R 80 of 255 = 31%
G 78 of 255 = 31%
B 64 of 255 = 25%

80
78
64

R + G + B ~ 29%. #504E40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 78 + 64 = 222 (100%)
R 80 of 222 ~ 36.04%
G 78 of 222 ~ 35.14%
B 64 of 222 ~ 28.83'%

%36.04
%35.14
%28.83

CMYK color model

#504E40 color CMYK value is (0,2,20,69).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 20.00%
  • key color value is 68.63%

CMYK: (0,2,20,69)
C0M2Y20K69 (0%, 2%, 20%, 69%)
(0.00 / 0.02 / 0.20 / 0.69)

CMYK percentages

%0
%2.5
%20
%68.63

Codes

Color #504E40 in popluar color models

50 4E 40
RGB 80 78 64
HSL 53° 11.11% 28.24%
HSB/HSV 53° 20.00% 31.37%
CMYK 0.00% 2.50% 20.00%
68.63%

Color #504E40 in popluar number systems.

HEX 50 4E 40
Decimal 80 78 64
Binary 1010000 1001110 1000000
Octal 120 116 100

Shades and tints

Shades of #504E40

#504E40
(80,78,64)
#49473B
(73,71,59)
#424036
(66,64,54)
#3B3931
(59,57,49)
#34322C
(52,50,44)
#2D2B27
(45,43,39)
#262422
(38,36,34)
#1F1D1D
(31,29,29)
#181618
(24,22,24)
#110F13
(17,15,19)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #504E40

#504E40
(80,78,64)
#5F5E51
(95,94,81)
#6E6E62
(110,110,98)
#7D7E73
(125,126,115)
#8C8E84
(140,142,132)
#9B9E95
(155,158,149)
#AAAEA6
(170,174,166)
#B9BEB7
(185,190,183)
#C8CEC8
(200,206,200)
#D7DED9
(215,222,217)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504E40; }

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

This text font color is #504E40.

Background Color

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

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

This div background color is #504E40.

Border color

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

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

This div border color is #504E40.

Opacity

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

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

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

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

This text has shadow with #504E40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504E40.

Preview

Color preview on black background

This text has color #504E40 on black background.


Color preview on white background

This text has color #504E40 on white background.


Black color preview on #504E40 background

This text has black color on #504E40 background.


White color preview on #504E40 background

This text has white color on #504E40 background.


Related colors

Complementary color

Complementary color for #hex is #AFB1BF.


I love getcolorcode.com

Triadic colors

1 #40504E and #4E4050 with #504E40 are triadic colors.

2 #404E50 and #4E5040 with #504E40 are triadic colors.