COLOR #50455F

HEX: #50455F
RGB: (80,69,95)

Color info

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

RGB color model

#50455F color RGB value is (80,69,95).

  • red value is 80;
  • green value is 69;
  • blue value is 95.
RGB:
(80,69,95)
(31%,27%,37%)

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 95 of 255 = 37%

80
69
95

R + G + B ~ 32%. #50455F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 69 + 95 = 244 (100%)
R 80 of 244 ~ 32.79%
G 69 of 244 ~ 28.28%
B 95 of 244 ~ 38.93%

%32.79
%28.28
%38.93

CMYK color model

#50455F color CMYK value is (16,27,0,63).

  • cyan value is 15.79%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(16,27,0,63)
C16M27Y0K63 
(16%,27%,0%,63%)
(0.16/0.27/0.00/0.63)	

CMYK percentages

%15.79
%27.37
%0
%62.75

Codes

Color #50455F in popluar color models

50455F
RGB806995
HSL265°15.85%32.16%
HSB/HSV265°27.37%37.25%
CMYK15.79%27.37%0.00%
62.75%

Color #50455F in popluar number systems.

HEX50455F
Decimal806995
Binary101000010001011011111
Octal120105137

Shades and tints

Shades of #50455F

#50455F
(80,69,95)
#493F57
(73,63,87)
#42394F
(66,57,79)
#3B3347
(59,51,71)
#342D3F
(52,45,63)
#2D2737
(45,39,55)
#26212F
(38,33,47)
#1F1B27
(31,27,39)
#18151F
(24,21,31)
#110F17
(17,15,23)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #50455F

#50455F
(80,69,95)
#5F556D
(95,85,109)
#6E657B
(110,101,123)
#7D7589
(125,117,137)
#8C8597
(140,133,151)
#9B95A5
(155,149,165)
#AAA5B3
(170,165,179)
#B9B5C1
(185,181,193)
#C8C5CF
(200,197,207)
#D7D5DD
(215,213,221)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50455F color. Also use rgb(80,69,95) instead hex code.

Text Font Color

.myTextColor { color: #50455F; }

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

This text font color is #50455F.


Background Color

.myBgColor { background-color: #50455F; }

<div style="background-color:#50455F">Inner text</div>

This div background color is #50455F.


Border color

.myBorderColor { border: 1px solid #50455F; }

<div style="border:3px solid #50455F">Div</div>

This div border color is #50455F.


Opacity

.myOpacity80 { color: #50455F; opacity: 0.8; }

<p style="color:#50455F;opacity:0.8;">80%</p>

Text with #50455F 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 #50455F;}

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

This text has shadow with #50455F color.

.textShadow {text-shadow: 3px 3px 1px #50455F, 3px 3px 1px red;}

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

This text has shadow with #50455F primary color and red secondary color.


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

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

This text has shadow with #50455F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50455F on black background.


Color preview on white background

This text has color #50455F on white background.



Black color preview on #50455F background

This text has black color on #50455F background.


White color preview on #50455F background

This text has white color on #50455F background.