COLOR #50304C

HEX: #50304C
RGB: (80,48,76)

Color info

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

RGB color model

#50304C color RGB value is (80,48,76).

  • red value is 80;
  • green value is 48;
  • blue value is 76.
RGB:
(80,48,76)
(31%,19%,30%)

RGB channels and saturation

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

80
48
76

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

Portions of RGB colors in percentages

R + G + B =
80 + 48 + 76 = 204 (100%)
R 80 of 204 ~ 39.22%
G 48 of 204 ~ 23.53%
B 76 of 204 ~ 37.25%

%39.22
%23.53
%37.25

CMYK color model

#50304C color CMYK value is (0,40,5,69).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 5.00%
  • key color value is 68.63%
CMYK:
(0,40,5,69)
C0M40Y5K69 
(0%,40%,5%,69%)
(0.00/0.40/0.05/0.69)	

CMYK percentages

%0
%40
%5
%68.63

Codes

Color #50304C in popluar color models

50304C
RGB804876
HSL308°25.00%25.10%
HSB/HSV308°40.00%31.37%
CMYK0.00%40.00%5.00%
68.63%

Color #50304C in popluar number systems.

HEX50304C
Decimal804876
Binary10100001100001001100
Octal12060114

Shades and tints

Shades of #50304C

#50304C
(80,48,76)
#492C46
(73,44,70)
#422840
(66,40,64)
#3B243A
(59,36,58)
#342034
(52,32,52)
#2D1C2E
(45,28,46)
#261828
(38,24,40)
#1F1422
(31,20,34)
#18101C
(24,16,28)
#110C16
(17,12,22)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #50304C

#50304C
(80,48,76)
#5F425C
(95,66,92)
#6E546C
(110,84,108)
#7D667C
(125,102,124)
#8C788C
(140,120,140)
#9B8A9C
(155,138,156)
#AA9CAC
(170,156,172)
#B9AEBC
(185,174,188)
#C8C0CC
(200,192,204)
#D7D2DC
(215,210,220)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50304C; }

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

This text font color is #50304C.


Background Color

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

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

This div background color is #50304C.


Border color

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

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

This div border color is #50304C.


Opacity

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

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

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

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

This text has shadow with #50304C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50304C on black background.


Color preview on white background

This text has color #50304C on white background.



Black color preview on #50304C background

This text has black color on #50304C background.


White color preview on #50304C background

This text has white color on #50304C background.