COLOR #50514F

HEX: #50514F
RGB: (80,81,79)

Color info

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

RGB color model

#50514F color RGB value is (80,81,79).

  • red value is 80;
  • green value is 81;
  • blue value is 79.
RGB:
(80,81,79)
(31%,32%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 79 of 255 = 31%

80
81
79

R + G + B ~ 31%. #50514F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 81 + 79 = 240 (100%)
R 80 of 240 ~ 33.33%
G 81 of 240 ~ 33.75%
B 79 of 240 ~ 32.92%

%33.33
%33.75
%32.92

CMYK color model

#50514F color CMYK value is (1,0,2,68).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • key color value is 68.24%
CMYK:
(1,0,2,68)
C1M0Y2K68 
(1%,0%,2%,68%)
(0.01/0.00/0.02/0.68)	

CMYK percentages

%1.23
%0
%2.47
%68.24

Codes

Color #50514F in popluar color models

50514F
RGB808179
HSL90°1.25%31.37%
HSB/HSV90°2.47%31.76%
CMYK1.23%0.00%2.47%
68.24%

Color #50514F in popluar number systems.

HEX50514F
Decimal808179
Binary101000010100011001111
Octal120121117

Shades and tints

Shades of #50514F

#50514F
(80,81,79)
#494A48
(73,74,72)
#424341
(66,67,65)
#3B3C3A
(59,60,58)
#343533
(52,53,51)
#2D2E2C
(45,46,44)
#262725
(38,39,37)
#1F201E
(31,32,30)
#181917
(24,25,23)
#111210
(17,18,16)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #50514F

#50514F
(80,81,79)
#5F605F
(95,96,95)
#6E6F6F
(110,111,111)
#7D7E7F
(125,126,127)
#8C8D8F
(140,141,143)
#9B9C9F
(155,156,159)
#AAABAF
(170,171,175)
#B9BABF
(185,186,191)
#C8C9CF
(200,201,207)
#D7D8DF
(215,216,223)
#E6E7EF
(230,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50514F; }

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

This text font color is #50514F.


Background Color

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

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

This div background color is #50514F.


Border color

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

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

This div border color is #50514F.


Opacity

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

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

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

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

This text has shadow with #50514F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50514F on black background.


Color preview on white background

This text has color #50514F on white background.



Black color preview on #50514F background

This text has black color on #50514F background.


White color preview on #50514F background

This text has white color on #50514F background.