COLOR #50304D

HEX: #50304D RGB: (80,48,77)

Color info

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

RGB color model

#50304D color RGB value is (80,48,77).

RGB: (80,48,77) (31%, 19%, 30%)

RGB channels and saturation

R 80 of 255 = 31%
G 48 of 255 = 19%
B 77 of 255 = 30%

80
48
77

R + G + B ~ 27%. #50304D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 48 + 77 = 205 (100%)
R 80 of 205 ~ 39.02%
G 48 of 205 ~ 23.41%
B 77 of 205 ~ 37.56'%

%39.02
%23.41
%37.56

CMYK color model

#50304D color CMYK value is (0,40,4,69).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 3.75%
  • key color value is 68.63%

CMYK: (0,40,4,69)
C0M40Y4K69 (0%, 40%, 4%, 69%)
(0.00 / 0.40 / 0.04 / 0.69)

CMYK percentages

%0
%40
%3.75
%68.63

Codes

Color #50304D in popluar color models

50 30 4D
RGB 80 48 77
HSL 306° 25.00% 25.10%
HSB/HSV 306° 40.00% 31.37%
CMYK 0.00% 40.00% 3.75%
68.63%

Color #50304D in popluar number systems.

HEX 50 30 4D
Decimal 80 48 77
Binary 1010000 110000 1001101
Octal 120 60 115

Shades and tints

Shades of #50304D

#50304D
(80,48,77)
#492C46
(73,44,70)
#42283F
(66,40,63)
#3B2438
(59,36,56)
#342031
(52,32,49)
#2D1C2A
(45,28,42)
#261823
(38,24,35)
#1F141C
(31,20,28)
#181015
(24,16,21)
#110C0E
(17,12,14)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #50304D

#50304D
(80,48,77)
#5F425D
(95,66,93)
#6E546D
(110,84,109)
#7D667D
(125,102,125)
#8C788D
(140,120,141)
#9B8A9D
(155,138,157)
#AA9CAD
(170,156,173)
#B9AEBD
(185,174,189)
#C8C0CD
(200,192,205)
#D7D2DD
(215,210,221)
#E6E4ED
(230,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50304D; }

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

This text font color is #50304D.

Background Color

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

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

This div background color is #50304D.

Border color

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

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

This div border color is #50304D.

Opacity

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

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

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

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

This text has shadow with #50304D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50304D.

Preview

Color preview on black background

This text has color #50304D on black background.


Color preview on white background

This text has color #50304D on white background.


Black color preview on #50304D background

This text has black color on #50304D background.


White color preview on #50304D background

This text has white color on #50304D background.


Related colors

Complementary color

Complementary color for #hex is #AFCFB2.


I love getcolorcode.com

Triadic colors

1 #4D5030 and #304D50 with #50304D are triadic colors.

2 #4D3050 and #30504D with #50304D are triadic colors.