COLOR #502A10

HEX: #502A10
RGB: (80,42,16)

Color info

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

RGB color model

#502A10 color RGB value is (80,42,16).

  • red value is 80;
  • green value is 42;
  • blue value is 16.
RGB:
(80,42,16)
(31%,16%,6%)

RGB channels and saturation

R 80 of 255 = 31%
G 42 of 255 = 16%
B 16 of 255 = 6%

80
42
16

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

Portions of RGB colors in percentages

R + G + B =
80 + 42 + 16 = 138 (100%)
R 80 of 138 ~ 57.97%
G 42 of 138 ~ 30.43%
B 16 of 138 ~ 11.59%

%57.97
%30.43
%11.59

CMYK color model

#502A10 color CMYK value is (0,48,80,69).

  • cyan value is 0.00%
  • magenta value is 47.50%
  • yellow value is 80.00%
  • key color value is 68.63%
CMYK:
(0,48,80,69)
C0M48Y80K69 
(0%,48%,80%,69%)
(0.00/0.48/0.80/0.69)	

CMYK percentages

%0
%47.5
%80
%68.63

Codes

Color #502A10 in popluar color models

502A10
RGB804216
HSL24°66.67%18.82%
HSB/HSV24°80.00%31.37%
CMYK0.00%47.50%80.00%
68.63%

Color #502A10 in popluar number systems.

HEX502A10
Decimal804216
Binary101000010101010000
Octal1205220

Shades and tints

Shades of #502A10

#502A10
(80,42,16)
#49270F
(73,39,15)
#42240E
(66,36,14)
#3B210D
(59,33,13)
#341E0C
(52,30,12)
#2D1B0B
(45,27,11)
#26180A
(38,24,10)
#1F1509
(31,21,9)
#181208
(24,18,8)
#110F07
(17,15,7)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #502A10

#502A10
(80,42,16)
#5F3D25
(95,61,37)
#6E503A
(110,80,58)
#7D634F
(125,99,79)
#8C7664
(140,118,100)
#9B8979
(155,137,121)
#AA9C8E
(170,156,142)
#B9AFA3
(185,175,163)
#C8C2B8
(200,194,184)
#D7D5CD
(215,213,205)
#E6E8E2
(230,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502A10 color. Also use rgb(80,42,16) instead hex code.

Text Font Color

.myTextColor { color: #502A10; }

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

This text font color is #502A10.


Background Color

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

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

This div background color is #502A10.


Border color

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

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

This div border color is #502A10.


Opacity

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

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

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

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

This text has shadow with #502A10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502A10 on black background.


Color preview on white background

This text has color #502A10 on white background.



Black color preview on #502A10 background

This text has black color on #502A10 background.


White color preview on #502A10 background

This text has white color on #502A10 background.