COLOR #50514D

HEX: #50514D
RGB: (80,81,77)

Color info

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

RGB color model

#50514D color RGB value is (80,81,77).

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

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 77 of 255 = 30%

80
81
77

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

Portions of RGB colors in percentages

R + G + B =
80 + 81 + 77 = 238 (100%)
R 80 of 238 ~ 33.61%
G 81 of 238 ~ 34.03%
B 77 of 238 ~ 32.35%

%33.61
%34.03
%32.35

CMYK color model

#50514D color CMYK value is (1,0,5,68).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 68.24%
CMYK:
(1,0,5,68)
C1M0Y5K68 
(1%,0%,5%,68%)
(0.01/0.00/0.05/0.68)	

CMYK percentages

%1.23
%0
%4.94
%68.24

Codes

Color #50514D in popluar color models

50514D
RGB808177
HSL75°2.53%30.98%
HSB/HSV75°4.94%31.76%
CMYK1.23%0.00%4.94%
68.24%

Color #50514D in popluar number systems.

HEX50514D
Decimal808177
Binary101000010100011001101
Octal120121115

Shades and tints

Shades of #50514D

#50514D
(80,81,77)
#494A46
(73,74,70)
#42433F
(66,67,63)
#3B3C38
(59,60,56)
#343531
(52,53,49)
#2D2E2A
(45,46,42)
#262723
(38,39,35)
#1F201C
(31,32,28)
#181915
(24,25,21)
#11120E
(17,18,14)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #50514D

#50514D
(80,81,77)
#5F605D
(95,96,93)
#6E6F6D
(110,111,109)
#7D7E7D
(125,126,125)
#8C8D8D
(140,141,141)
#9B9C9D
(155,156,157)
#AAABAD
(170,171,173)
#B9BABD
(185,186,189)
#C8C9CD
(200,201,205)
#D7D8DD
(215,216,221)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50514D; }

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

This text font color is #50514D.


Background Color

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

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

This div background color is #50514D.


Border color

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

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

This div border color is #50514D.


Opacity

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

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

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

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

This text has shadow with #50514D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50514D on black background.


Color preview on white background

This text has color #50514D on white background.



Black color preview on #50514D background

This text has black color on #50514D background.


White color preview on #50514D background

This text has white color on #50514D background.