COLOR #50202A

HEX: #50202A RGB: (80,32,42)

Color info

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

RGB color model

#50202A color RGB value is (80,32,42).

RGB: (80,32,42) (31%, 13%, 16%)

RGB channels and saturation

R 80 of 255 = 31%
G 32 of 255 = 13%
B 42 of 255 = 16%

80
32
42

R + G + B ~ 20%. #50202A is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 32 + 42 = 154 (100%)
R 80 of 154 ~ 51.95%
G 32 of 154 ~ 20.78%
B 42 of 154 ~ 27.27'%

%51.95
%20.78
%27.27

CMYK color model

#50202A color CMYK value is (0,60,48,69).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 47.50%
  • key color value is 68.63%
CMYK: (0,60,48,69) C0M60Y48K69 (0%,60%,48%,69%) (0.00/0.60/0.48/0.69) 

CMYK percentages

%0
%60
%47.5
%68.63

Codes

Color #50202A in popluar color models

50 20 2A
RGB 80 32 42
HSL 348° 42.86% 21.96%
HSB/HSV 348° 60.00% 31.37%
CMYK 0.00% 60.00% 47.50%
68.63%

Color #50202A in popluar number systems.

HEX 50 20 2A
Decimal 80 32 42
Binary 1010000 100000 101010
Octal 120 40 52

Shades and tints

Shades of #50202A

#50202A
(80,32,42)
#491E27
(73,30,39)
#421C24
(66,28,36)
#3B1A21
(59,26,33)
#34181E
(52,24,30)
#2D161B
(45,22,27)
#261418
(38,20,24)
#1F1215
(31,18,21)
#181012
(24,16,18)
#110E0F
(17,14,15)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #50202A

#50202A
(80,32,42)
#5F343D
(95,52,61)
#6E4850
(110,72,80)
#7D5C63
(125,92,99)
#8C7076
(140,112,118)
#9B8489
(155,132,137)
#AA989C
(170,152,156)
#B9ACAF
(185,172,175)
#C8C0C2
(200,192,194)
#D7D4D5
(215,212,213)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50202A color. Also use rgb(80,32,42) instead hex code.

Text Font Color

.myTextColor { color: #50202A; }

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

This text font color is #50202A.

Background Color

.myBgColor { background-color: #50202A; }

<div style="background-color:#50202A">Inner text</div>

This div background color is #50202A.

Border color

.myBorderColor { border: 1px solid #50202A; }

<div style="border:3px solid #50202A">Div</div>

This div border color is #50202A.

Opacity

.myOpacity80 { color: #50202A; opacity: 0.8; }

<p style="color:#50202A;opacity:0.8;">80%</p>

Text with #50202A 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 #50202A;}

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

This text has shadow with #50202A color.


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

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

This text has shadow with #50202A primary color and red secondary color.


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

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

This text has shadow with #50202A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50202A.

Preview

Color preview on black background

This text has color #50202A on black background.


Color preview on white background

This text has color #50202A on white background.


Black color preview on #50202A background

This text has black color on #50202A background.


White color preview on #50202A background

This text has white color on #50202A background.


Related colors

Complementary color

Complementary color for #hex is #AFDFD5.


I love getcolorcode.com

Triadic colors

1 #2A5020 and #202A50 with #50202A are triadic colors.

2 #2A2050 and #20502A with #50202A are triadic colors.