COLOR #50536E

HEX: #50536E
RGB: (80,83,110)

Color info

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

RGB color model

#50536E color RGB value is (80,83,110).

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

RGB channels and saturation

R 80 of 255 = 31%
G 83 of 255 = 33%
B 110 of 255 = 43%

80
83
110

R + G + B ~ 36%. #50536E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 83 + 110 = 273 (100%)
R 80 of 273 ~ 29.3%
G 83 of 273 ~ 30.4%
B 110 of 273 ~ 40.29%

%29.3
%30.4
%40.29

CMYK color model

#50536E color CMYK value is (27,25,0,57).

  • cyan value is 27.27%
  • magenta value is 24.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(27,25,0,57)
C27M25Y0K57 
(27%,25%,0%,57%)
(0.27/0.25/0.00/0.57)	

CMYK percentages

%27.27
%24.55
%0
%56.86

Codes

Color #50536E in popluar color models

50536E
RGB8083110
HSL234°15.79%37.25%
HSB/HSV234°27.27%43.14%
CMYK27.27%24.55%0.00%
56.86%

Color #50536E in popluar number systems.

HEX50536E
Decimal8083110
Binary101000010100111101110
Octal120123156

Shades and tints

Shades of #50536E

#50536E
(80,83,110)
#494C64
(73,76,100)
#42455A
(66,69,90)
#3B3E50
(59,62,80)
#343746
(52,55,70)
#2D303C
(45,48,60)
#262932
(38,41,50)
#1F2228
(31,34,40)
#181B1E
(24,27,30)
#111414
(17,20,20)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #50536E

#50536E
(80,83,110)
#5F627B
(95,98,123)
#6E7188
(110,113,136)
#7D8095
(125,128,149)
#8C8FA2
(140,143,162)
#9B9EAF
(155,158,175)
#AAADBC
(170,173,188)
#B9BCC9
(185,188,201)
#C8CBD6
(200,203,214)
#D7DAE3
(215,218,227)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50536E; }

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

This text font color is #50536E.


Background Color

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

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

This div background color is #50536E.


Border color

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

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

This div border color is #50536E.


Opacity

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

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

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

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

This text has shadow with #50536E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50536E on black background.


Color preview on white background

This text has color #50536E on white background.



Black color preview on #50536E background

This text has black color on #50536E background.


White color preview on #50536E background

This text has white color on #50536E background.