COLOR #502E12

HEX: #502E12
RGB: (80,46,18)

Color info

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

RGB color model

#502E12 color RGB value is (80,46,18).

  • red value is 80;
  • green value is 46;
  • blue value is 18.
RGB:
(80,46,18)
(31%,18%,7%)

RGB channels and saturation

R 80 of 255 = 31%
G 46 of 255 = 18%
B 18 of 255 = 7%

80
46
18

R + G + B ~ 19%. #502E12 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 46 + 18 = 144 (100%)
R 80 of 144 ~ 55.56%
G 46 of 144 ~ 31.94%
B 18 of 144 ~ 12.5%

%55.56
%31.94
%12.5

CMYK color model

#502E12 color CMYK value is (0,43,78,69).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 77.50%
  • key color value is 68.63%
CMYK:
(0,43,78,69)
C0M43Y78K69 
(0%,43%,78%,69%)
(0.00/0.43/0.78/0.69)	

CMYK percentages

%0
%42.5
%77.5
%68.63

Codes

Color #502E12 in popluar color models

502E12
RGB804618
HSL27°63.27%19.22%
HSB/HSV27°77.50%31.37%
CMYK0.00%42.50%77.50%
68.63%

Color #502E12 in popluar number systems.

HEX502E12
Decimal804618
Binary101000010111010010
Octal1205622

Shades and tints

Shades of #502E12

#502E12
(80,46,18)
#492A11
(73,42,17)
#422610
(66,38,16)
#3B220F
(59,34,15)
#341E0E
(52,30,14)
#2D1A0D
(45,26,13)
#26160C
(38,22,12)
#1F120B
(31,18,11)
#180E0A
(24,14,10)
#110A09
(17,10,9)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #502E12

#502E12
(80,46,18)
#5F4127
(95,65,39)
#6E543C
(110,84,60)
#7D6751
(125,103,81)
#8C7A66
(140,122,102)
#9B8D7B
(155,141,123)
#AAA090
(170,160,144)
#B9B3A5
(185,179,165)
#C8C6BA
(200,198,186)
#D7D9CF
(215,217,207)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502E12 color. Also use rgb(80,46,18) instead hex code.

Text Font Color

.myTextColor { color: #502E12; }

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

This text font color is #502E12.


Background Color

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

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

This div background color is #502E12.


Border color

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

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

This div border color is #502E12.


Opacity

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

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

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

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

This text has shadow with #502E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502E12 on black background.


Color preview on white background

This text has color #502E12 on white background.



Black color preview on #502E12 background

This text has black color on #502E12 background.


White color preview on #502E12 background

This text has white color on #502E12 background.