COLOR #50516A

HEX: #50516A
RGB: (80,81,106)

Color info

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

RGB color model

#50516A color RGB value is (80,81,106).

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

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 106 of 255 = 42%

80
81
106

R + G + B ~ 35%. #50516A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 81 + 106 = 267 (100%)
R 80 of 267 ~ 29.96%
G 81 of 267 ~ 30.34%
B 106 of 267 ~ 39.7%

%29.96
%30.34
%39.7

CMYK color model

#50516A color CMYK value is (25,24,0,58).

  • cyan value is 24.53%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(25,24,0,58)
C25M24Y0K58 
(25%,24%,0%,58%)
(0.25/0.24/0.00/0.58)	

CMYK percentages

%24.53
%23.58
%0
%58.43

Codes

Color #50516A in popluar color models

50516A
RGB8081106
HSL238°13.98%36.47%
HSB/HSV238°24.53%41.57%
CMYK24.53%23.58%0.00%
58.43%

Color #50516A in popluar number systems.

HEX50516A
Decimal8081106
Binary101000010100011101010
Octal120121152

Shades and tints

Shades of #50516A

#50516A
(80,81,106)
#494A61
(73,74,97)
#424358
(66,67,88)
#3B3C4F
(59,60,79)
#343546
(52,53,70)
#2D2E3D
(45,46,61)
#262734
(38,39,52)
#1F202B
(31,32,43)
#181922
(24,25,34)
#111219
(17,18,25)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #50516A

#50516A
(80,81,106)
#5F6077
(95,96,119)
#6E6F84
(110,111,132)
#7D7E91
(125,126,145)
#8C8D9E
(140,141,158)
#9B9CAB
(155,156,171)
#AAABB8
(170,171,184)
#B9BAC5
(185,186,197)
#C8C9D2
(200,201,210)
#D7D8DF
(215,216,223)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50516A color. Also use rgb(80,81,106) instead hex code.

Text Font Color

.myTextColor { color: #50516A; }

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

This text font color is #50516A.


Background Color

.myBgColor { background-color: #50516A; }

<div style="background-color:#50516A">Inner text</div>

This div background color is #50516A.


Border color

.myBorderColor { border: 1px solid #50516A; }

<div style="border:3px solid #50516A">Div</div>

This div border color is #50516A.


Opacity

.myOpacity80 { color: #50516A; opacity: 0.8; }

<p style="color:#50516A;opacity:0.8;">80%</p>

Text with #50516A 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 #50516A;}

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

This text has shadow with #50516A color.

.textShadow {text-shadow: 3px 3px 1px #50516A, 3px 3px 1px red;}

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

This text has shadow with #50516A primary color and red secondary color.


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

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

This text has shadow with #50516A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50516A on black background.


Color preview on white background

This text has color #50516A on white background.



Black color preview on #50516A background

This text has black color on #50516A background.


White color preview on #50516A background

This text has white color on #50516A background.