COLOR #50536B

HEX: #50536B RGB: (80,83,107)

Color info

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

RGB color model

#50536B color RGB value is (80,83,107).

RGB: (80,83,107) (31%, 33%, 42%)

RGB channels and saturation

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

80
83
107

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

Portions of RGB colors in percentages

R + G + B = 80 + 83 + 107 = 270 (100%)
R 80 of 270 ~ 29.63%
G 83 of 270 ~ 30.74%
B 107 of 270 ~ 39.63'%

%29.63
%30.74
%39.63

CMYK color model

#50536B color CMYK value is (25,22,0,58).

  • cyan value is 25.23%
  • magenta value is 22.43%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (25,22,0,58)
C25M22Y0K58 (25%, 22%, 0%, 58%)
(0.25 / 0.22 / 0.00 / 0.58)

CMYK percentages

%25.23
%22.43
%0
%58.04

Codes

Color #50536B in popluar color models

50 53 6B
RGB 80 83 107
HSL 233° 14.44% 36.67%
HSB/HSV 233° 25.23% 41.96%
CMYK 25.23% 22.43% 0.00%
58.04%

Color #50536B in popluar number systems.

HEX 50 53 6B
Decimal 80 83 107
Binary 1010000 1010011 1101011
Octal 120 123 153

Shades and tints

Shades of #50536B

#50536B
(80,83,107)
#494C62
(73,76,98)
#424559
(66,69,89)
#3B3E50
(59,62,80)
#343747
(52,55,71)
#2D303E
(45,48,62)
#262935
(38,41,53)
#1F222C
(31,34,44)
#181B23
(24,27,35)
#11141A
(17,20,26)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #50536B

#50536B
(80,83,107)
#5F6278
(95,98,120)
#6E7185
(110,113,133)
#7D8092
(125,128,146)
#8C8F9F
(140,143,159)
#9B9EAC
(155,158,172)
#AAADB9
(170,173,185)
#B9BCC6
(185,188,198)
#C8CBD3
(200,203,211)
#D7DAE0
(215,218,224)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50536B; }

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

This text font color is #50536B.

Background Color

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

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

This div background color is #50536B.

Border color

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

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

This div border color is #50536B.

Opacity

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

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

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

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

This text has shadow with #50536B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50536B.

Preview

Color preview on black background

This text has color #50536B on black background.


Color preview on white background

This text has color #50536B on white background.


Black color preview on #50536B background

This text has black color on #50536B background.


White color preview on #50536B background

This text has white color on #50536B background.


Related colors

Complementary color

Complementary color for #hex is #AFAC94.


I love getcolorcode.com

Triadic colors

1 #6B5053 and #536B50 with #50536B are triadic colors.

2 #6B5350 and #53506B with #50536B are triadic colors.