COLOR #50504B

HEX: #50504B RGB: (80,80,75)

Color info

#50504B contains red, green and blue colors in about the same proportion. Web safe color of #50504B is #666633 (or #663).

RGB color model

#50504B color RGB value is (80,80,75).

RGB: (80,80,75) (31%, 31%, 29%)

RGB channels and saturation

R 80 of 255 = 31%
G 80 of 255 = 31%
B 75 of 255 = 29%

80
80
75

R + G + B ~ 30%. #50504B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 80 + 75 = 235 (100%)
R 80 of 235 ~ 34.04%
G 80 of 235 ~ 34.04%
B 75 of 235 ~ 31.91'%

%34.04
%34.04
%31.91

CMYK color model

#50504B color CMYK value is (0,0,6,69).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 68.63%

CMYK: (0,0,6,69)
C0M0Y6K69 (0%, 0%, 6%, 69%)
(0.00 / 0.00 / 0.06 / 0.69)

CMYK percentages

%0
%0
%6.25
%68.63

Codes

Color #50504B in popluar color models

50 50 4B
RGB 80 80 75
HSL 60° 3.23% 30.39%
HSB/HSV 60° 6.25% 31.37%
CMYK 0.00% 0.00% 6.25%
68.63%

Color #50504B in popluar number systems.

HEX 50 50 4B
Decimal 80 80 75
Binary 1010000 1010000 1001011
Octal 120 120 113

Shades and tints

Shades of #50504B

#50504B
(80,80,75)
#494945
(73,73,69)
#42423F
(66,66,63)
#3B3B39
(59,59,57)
#343433
(52,52,51)
#2D2D2D
(45,45,45)
#262627
(38,38,39)
#1F1F21
(31,31,33)
#18181B
(24,24,27)
#111115
(17,17,21)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #50504B

#50504B
(80,80,75)
#5F5F5B
(95,95,91)
#6E6E6B
(110,110,107)
#7D7D7B
(125,125,123)
#8C8C8B
(140,140,139)
#9B9B9B
(155,155,155)
#AAAAAB
(170,170,171)
#B9B9BB
(185,185,187)
#C8C8CB
(200,200,203)
#D7D7DB
(215,215,219)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50504B color. Also use rgb(80,80,75) instead hex code.

Text Font Color

.myTextColor { color: #50504B; }

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

This text font color is #50504B.

Background Color

.myBgColor { background-color: #50504B; }

<div style="background-color:#50504B">Inner text</div>

This div background color is #50504B.

Border color

.myBorderColor { border: 1px solid #50504B; }

<div style="border:3px solid #50504B">Div</div>

This div border color is #50504B.

Opacity

.myOpacity80 { color: #50504B; opacity: 0.8; }

<p style="color:#50504B;opacity:0.8;">80%</p>

Text with #50504B 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 #50504B;}

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

This text has shadow with #50504B color.


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

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

This text has shadow with #50504B primary color and red secondary color.


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

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

This text has shadow with #50504B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50504B.

Preview

Color preview on black background

This text has color #50504B on black background.


Color preview on white background

This text has color #50504B on white background.


Black color preview on #50504B background

This text has black color on #50504B background.


White color preview on #50504B background

This text has white color on #50504B background.


Related colors

Complementary color

Complementary color for #hex is #AFAFB4.


I love getcolorcode.com