COLOR #505C5F

HEX: #505C5F
RGB: (80,92,95)

Color info

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

RGB color model

#505C5F color RGB value is (80,92,95).

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

RGB channels and saturation

R 80 of 255 = 31%
G 92 of 255 = 36%
B 95 of 255 = 37%

80
92
95

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

Portions of RGB colors in percentages

R + G + B =
80 + 92 + 95 = 267 (100%)
R 80 of 267 ~ 29.96%
G 92 of 267 ~ 34.46%
B 95 of 267 ~ 35.58%

%29.96
%34.46
%35.58

CMYK color model

#505C5F color CMYK value is (16,3,0,63).

  • cyan value is 15.79%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(16,3,0,63)
C16M3Y0K63 
(16%,3%,0%,63%)
(0.16/0.03/0.00/0.63)	

CMYK percentages

%15.79
%3.16
%0
%62.75

Codes

Color #505C5F in popluar color models

505C5F
RGB809295
HSL192°8.57%34.31%
HSB/HSV192°15.79%37.25%
CMYK15.79%3.16%0.00%
62.75%

Color #505C5F in popluar number systems.

HEX505C5F
Decimal809295
Binary101000010111001011111
Octal120134137

Shades and tints

Shades of #505C5F

#505C5F
(80,92,95)
#495457
(73,84,87)
#424C4F
(66,76,79)
#3B4447
(59,68,71)
#343C3F
(52,60,63)
#2D3437
(45,52,55)
#262C2F
(38,44,47)
#1F2427
(31,36,39)
#181C1F
(24,28,31)
#111417
(17,20,23)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #505C5F

#505C5F
(80,92,95)
#5F6A6D
(95,106,109)
#6E787B
(110,120,123)
#7D8689
(125,134,137)
#8C9497
(140,148,151)
#9BA2A5
(155,162,165)
#AAB0B3
(170,176,179)
#B9BEC1
(185,190,193)
#C8CCCF
(200,204,207)
#D7DADD
(215,218,221)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505C5F; }

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

This text font color is #505C5F.


Background Color

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

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

This div background color is #505C5F.


Border color

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

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

This div border color is #505C5F.


Opacity

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

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

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

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

This text has shadow with #505C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505C5F on black background.


Color preview on white background

This text has color #505C5F on white background.



Black color preview on #505C5F background

This text has black color on #505C5F background.


White color preview on #505C5F background

This text has white color on #505C5F background.