COLOR #504D45

HEX: #504D45
RGB: (80,77,69)

Color info

#504D45 contains red, green and blue colors in about the same proportion. Web safe color of #504D45 is #663333 (or #633).

RGB color model

#504D45 color RGB value is (80,77,69).

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

RGB channels and saturation

R 80 of 255 = 31%
G 77 of 255 = 30%
B 69 of 255 = 27%

80
77
69

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

Portions of RGB colors in percentages

R + G + B =
80 + 77 + 69 = 226 (100%)
R 80 of 226 ~ 35.4%
G 77 of 226 ~ 34.07%
B 69 of 226 ~ 30.53%

%35.4
%34.07
%30.53

CMYK color model

#504D45 color CMYK value is (0,4,14,69).

  • cyan value is 0.00%
  • magenta value is 3.75%
  • yellow value is 13.75%
  • key color value is 68.63%
CMYK:
(0,4,14,69)
C0M4Y14K69 
(0%,4%,14%,69%)
(0.00/0.04/0.14/0.69)	

CMYK percentages

%0
%3.75
%13.75
%68.63

Codes

Color #504D45 in popluar color models

504D45
RGB807769
HSL44°7.38%29.22%
HSB/HSV44°13.75%31.37%
CMYK0.00%3.75%13.75%
68.63%

Color #504D45 in popluar number systems.

HEX504D45
Decimal807769
Binary101000010011011000101
Octal120115105

Shades and tints

Shades of #504D45

#504D45
(80,77,69)
#49463F
(73,70,63)
#423F39
(66,63,57)
#3B3833
(59,56,51)
#34312D
(52,49,45)
#2D2A27
(45,42,39)
#262321
(38,35,33)
#1F1C1B
(31,28,27)
#181515
(24,21,21)
#110E0F
(17,14,15)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #504D45

#504D45
(80,77,69)
#5F5D55
(95,93,85)
#6E6D65
(110,109,101)
#7D7D75
(125,125,117)
#8C8D85
(140,141,133)
#9B9D95
(155,157,149)
#AAADA5
(170,173,165)
#B9BDB5
(185,189,181)
#C8CDC5
(200,205,197)
#D7DDD5
(215,221,213)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D45; }

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

This text font color is #504D45.


Background Color

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

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

This div background color is #504D45.


Border color

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

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

This div border color is #504D45.


Opacity

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

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

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

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

This text has shadow with #504D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D45 on black background.


Color preview on white background

This text has color #504D45 on white background.



Black color preview on #504D45 background

This text has black color on #504D45 background.


White color preview on #504D45 background

This text has white color on #504D45 background.