COLOR #504E45

HEX: #504E45
RGB: (80,78,69)

Color info

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

RGB color model

#504E45 color RGB value is (80,78,69).

  • red value is 80;
  • green value is 78;
  • blue value is 69.
RGB:
(80,78,69)
(31%,31%,27%)

RGB channels and saturation

R 80 of 255 = 31%
G 78 of 255 = 31%
B 69 of 255 = 27%

80
78
69

R + G + B ~ 30%. #504E45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 78 + 69 = 227 (100%)
R 80 of 227 ~ 35.24%
G 78 of 227 ~ 34.36%
B 69 of 227 ~ 30.4%

%35.24
%34.36
%30.4

CMYK color model

#504E45 color CMYK value is (0,2,14,69).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 13.75%
  • key color value is 68.63%
CMYK:
(0,2,14,69)
C0M2Y14K69 
(0%,2%,14%,69%)
(0.00/0.02/0.14/0.69)	

CMYK percentages

%0
%2.5
%13.75
%68.63

Codes

Color #504E45 in popluar color models

504E45
RGB807869
HSL49°7.38%29.22%
HSB/HSV49°13.75%31.37%
CMYK0.00%2.50%13.75%
68.63%

Color #504E45 in popluar number systems.

HEX504E45
Decimal807869
Binary101000010011101000101
Octal120116105

Shades and tints

Shades of #504E45

#504E45
(80,78,69)
#49473F
(73,71,63)
#424039
(66,64,57)
#3B3933
(59,57,51)
#34322D
(52,50,45)
#2D2B27
(45,43,39)
#262421
(38,36,33)
#1F1D1B
(31,29,27)
#181615
(24,22,21)
#110F0F
(17,15,15)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #504E45

#504E45
(80,78,69)
#5F5E55
(95,94,85)
#6E6E65
(110,110,101)
#7D7E75
(125,126,117)
#8C8E85
(140,142,133)
#9B9E95
(155,158,149)
#AAAEA5
(170,174,165)
#B9BEB5
(185,190,181)
#C8CEC5
(200,206,197)
#D7DED5
(215,222,213)
#E6EEE5
(230,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504E45; }

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

This text font color is #504E45.


Background Color

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

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

This div background color is #504E45.


Border color

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

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

This div border color is #504E45.


Opacity

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

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

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

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

This text has shadow with #504E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504E45 on black background.


Color preview on white background

This text has color #504E45 on white background.



Black color preview on #504E45 background

This text has black color on #504E45 background.


White color preview on #504E45 background

This text has white color on #504E45 background.