COLOR #50485E

HEX: #50485E
RGB: (80,72,94)

Color info

#50485E contains red, green and blue colors in about the same proportion. Web safe color of #50485E is #663366 (or #636).

RGB color model

#50485E color RGB value is (80,72,94).

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

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 94 of 255 = 37%

80
72
94

R + G + B ~ 32%. #50485E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 94 = 246 (100%)
R 80 of 246 ~ 32.52%
G 72 of 246 ~ 29.27%
B 94 of 246 ~ 38.21%

%32.52
%29.27
%38.21

CMYK color model

#50485E color CMYK value is (15,23,0,63).

  • cyan value is 14.89%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(15,23,0,63)
C15M23Y0K63 
(15%,23%,0%,63%)
(0.15/0.23/0.00/0.63)	

CMYK percentages

%14.89
%23.4
%0
%63.14

Codes

Color #50485E in popluar color models

50485E
RGB807294
HSL262°13.25%32.55%
HSB/HSV262°23.40%36.86%
CMYK14.89%23.40%0.00%
63.14%

Color #50485E in popluar number systems.

HEX50485E
Decimal807294
Binary101000010010001011110
Octal120110136

Shades and tints

Shades of #50485E

#50485E
(80,72,94)
#494256
(73,66,86)
#423C4E
(66,60,78)
#3B3646
(59,54,70)
#34303E
(52,48,62)
#2D2A36
(45,42,54)
#26242E
(38,36,46)
#1F1E26
(31,30,38)
#18181E
(24,24,30)
#111216
(17,18,22)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #50485E

#50485E
(80,72,94)
#5F586C
(95,88,108)
#6E687A
(110,104,122)
#7D7888
(125,120,136)
#8C8896
(140,136,150)
#9B98A4
(155,152,164)
#AAA8B2
(170,168,178)
#B9B8C0
(185,184,192)
#C8C8CE
(200,200,206)
#D7D8DC
(215,216,220)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50485E; }

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

This text font color is #50485E.


Background Color

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

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

This div background color is #50485E.


Border color

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

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

This div border color is #50485E.


Opacity

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

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

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

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

This text has shadow with #50485E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50485E on black background.


Color preview on white background

This text has color #50485E on white background.



Black color preview on #50485E background

This text has black color on #50485E background.


White color preview on #50485E background

This text has white color on #50485E background.