COLOR #50303C

HEX: #50303C
RGB: (80,48,60)

Color info

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

RGB color model

#50303C color RGB value is (80,48,60).

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

RGB channels and saturation

R 80 of 255 = 31%
G 48 of 255 = 19%
B 60 of 255 = 24%

80
48
60

R + G + B ~ 25%. #50303C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 48 + 60 = 188 (100%)
R 80 of 188 ~ 42.55%
G 48 of 188 ~ 25.53%
B 60 of 188 ~ 31.91%

%42.55
%25.53
%31.91

CMYK color model

#50303C color CMYK value is (0,40,25,69).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 25.00%
  • key color value is 68.63%
CMYK:
(0,40,25,69)
C0M40Y25K69 
(0%,40%,25%,69%)
(0.00/0.40/0.25/0.69)	

CMYK percentages

%0
%40
%25
%68.63

Codes

Color #50303C in popluar color models

50303C
RGB804860
HSL338°25.00%25.10%
HSB/HSV338°40.00%31.37%
CMYK0.00%40.00%25.00%
68.63%

Color #50303C in popluar number systems.

HEX50303C
Decimal804860
Binary1010000110000111100
Octal1206074

Shades and tints

Shades of #50303C

#50303C
(80,48,60)
#492C37
(73,44,55)
#422832
(66,40,50)
#3B242D
(59,36,45)
#342028
(52,32,40)
#2D1C23
(45,28,35)
#26181E
(38,24,30)
#1F1419
(31,20,25)
#181014
(24,16,20)
#110C0F
(17,12,15)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #50303C

#50303C
(80,48,60)
#5F424D
(95,66,77)
#6E545E
(110,84,94)
#7D666F
(125,102,111)
#8C7880
(140,120,128)
#9B8A91
(155,138,145)
#AA9CA2
(170,156,162)
#B9AEB3
(185,174,179)
#C8C0C4
(200,192,196)
#D7D2D5
(215,210,213)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50303C; }

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

This text font color is #50303C.


Background Color

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

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

This div background color is #50303C.


Border color

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

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

This div border color is #50303C.


Opacity

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

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

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

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

This text has shadow with #50303C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50303C on black background.


Color preview on white background

This text has color #50303C on white background.



Black color preview on #50303C background

This text has black color on #50303C background.


White color preview on #50303C background

This text has white color on #50303C background.