COLOR #505E5F

HEX: #505E5F
RGB: (80,94,95)

Color info

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

RGB color model

#505E5F color RGB value is (80,94,95).

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

RGB channels and saturation

R 80 of 255 = 31%
G 94 of 255 = 37%
B 95 of 255 = 37%

80
94
95

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

Portions of RGB colors in percentages

R + G + B =
80 + 94 + 95 = 269 (100%)
R 80 of 269 ~ 29.74%
G 94 of 269 ~ 34.94%
B 95 of 269 ~ 35.32%

%29.74
%34.94
%35.32

CMYK color model

#505E5F color CMYK value is (16,1,0,63).

  • cyan value is 15.79%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(16,1,0,63)
C16M1Y0K63 
(16%,1%,0%,63%)
(0.16/0.01/0.00/0.63)	

CMYK percentages

%15.79
%1.05
%0
%62.75

Codes

Color #505E5F in popluar color models

505E5F
RGB809495
HSL184°8.57%34.31%
HSB/HSV184°15.79%37.25%
CMYK15.79%1.05%0.00%
62.75%

Color #505E5F in popluar number systems.

HEX505E5F
Decimal809495
Binary101000010111101011111
Octal120136137

Shades and tints

Shades of #505E5F

#505E5F
(80,94,95)
#495657
(73,86,87)
#424E4F
(66,78,79)
#3B4647
(59,70,71)
#343E3F
(52,62,63)
#2D3637
(45,54,55)
#262E2F
(38,46,47)
#1F2627
(31,38,39)
#181E1F
(24,30,31)
#111617
(17,22,23)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #505E5F

#505E5F
(80,94,95)
#5F6C6D
(95,108,109)
#6E7A7B
(110,122,123)
#7D8889
(125,136,137)
#8C9697
(140,150,151)
#9BA4A5
(155,164,165)
#AAB2B3
(170,178,179)
#B9C0C1
(185,192,193)
#C8CECF
(200,206,207)
#D7DCDD
(215,220,221)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505E5F; }

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

This text font color is #505E5F.


Background Color

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

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

This div background color is #505E5F.


Border color

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

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

This div border color is #505E5F.


Opacity

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

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

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

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

This text has shadow with #505E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505E5F on black background.


Color preview on white background

This text has color #505E5F on white background.



Black color preview on #505E5F background

This text has black color on #505E5F background.


White color preview on #505E5F background

This text has white color on #505E5F background.