COLOR #50536C

HEX: #50536C
RGB: (80,83,108)

Color info

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

RGB color model

#50536C color RGB value is (80,83,108).

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

RGB channels and saturation

R 80 of 255 = 31%
G 83 of 255 = 33%
B 108 of 255 = 42%

80
83
108

R + G + B ~ 35%. #50536C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 83 + 108 = 271 (100%)
R 80 of 271 ~ 29.52%
G 83 of 271 ~ 30.63%
B 108 of 271 ~ 39.85%

%29.52
%30.63
%39.85

CMYK color model

#50536C color CMYK value is (26,23,0,58).

  • cyan value is 25.93%
  • magenta value is 23.15%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(26,23,0,58)
C26M23Y0K58 
(26%,23%,0%,58%)
(0.26/0.23/0.00/0.58)	

CMYK percentages

%25.93
%23.15
%0
%57.65

Codes

Color #50536C in popluar color models

50536C
RGB8083108
HSL234°14.89%36.86%
HSB/HSV234°25.93%42.35%
CMYK25.93%23.15%0.00%
57.65%

Color #50536C in popluar number systems.

HEX50536C
Decimal8083108
Binary101000010100111101100
Octal120123154

Shades and tints

Shades of #50536C

#50536C
(80,83,108)
#494C63
(73,76,99)
#42455A
(66,69,90)
#3B3E51
(59,62,81)
#343748
(52,55,72)
#2D303F
(45,48,63)
#262936
(38,41,54)
#1F222D
(31,34,45)
#181B24
(24,27,36)
#11141B
(17,20,27)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #50536C

#50536C
(80,83,108)
#5F6279
(95,98,121)
#6E7186
(110,113,134)
#7D8093
(125,128,147)
#8C8FA0
(140,143,160)
#9B9EAD
(155,158,173)
#AAADBA
(170,173,186)
#B9BCC7
(185,188,199)
#C8CBD4
(200,203,212)
#D7DAE1
(215,218,225)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50536C; }

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

This text font color is #50536C.


Background Color

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

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

This div background color is #50536C.


Border color

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

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

This div border color is #50536C.


Opacity

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

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

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

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

This text has shadow with #50536C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50536C on black background.


Color preview on white background

This text has color #50536C on white background.



Black color preview on #50536C background

This text has black color on #50536C background.


White color preview on #50536C background

This text has white color on #50536C background.