COLOR #505B4F

HEX: #505B4F RGB: (80,91,79)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

80
91
79

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

Portions of RGB colors in percentages

R + G + B = 80 + 91 + 79 = 250 (100%)
R 80 of 250 ~ 32%
G 91 of 250 ~ 36.4%
B 79 of 250 ~ 31.6'%

%32
%36.4
%31.6

CMYK color model

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

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

CMYK: (12,0,13,64)
C12M0Y13K64 (12%, 0%, 13%, 64%)
(0.12 / 0.00 / 0.13 / 0.64)

CMYK percentages

%12.09
%0
%13.19
%64.31

Codes

Color #505B4F in popluar color models

50 5B 4F
RGB 80 91 79
HSL 115° 7.06% 33.33%
HSB/HSV 115° 13.19% 35.69%
CMYK 12.09% 0.00% 13.19%
64.31%

Color #505B4F in popluar number systems.

HEX 50 5B 4F
Decimal 80 91 79
Binary 1010000 1011011 1001111
Octal 120 133 117

Shades and tints

Shades of #505B4F

#505B4F
(80,91,79)
#495348
(73,83,72)
#424B41
(66,75,65)
#3B433A
(59,67,58)
#343B33
(52,59,51)
#2D332C
(45,51,44)
#262B25
(38,43,37)
#1F231E
(31,35,30)
#181B17
(24,27,23)
#111310
(17,19,16)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #505B4F

#505B4F
(80,91,79)
#5F695F
(95,105,95)
#6E776F
(110,119,111)
#7D857F
(125,133,127)
#8C938F
(140,147,143)
#9BA19F
(155,161,159)
#AAAFAF
(170,175,175)
#B9BDBF
(185,189,191)
#C8CBCF
(200,203,207)
#D7D9DF
(215,217,223)
#E6E7EF
(230,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505B4F; }

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

This text font color is #505B4F.

Background Color

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

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

This div background color is #505B4F.

Border color

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

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

This div border color is #505B4F.

Opacity

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

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

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

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

This text has shadow with #505B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505B4F.

Preview

Color preview on black background

This text has color #505B4F on black background.


Color preview on white background

This text has color #505B4F on white background.


Black color preview on #505B4F background

This text has black color on #505B4F background.


White color preview on #505B4F background

This text has white color on #505B4F background.


Related colors

Complementary color

Complementary color for #hex is #AFA4B0.


I love getcolorcode.com

Triadic colors

1 #4F505B and #5B4F50 with #505B4F are triadic colors.

2 #4F5B50 and #5B504F with #505B4F are triadic colors.