COLOR #50535E

HEX: #50535E
RGB: (80,83,94)

Color info

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

RGB color model

#50535E color RGB value is (80,83,94).

  • red value is 80;
  • green value is 83;
  • blue value is 94.
RGB:
(80,83,94)
(31%,33%,37%)

RGB channels and saturation

R 80 of 255 = 31%
G 83 of 255 = 33%
B 94 of 255 = 37%

80
83
94

R + G + B ~ 34%. #50535E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 83 + 94 = 257 (100%)
R 80 of 257 ~ 31.13%
G 83 of 257 ~ 32.3%
B 94 of 257 ~ 36.58%

%31.13
%32.3
%36.58

CMYK color model

#50535E color CMYK value is (15,12,0,63).

  • cyan value is 14.89%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(15,12,0,63)
C15M12Y0K63 
(15%,12%,0%,63%)
(0.15/0.12/0.00/0.63)	

CMYK percentages

%14.89
%11.7
%0
%63.14

Codes

Color #50535E in popluar color models

50535E
RGB808394
HSL227°8.05%34.12%
HSB/HSV227°14.89%36.86%
CMYK14.89%11.70%0.00%
63.14%

Color #50535E in popluar number systems.

HEX50535E
Decimal808394
Binary101000010100111011110
Octal120123136

Shades and tints

Shades of #50535E

#50535E
(80,83,94)
#494C56
(73,76,86)
#42454E
(66,69,78)
#3B3E46
(59,62,70)
#34373E
(52,55,62)
#2D3036
(45,48,54)
#26292E
(38,41,46)
#1F2226
(31,34,38)
#181B1E
(24,27,30)
#111416
(17,20,22)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #50535E

#50535E
(80,83,94)
#5F626C
(95,98,108)
#6E717A
(110,113,122)
#7D8088
(125,128,136)
#8C8F96
(140,143,150)
#9B9EA4
(155,158,164)
#AAADB2
(170,173,178)
#B9BCC0
(185,188,192)
#C8CBCE
(200,203,206)
#D7DADC
(215,218,220)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50535E color. Also use rgb(80,83,94) instead hex code.

Text Font Color

.myTextColor { color: #50535E; }

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

This text font color is #50535E.


Background Color

.myBgColor { background-color: #50535E; }

<div style="background-color:#50535E">Inner text</div>

This div background color is #50535E.


Border color

.myBorderColor { border: 1px solid #50535E; }

<div style="border:3px solid #50535E">Div</div>

This div border color is #50535E.


Opacity

.myOpacity80 { color: #50535E; opacity: 0.8; }

<p style="color:#50535E;opacity:0.8;">80%</p>

Text with #50535E 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 #50535E;}

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

This text has shadow with #50535E color.

.textShadow {text-shadow: 3px 3px 1px #50535E, 3px 3px 1px red;}

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

This text has shadow with #50535E primary color and red secondary color.


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

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

This text has shadow with #50535E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50535E on black background.


Color preview on white background

This text has color #50535E on white background.



Black color preview on #50535E background

This text has black color on #50535E background.


White color preview on #50535E background

This text has white color on #50535E background.