COLOR #50425F

HEX: #50425F
RGB: (80,66,95)

Color info

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

RGB color model

#50425F color RGB value is (80,66,95).

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

RGB channels and saturation

R 80 of 255 = 31%
G 66 of 255 = 26%
B 95 of 255 = 37%

80
66
95

R + G + B ~ 31%. #50425F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 66 + 95 = 241 (100%)
R 80 of 241 ~ 33.2%
G 66 of 241 ~ 27.39%
B 95 of 241 ~ 39.42%

%33.2
%27.39
%39.42

CMYK color model

#50425F color CMYK value is (16,31,0,63).

  • cyan value is 15.79%
  • magenta value is 30.53%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(16,31,0,63)
C16M31Y0K63 
(16%,31%,0%,63%)
(0.16/0.31/0.00/0.63)	

CMYK percentages

%15.79
%30.53
%0
%62.75

Codes

Color #50425F in popluar color models

50425F
RGB806695
HSL269°18.01%31.57%
HSB/HSV269°30.53%37.25%
CMYK15.79%30.53%0.00%
62.75%

Color #50425F in popluar number systems.

HEX50425F
Decimal806695
Binary101000010000101011111
Octal120102137

Shades and tints

Shades of #50425F

#50425F
(80,66,95)
#493C57
(73,60,87)
#42364F
(66,54,79)
#3B3047
(59,48,71)
#342A3F
(52,42,63)
#2D2437
(45,36,55)
#261E2F
(38,30,47)
#1F1827
(31,24,39)
#18121F
(24,18,31)
#110C17
(17,12,23)
#0A060F
(10,6,15)
#000000
(0,0,0)

Tints of #50425F

#50425F
(80,66,95)
#5F536D
(95,83,109)
#6E647B
(110,100,123)
#7D7589
(125,117,137)
#8C8697
(140,134,151)
#9B97A5
(155,151,165)
#AAA8B3
(170,168,179)
#B9B9C1
(185,185,193)
#C8CACF
(200,202,207)
#D7DBDD
(215,219,221)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50425F; }

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

This text font color is #50425F.


Background Color

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

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

This div background color is #50425F.


Border color

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

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

This div border color is #50425F.


Opacity

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

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

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

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

This text has shadow with #50425F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50425F on black background.


Color preview on white background

This text has color #50425F on white background.



Black color preview on #50425F background

This text has black color on #50425F background.


White color preview on #50425F background

This text has white color on #50425F background.