COLOR #505D48

HEX: #505D48
RGB: (80,93,72)

Color info

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

RGB color model

#505D48 color RGB value is (80,93,72).

  • red value is 80;
  • green value is 93;
  • blue value is 72.
RGB:
(80,93,72)
(31%,36%,28%)

RGB channels and saturation

R 80 of 255 = 31%
G 93 of 255 = 36%
B 72 of 255 = 28%

80
93
72

R + G + B ~ 32%. #505D48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 93 + 72 = 245 (100%)
R 80 of 245 ~ 32.65%
G 93 of 245 ~ 37.96%
B 72 of 245 ~ 29.39%

%32.65
%37.96
%29.39

CMYK color model

#505D48 color CMYK value is (14,0,23,64).

  • cyan value is 13.98%
  • magenta value is 0.00%
  • yellow value is 22.58%
  • key color value is 63.53%
CMYK:
(14,0,23,64)
C14M0Y23K64 
(14%,0%,23%,64%)
(0.14/0.00/0.23/0.64)	

CMYK percentages

%13.98
%0
%22.58
%63.53

Codes

Color #505D48 in popluar color models

505D48
RGB809372
HSL97°12.73%32.35%
HSB/HSV97°22.58%36.47%
CMYK13.98%0.00%22.58%
63.53%

Color #505D48 in popluar number systems.

HEX505D48
Decimal809372
Binary101000010111011001000
Octal120135110

Shades and tints

Shades of #505D48

#505D48
(80,93,72)
#495542
(73,85,66)
#424D3C
(66,77,60)
#3B4536
(59,69,54)
#343D30
(52,61,48)
#2D352A
(45,53,42)
#262D24
(38,45,36)
#1F251E
(31,37,30)
#181D18
(24,29,24)
#111512
(17,21,18)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #505D48

#505D48
(80,93,72)
#5F6B58
(95,107,88)
#6E7968
(110,121,104)
#7D8778
(125,135,120)
#8C9588
(140,149,136)
#9BA398
(155,163,152)
#AAB1A8
(170,177,168)
#B9BFB8
(185,191,184)
#C8CDC8
(200,205,200)
#D7DBD8
(215,219,216)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505D48 color. Also use rgb(80,93,72) instead hex code.

Text Font Color

.myTextColor { color: #505D48; }

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

This text font color is #505D48.


Background Color

.myBgColor { background-color: #505D48; }

<div style="background-color:#505D48">Inner text</div>

This div background color is #505D48.


Border color

.myBorderColor { border: 1px solid #505D48; }

<div style="border:3px solid #505D48">Div</div>

This div border color is #505D48.


Opacity

.myOpacity80 { color: #505D48; opacity: 0.8; }

<p style="color:#505D48;opacity:0.8;">80%</p>

Text with #505D48 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 #505D48;}

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

This text has shadow with #505D48 color.

.textShadow {text-shadow: 3px 3px 1px #505D48, 3px 3px 1px red;}

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

This text has shadow with #505D48 primary color and red secondary color.


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

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

This text has shadow with #505D48 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505D48 on black background.


Color preview on white background

This text has color #505D48 on white background.



Black color preview on #505D48 background

This text has black color on #505D48 background.


White color preview on #505D48 background

This text has white color on #505D48 background.