COLOR #505F5F

HEX: #505F5F RGB: (80,95,95)

Color info

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

RGB color model

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

RGB: (80,95,95) (31%, 37%, 37%)

RGB channels and saturation

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

80
95
95

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

Portions of RGB colors in percentages

R + G + B = 80 + 95 + 95 = 270 (100%)
R 80 of 270 ~ 29.63%
G 95 of 270 ~ 35.19%
B 95 of 270 ~ 35.19'%

%29.63
%35.19
%35.19

CMYK color model

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

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (16,0,0,63)
C16M0Y0K63 (16%, 0%, 0%, 63%)
(0.16 / 0.00 / 0.00 / 0.63)

CMYK percentages

%15.79
%0
%0
%62.75

Codes

Color #505F5F in popluar color models

50 5F 5F
RGB 80 95 95
HSL 180° 8.57% 34.31%
HSB/HSV 180° 15.79% 37.25%
CMYK 15.79% 0.00% 0.00%
62.75%

Color #505F5F in popluar number systems.

HEX 50 5F 5F
Decimal 80 95 95
Binary 1010000 1011111 1011111
Octal 120 137 137

Shades and tints

Shades of #505F5F

#505F5F
(80,95,95)
#495757
(73,87,87)
#424F4F
(66,79,79)
#3B4747
(59,71,71)
#343F3F
(52,63,63)
#2D3737
(45,55,55)
#262F2F
(38,47,47)
#1F2727
(31,39,39)
#181F1F
(24,31,31)
#111717
(17,23,23)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #505F5F

#505F5F
(80,95,95)
#5F6D6D
(95,109,109)
#6E7B7B
(110,123,123)
#7D8989
(125,137,137)
#8C9797
(140,151,151)
#9BA5A5
(155,165,165)
#AAB3B3
(170,179,179)
#B9C1C1
(185,193,193)
#C8CFCF
(200,207,207)
#D7DDDD
(215,221,221)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505F5F; }

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

This text font color is #505F5F.

Background Color

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

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

This div background color is #505F5F.

Border color

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

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

This div border color is #505F5F.

Opacity

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

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

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

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

This text has shadow with #505F5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505F5F.

Preview

Color preview on black background

This text has color #505F5F on black background.


Color preview on white background

This text has color #505F5F on white background.


Black color preview on #505F5F background

This text has black color on #505F5F background.


White color preview on #505F5F background

This text has white color on #505F5F background.


Related colors

Complementary color

Complementary color for #hex is #AFA0A0.


I love getcolorcode.com