COLOR #505B50

HEX: #505B50 RGB: (80,91,80)

Color info

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

RGB color model

#505B50 color RGB value is (80,91,80).

RGB: (80,91,80) (31%, 36%, 31%)

RGB channels and saturation

R 80 of 255 = 31%
G 91 of 255 = 36%
B 80 of 255 = 31%

80
91
80

R + G + B ~ 33%. #505B50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 91 + 80 = 251 (100%)
R 80 of 251 ~ 31.87%
G 91 of 251 ~ 36.25%
B 80 of 251 ~ 31.87'%

%31.87
%36.25
%31.87

CMYK color model

#505B50 color CMYK value is (12,0,12,64).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 64.31%

CMYK: (12,0,12,64)
C12M0Y12K64 (12%, 0%, 12%, 64%)
(0.12 / 0.00 / 0.12 / 0.64)

CMYK percentages

%12.09
%0
%12.09
%64.31

Codes

Color #505B50 in popluar color models

50 5B 50
RGB 80 91 80
HSL 120° 6.43% 33.53%
HSB/HSV 120° 12.09% 35.69%
CMYK 12.09% 0.00% 12.09%
64.31%

Color #505B50 in popluar number systems.

HEX 50 5B 50
Decimal 80 91 80
Binary 1010000 1011011 1010000
Octal 120 133 120

Shades and tints

Shades of #505B50

#505B50
(80,91,80)
#495349
(73,83,73)
#424B42
(66,75,66)
#3B433B
(59,67,59)
#343B34
(52,59,52)
#2D332D
(45,51,45)
#262B26
(38,43,38)
#1F231F
(31,35,31)
#181B18
(24,27,24)
#111311
(17,19,17)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #505B50

#505B50
(80,91,80)
#5F695F
(95,105,95)
#6E776E
(110,119,110)
#7D857D
(125,133,125)
#8C938C
(140,147,140)
#9BA19B
(155,161,155)
#AAAFAA
(170,175,170)
#B9BDB9
(185,189,185)
#C8CBC8
(200,203,200)
#D7D9D7
(215,217,215)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505B50; }

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

This text font color is #505B50.

Background Color

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

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

This div background color is #505B50.

Border color

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

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

This div border color is #505B50.

Opacity

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

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

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

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

This text has shadow with #505B50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505B50.

Preview

Color preview on black background

This text has color #505B50 on black background.


Color preview on white background

This text has color #505B50 on white background.


Black color preview on #505B50 background

This text has black color on #505B50 background.


White color preview on #505B50 background

This text has white color on #505B50 background.


Related colors

Complementary color

Complementary color for #hex is #AFA4AF.


I love getcolorcode.com

Triadic colors

1 #50505B and #5B5050 with #505B50 are triadic colors.

2 #505B50 and #5B5050 with #505B50 are triadic colors.