COLOR #502C13

HEX: #502C13
RGB: (80,44,19)

Color info

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

RGB color model

#502C13 color RGB value is (80,44,19).

  • red value is 80;
  • green value is 44;
  • blue value is 19.
RGB:
(80,44,19)
(31%,17%,7%)

RGB channels and saturation

R 80 of 255 = 31%
G 44 of 255 = 17%
B 19 of 255 = 7%

80
44
19

R + G + B ~ 18%. #502C13 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 44 + 19 = 143 (100%)
R 80 of 143 ~ 55.94%
G 44 of 143 ~ 30.77%
B 19 of 143 ~ 13.29%

%55.94
%30.77
%13.29

CMYK color model

#502C13 color CMYK value is (0,45,76,69).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 76.25%
  • key color value is 68.63%
CMYK:
(0,45,76,69)
C0M45Y76K69 
(0%,45%,76%,69%)
(0.00/0.45/0.76/0.69)	

CMYK percentages

%0
%45
%76.25
%68.63

Codes

Color #502C13 in popluar color models

502C13
RGB804419
HSL25°61.62%19.41%
HSB/HSV25°76.25%31.37%
CMYK0.00%45.00%76.25%
68.63%

Color #502C13 in popluar number systems.

HEX502C13
Decimal804419
Binary101000010110010011
Octal1205423

Shades and tints

Shades of #502C13

#502C13
(80,44,19)
#492812
(73,40,18)
#422411
(66,36,17)
#3B2010
(59,32,16)
#341C0F
(52,28,15)
#2D180E
(45,24,14)
#26140D
(38,20,13)
#1F100C
(31,16,12)
#180C0B
(24,12,11)
#11080A
(17,8,10)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #502C13

#502C13
(80,44,19)
#5F3F28
(95,63,40)
#6E523D
(110,82,61)
#7D6552
(125,101,82)
#8C7867
(140,120,103)
#9B8B7C
(155,139,124)
#AA9E91
(170,158,145)
#B9B1A6
(185,177,166)
#C8C4BB
(200,196,187)
#D7D7D0
(215,215,208)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502C13 color. Also use rgb(80,44,19) instead hex code.

Text Font Color

.myTextColor { color: #502C13; }

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

This text font color is #502C13.


Background Color

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

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

This div background color is #502C13.


Border color

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

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

This div border color is #502C13.


Opacity

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

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

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

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

This text has shadow with #502C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502C13 on black background.


Color preview on white background

This text has color #502C13 on white background.



Black color preview on #502C13 background

This text has black color on #502C13 background.


White color preview on #502C13 background

This text has white color on #502C13 background.