COLOR #50274D

HEX: #50274D
RGB: (80,39,77)

Color info

#50274D contains red, green and blue colors in about the same proportion. Web safe color of #50274D is #663333 (or #633).

RGB color model

#50274D color RGB value is (80,39,77).

  • red value is 80;
  • green value is 39;
  • blue value is 77.
RGB:
(80,39,77)
(31%,15%,30%)

RGB channels and saturation

R 80 of 255 = 31%
G 39 of 255 = 15%
B 77 of 255 = 30%

80
39
77

R + G + B ~ 25%. #50274D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 39 + 77 = 196 (100%)
R 80 of 196 ~ 40.82%
G 39 of 196 ~ 19.9%
B 77 of 196 ~ 39.29%

%40.82
%19.9
%39.29

CMYK color model

#50274D color CMYK value is (0,51,4,69).

  • cyan value is 0.00%
  • magenta value is 51.25%
  • yellow value is 3.75%
  • key color value is 68.63%
CMYK:
(0,51,4,69)
C0M51Y4K69 
(0%,51%,4%,69%)
(0.00/0.51/0.04/0.69)	

CMYK percentages

%0
%51.25
%3.75
%68.63

Codes

Color #50274D in popluar color models

50274D
RGB803977
HSL304°34.45%23.33%
HSB/HSV304°51.25%31.37%
CMYK0.00%51.25%3.75%
68.63%

Color #50274D in popluar number systems.

HEX50274D
Decimal803977
Binary10100001001111001101
Octal12047115

Shades and tints

Shades of #50274D

#50274D
(80,39,77)
#492446
(73,36,70)
#42213F
(66,33,63)
#3B1E38
(59,30,56)
#341B31
(52,27,49)
#2D182A
(45,24,42)
#261523
(38,21,35)
#1F121C
(31,18,28)
#180F15
(24,15,21)
#110C0E
(17,12,14)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #50274D

#50274D
(80,39,77)
#5F3A5D
(95,58,93)
#6E4D6D
(110,77,109)
#7D607D
(125,96,125)
#8C738D
(140,115,141)
#9B869D
(155,134,157)
#AA99AD
(170,153,173)
#B9ACBD
(185,172,189)
#C8BFCD
(200,191,205)
#D7D2DD
(215,210,221)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50274D color. Also use rgb(80,39,77) instead hex code.

Text Font Color

.myTextColor { color: #50274D; }

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

This text font color is #50274D.


Background Color

.myBgColor { background-color: #50274D; }

<div style="background-color:#50274D">Inner text</div>

This div background color is #50274D.


Border color

.myBorderColor { border: 1px solid #50274D; }

<div style="border:3px solid #50274D">Div</div>

This div border color is #50274D.


Opacity

.myOpacity80 { color: #50274D; opacity: 0.8; }

<p style="color:#50274D;opacity:0.8;">80%</p>

Text with #50274D 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 #50274D;}

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

This text has shadow with #50274D color.

.textShadow {text-shadow: 3px 3px 1px #50274D, 3px 3px 1px red;}

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

This text has shadow with #50274D primary color and red secondary color.


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

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

This text has shadow with #50274D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50274D on black background.


Color preview on white background

This text has color #50274D on white background.



Black color preview on #50274D background

This text has black color on #50274D background.


White color preview on #50274D background

This text has white color on #50274D background.