COLOR #50200F

HEX: #50200F
RGB: (80,32,15)

Color info

#50200F contains mainly red and green colors. Web safe color of #50200F is #663300 (or #630).

RGB color model

#50200F color RGB value is (80,32,15).

  • red value is 80;
  • green value is 32;
  • blue value is 15.
RGB:
(80,32,15)
(31%,13%,6%)

RGB channels and saturation

R 80 of 255 = 31%
G 32 of 255 = 13%
B 15 of 255 = 6%

80
32
15

R + G + B ~ 17%. #50200F is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 32 + 15 = 127 (100%)
R 80 of 127 ~ 62.99%
G 32 of 127 ~ 25.2%
B 15 of 127 ~ 11.81%

%62.99
%25.2
%11.81

CMYK color model

#50200F color CMYK value is (0,60,81,69).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 81.25%
  • key color value is 68.63%
CMYK:
(0,60,81,69)
C0M60Y81K69 
(0%,60%,81%,69%)
(0.00/0.60/0.81/0.69)	

CMYK percentages

%0
%60
%81.25
%68.63

Codes

Color #50200F in popluar color models

50200F
RGB803215
HSL16°68.42%18.63%
HSB/HSV16°81.25%31.37%
CMYK0.00%60.00%81.25%
68.63%

Color #50200F in popluar number systems.

HEX50200F
Decimal803215
Binary10100001000001111
Octal1204017

Shades and tints

Shades of #50200F

#50200F
(80,32,15)
#491E0E
(73,30,14)
#421C0D
(66,28,13)
#3B1A0C
(59,26,12)
#34180B
(52,24,11)
#2D160A
(45,22,10)
#261409
(38,20,9)
#1F1208
(31,18,8)
#181007
(24,16,7)
#110E06
(17,14,6)
#0A0C05
(10,12,5)
#000000
(0,0,0)

Tints of #50200F

#50200F
(80,32,15)
#5F3424
(95,52,36)
#6E4839
(110,72,57)
#7D5C4E
(125,92,78)
#8C7063
(140,112,99)
#9B8478
(155,132,120)
#AA988D
(170,152,141)
#B9ACA2
(185,172,162)
#C8C0B7
(200,192,183)
#D7D4CC
(215,212,204)
#E6E8E1
(230,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50200F color. Also use rgb(80,32,15) instead hex code.

Text Font Color

.myTextColor { color: #50200F; }

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

This text font color is #50200F.


Background Color

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

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

This div background color is #50200F.


Border color

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

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

This div border color is #50200F.


Opacity

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

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

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

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

This text has shadow with #50200F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50200F on black background.


Color preview on white background

This text has color #50200F on white background.



Black color preview on #50200F background

This text has black color on #50200F background.


White color preview on #50200F background

This text has white color on #50200F background.