COLOR #50505F

HEX: #50505F
RGB: (80,80,95)

Color info

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

RGB color model

#50505F color RGB value is (80,80,95).

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

RGB channels and saturation

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

80
80
95

R + G + B ~ 33%. #50505F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 80 + 95 = 255 (100%)
R 80 of 255 ~ 31.37%
G 80 of 255 ~ 31.37%
B 95 of 255 ~ 37.25%

%31.37
%31.37
%37.25

CMYK color model

#50505F color CMYK value is (16,16,0,63).

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

CMYK percentages

%15.79
%15.79
%0
%62.75

Codes

Color #50505F in popluar color models

50505F
RGB808095
HSL240°8.57%34.31%
HSB/HSV240°15.79%37.25%
CMYK15.79%15.79%0.00%
62.75%

Color #50505F in popluar number systems.

HEX50505F
Decimal808095
Binary101000010100001011111
Octal120120137

Shades and tints

Shades of #50505F

#50505F
(80,80,95)
#494957
(73,73,87)
#42424F
(66,66,79)
#3B3B47
(59,59,71)
#34343F
(52,52,63)
#2D2D37
(45,45,55)
#26262F
(38,38,47)
#1F1F27
(31,31,39)
#18181F
(24,24,31)
#111117
(17,17,23)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #50505F

#50505F
(80,80,95)
#5F5F6D
(95,95,109)
#6E6E7B
(110,110,123)
#7D7D89
(125,125,137)
#8C8C97
(140,140,151)
#9B9BA5
(155,155,165)
#AAAAB3
(170,170,179)
#B9B9C1
(185,185,193)
#C8C8CF
(200,200,207)
#D7D7DD
(215,215,221)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50505F; }

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

This text font color is #50505F.


Background Color

.myBgColor { background-color: #50505F; }

<div style="background-color:#50505F">Inner text</div>

This div background color is #50505F.


Border color

.myBorderColor { border: 1px solid #50505F; }

<div style="border:3px solid #50505F">Div</div>

This div border color is #50505F.


Opacity

.myOpacity80 { color: #50505F; opacity: 0.8; }

<p style="color:#50505F;opacity:0.8;">80%</p>

Text with #50505F 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 #50505F;}

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

This text has shadow with #50505F color.

.textShadow {text-shadow: 3px 3px 1px #50505F, 3px 3px 1px red;}

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

This text has shadow with #50505F primary color and red secondary color.


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

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

This text has shadow with #50505F and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #50505F; -webkit-box-shadow:	1px 1px 3px 2px #50505F; box-shadow:	1px 1px 3px 2px #50505F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50505F; -webkit-box-shadow: 1px 1px 3px 2px #50505F; box-shadow:1px 1px 3px 2px #50505F;">
Div content here</div>
This div box has shadow with color #50505F.

Preview

Color preview on black background

This text has color #50505F on black background.


Color preview on white background

This text has color #50505F on white background.



Black color preview on #50505F background

This text has black color on #50505F background.


White color preview on #50505F background

This text has white color on #50505F background.