COLOR #505D5E

HEX: #505D5E
RGB: (80,93,94)

Color info

#505D5E contains red, green and blue colors in about the same proportion. Web safe color of #505D5E is #666666 (or #666).

RGB color model

#505D5E color RGB value is (80,93,94).

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

RGB channels and saturation

R 80 of 255 = 31%
G 93 of 255 = 36%
B 94 of 255 = 37%

80
93
94

R + G + B ~ 35%. #505D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 93 + 94 = 267 (100%)
R 80 of 267 ~ 29.96%
G 93 of 267 ~ 34.83%
B 94 of 267 ~ 35.21%

%29.96
%34.83
%35.21

CMYK color model

#505D5E color CMYK value is (15,1,0,63).

  • cyan value is 14.89%
  • magenta value is 1.06%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(15,1,0,63)
C15M1Y0K63 
(15%,1%,0%,63%)
(0.15/0.01/0.00/0.63)	

CMYK percentages

%14.89
%1.06
%0
%63.14

Codes

Color #505D5E in popluar color models

505D5E
RGB809394
HSL184°8.05%34.12%
HSB/HSV184°14.89%36.86%
CMYK14.89%1.06%0.00%
63.14%

Color #505D5E in popluar number systems.

HEX505D5E
Decimal809394
Binary101000010111011011110
Octal120135136

Shades and tints

Shades of #505D5E

#505D5E
(80,93,94)
#495556
(73,85,86)
#424D4E
(66,77,78)
#3B4546
(59,69,70)
#343D3E
(52,61,62)
#2D3536
(45,53,54)
#262D2E
(38,45,46)
#1F2526
(31,37,38)
#181D1E
(24,29,30)
#111516
(17,21,22)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #505D5E

#505D5E
(80,93,94)
#5F6B6C
(95,107,108)
#6E797A
(110,121,122)
#7D8788
(125,135,136)
#8C9596
(140,149,150)
#9BA3A4
(155,163,164)
#AAB1B2
(170,177,178)
#B9BFC0
(185,191,192)
#C8CDCE
(200,205,206)
#D7DBDC
(215,219,220)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505D5E; }

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

This text font color is #505D5E.


Background Color

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

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

This div background color is #505D5E.


Border color

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

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

This div border color is #505D5E.


Opacity

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

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

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

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

This text has shadow with #505D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505D5E on black background.


Color preview on white background

This text has color #505D5E on white background.



Black color preview on #505D5E background

This text has black color on #505D5E background.


White color preview on #505D5E background

This text has white color on #505D5E background.