COLOR #50302F

HEX: #50302F
RGB: (80,48,47)

Color info

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

RGB color model

#50302F color RGB value is (80,48,47).

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

RGB channels and saturation

R 80 of 255 = 31%
G 48 of 255 = 19%
B 47 of 255 = 18%

80
48
47

R + G + B ~ 23%. #50302F is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 48 + 47 = 175 (100%)
R 80 of 175 ~ 45.71%
G 48 of 175 ~ 27.43%
B 47 of 175 ~ 26.86%

%45.71
%27.43
%26.86

CMYK color model

#50302F color CMYK value is (0,40,41,69).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 41.25%
  • key color value is 68.63%
CMYK:
(0,40,41,69)
C0M40Y41K69 
(0%,40%,41%,69%)
(0.00/0.40/0.41/0.69)	

CMYK percentages

%0
%40
%41.25
%68.63

Codes

Color #50302F in popluar color models

50302F
RGB804847
HSL25.98%24.90%
HSB/HSV41.25%31.37%
CMYK0.00%40.00%41.25%
68.63%

Color #50302F in popluar number systems.

HEX50302F
Decimal804847
Binary1010000110000101111
Octal1206057

Shades and tints

Shades of #50302F

#50302F
(80,48,47)
#492C2B
(73,44,43)
#422827
(66,40,39)
#3B2423
(59,36,35)
#34201F
(52,32,31)
#2D1C1B
(45,28,27)
#261817
(38,24,23)
#1F1413
(31,20,19)
#18100F
(24,16,15)
#110C0B
(17,12,11)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #50302F

#50302F
(80,48,47)
#5F4241
(95,66,65)
#6E5453
(110,84,83)
#7D6665
(125,102,101)
#8C7877
(140,120,119)
#9B8A89
(155,138,137)
#AA9C9B
(170,156,155)
#B9AEAD
(185,174,173)
#C8C0BF
(200,192,191)
#D7D2D1
(215,210,209)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50302F color. Also use rgb(80,48,47) instead hex code.

Text Font Color

.myTextColor { color: #50302F; }

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

This text font color is #50302F.


Background Color

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

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

This div background color is #50302F.


Border color

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

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

This div border color is #50302F.


Opacity

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

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

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

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

This text has shadow with #50302F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50302F on black background.


Color preview on white background

This text has color #50302F on white background.



Black color preview on #50302F background

This text has black color on #50302F background.


White color preview on #50302F background

This text has white color on #50302F background.