COLOR #505F6F

HEX: #505F6F RGB: (80,95,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

80
95
111

R + G + B ~ 37%. #505F6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 95 + 111 = 286 (100%)
R 80 of 286 ~ 27.97%
G 95 of 286 ~ 33.22%
B 111 of 286 ~ 38.81'%

%27.97
%33.22
%38.81

CMYK color model

#505F6F color CMYK value is (28,14,0,56).

  • cyan value is 27.93%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (28,14,0,56)
C28M14Y0K56 (28%, 14%, 0%, 56%)
(0.28 / 0.14 / 0.00 / 0.56)

CMYK percentages

%27.93
%14.41
%0
%56.47

Codes

Color #505F6F in popluar color models

50 5F 6F
RGB 80 95 111
HSL 211° 16.23% 37.45%
HSB/HSV 211° 27.93% 43.53%
CMYK 27.93% 14.41% 0.00%
56.47%

Color #505F6F in popluar number systems.

HEX 50 5F 6F
Decimal 80 95 111
Binary 1010000 1011111 1101111
Octal 120 137 157

Shades and tints

Shades of #505F6F

#505F6F
(80,95,111)
#495765
(73,87,101)
#424F5B
(66,79,91)
#3B4751
(59,71,81)
#343F47
(52,63,71)
#2D373D
(45,55,61)
#262F33
(38,47,51)
#1F2729
(31,39,41)
#181F1F
(24,31,31)
#111715
(17,23,21)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #505F6F

#505F6F
(80,95,111)
#5F6D7C
(95,109,124)
#6E7B89
(110,123,137)
#7D8996
(125,137,150)
#8C97A3
(140,151,163)
#9BA5B0
(155,165,176)
#AAB3BD
(170,179,189)
#B9C1CA
(185,193,202)
#C8CFD7
(200,207,215)
#D7DDE4
(215,221,228)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505F6F; }

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

This text font color is #505F6F.

Background Color

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

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

This div background color is #505F6F.

Border color

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

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

This div border color is #505F6F.

Opacity

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

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

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

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

This text has shadow with #505F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505F6F.

Preview

Color preview on black background

This text has color #505F6F on black background.


Color preview on white background

This text has color #505F6F on white background.


Black color preview on #505F6F background

This text has black color on #505F6F background.


White color preview on #505F6F background

This text has white color on #505F6F background.


Related colors

Complementary color

Complementary color for #hex is #AFA090.


I love getcolorcode.com

Triadic colors

1 #6F505F and #5F6F50 with #505F6F are triadic colors.

2 #6F5F50 and #5F506F with #505F6F are triadic colors.