COLOR #502D20

HEX: #502D20 RGB: (80,45,32)

Color info

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

RGB color model

#502D20 color RGB value is (80,45,32).

RGB: (80,45,32) (31%, 18%, 13%)

RGB channels and saturation

R 80 of 255 = 31%
G 45 of 255 = 18%
B 32 of 255 = 13%

80
45
32

R + G + B ~ 21%. #502D20 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 45 + 32 = 157 (100%)
R 80 of 157 ~ 50.96%
G 45 of 157 ~ 28.66%
B 32 of 157 ~ 20.38'%

%50.96
%28.66
%20.38

CMYK color model

#502D20 color CMYK value is (0,44,60,69).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 60.00%
  • key color value is 68.63%
CMYK: (0,44,60,69) C0M44Y60K69 (0%,44%,60%,69%) (0.00/0.44/0.60/0.69) 

CMYK percentages

%0
%43.75
%60
%68.63

Codes

Color #502D20 in popluar color models

50 2D 20
RGB 80 45 32
HSL 16° 42.86% 21.96%
HSB/HSV 16° 60.00% 31.37%
CMYK 0.00% 43.75% 60.00%
68.63%

Color #502D20 in popluar number systems.

HEX 50 2D 20
Decimal 80 45 32
Binary 1010000 101101 100000
Octal 120 55 40

Shades and tints

Shades of #502D20

#502D20
(80,45,32)
#49291E
(73,41,30)
#42251C
(66,37,28)
#3B211A
(59,33,26)
#341D18
(52,29,24)
#2D1916
(45,25,22)
#261514
(38,21,20)
#1F1112
(31,17,18)
#180D10
(24,13,16)
#11090E
(17,9,14)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #502D20

#502D20
(80,45,32)
#5F4034
(95,64,52)
#6E5348
(110,83,72)
#7D665C
(125,102,92)
#8C7970
(140,121,112)
#9B8C84
(155,140,132)
#AA9F98
(170,159,152)
#B9B2AC
(185,178,172)
#C8C5C0
(200,197,192)
#D7D8D4
(215,216,212)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502D20 color. Also use rgb(80,45,32) instead hex code.

Text Font Color

.myTextColor { color: #502D20; }

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

This text font color is #502D20.

Background Color

.myBgColor { background-color: #502D20; }

<div style="background-color:#502D20">Inner text</div>

This div background color is #502D20.

Border color

.myBorderColor { border: 1px solid #502D20; }

<div style="border:3px solid #502D20">Div</div>

This div border color is #502D20.

Opacity

.myOpacity80 { color: #502D20; opacity: 0.8; }

<p style="color:#502D20;opacity:0.8;">80%</p>

Text with #502D20 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 #502D20;}

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

This text has shadow with #502D20 color.


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

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

This text has shadow with #502D20 primary color and red secondary color.


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

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

This text has shadow with #502D20 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #502D20.

Preview

Color preview on black background

This text has color #502D20 on black background.


Color preview on white background

This text has color #502D20 on white background.


Black color preview on #502D20 background

This text has black color on #502D20 background.


White color preview on #502D20 background

This text has white color on #502D20 background.


Related colors

Complementary color

Complementary color for #hex is #AFD2DF.


I love getcolorcode.com

Triadic colors

1 #20502D and #2D2050 with #502D20 are triadic colors.

2 #202D50 and #2D5020 with #502D20 are triadic colors.