COLOR #505D4C

HEX: #505D4C
RGB: (80,93,76)

Color info

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

RGB color model

#505D4C color RGB value is (80,93,76).

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

RGB channels and saturation

R 80 of 255 = 31%
G 93 of 255 = 36%
B 76 of 255 = 30%

80
93
76

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

Portions of RGB colors in percentages

R + G + B =
80 + 93 + 76 = 249 (100%)
R 80 of 249 ~ 32.13%
G 93 of 249 ~ 37.35%
B 76 of 249 ~ 30.52%

%32.13
%37.35
%30.52

CMYK color model

#505D4C color CMYK value is (14,0,18,64).

  • cyan value is 13.98%
  • magenta value is 0.00%
  • yellow value is 18.28%
  • key color value is 63.53%
CMYK:
(14,0,18,64)
C14M0Y18K64 
(14%,0%,18%,64%)
(0.14/0.00/0.18/0.64)	

CMYK percentages

%13.98
%0
%18.28
%63.53

Codes

Color #505D4C in popluar color models

505D4C
RGB809376
HSL106°10.06%33.14%
HSB/HSV106°18.28%36.47%
CMYK13.98%0.00%18.28%
63.53%

Color #505D4C in popluar number systems.

HEX505D4C
Decimal809376
Binary101000010111011001100
Octal120135114

Shades and tints

Shades of #505D4C

#505D4C
(80,93,76)
#495546
(73,85,70)
#424D40
(66,77,64)
#3B453A
(59,69,58)
#343D34
(52,61,52)
#2D352E
(45,53,46)
#262D28
(38,45,40)
#1F2522
(31,37,34)
#181D1C
(24,29,28)
#111516
(17,21,22)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #505D4C

#505D4C
(80,93,76)
#5F6B5C
(95,107,92)
#6E796C
(110,121,108)
#7D877C
(125,135,124)
#8C958C
(140,149,140)
#9BA39C
(155,163,156)
#AAB1AC
(170,177,172)
#B9BFBC
(185,191,188)
#C8CDCC
(200,205,204)
#D7DBDC
(215,219,220)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505D4C; }

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

This text font color is #505D4C.


Background Color

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

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

This div background color is #505D4C.


Border color

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

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

This div border color is #505D4C.


Opacity

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

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

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

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

This text has shadow with #505D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505D4C on black background.


Color preview on white background

This text has color #505D4C on white background.



Black color preview on #505D4C background

This text has black color on #505D4C background.


White color preview on #505D4C background

This text has white color on #505D4C background.