COLOR #502010

HEX: #502010
RGB: (80,32,16)

Color info

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

RGB color model

#502010 color RGB value is (80,32,16).

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

RGB channels and saturation

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

80
32
16

R + G + B ~ 17%. #502010 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 32 + 16 = 128 (100%)
R 80 of 128 ~ 62.5%
G 32 of 128 ~ 25%
B 16 of 128 ~ 12.5%

%62.5
%25
%12.5

CMYK color model

#502010 color CMYK value is (0,60,80,69).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 80.00%
  • key color value is 68.63%
CMYK:
(0,60,80,69)
C0M60Y80K69 
(0%,60%,80%,69%)
(0.00/0.60/0.80/0.69)	

CMYK percentages

%0
%60
%80
%68.63

Codes

Color #502010 in popluar color models

502010
RGB803216
HSL15°66.67%18.82%
HSB/HSV15°80.00%31.37%
CMYK0.00%60.00%80.00%
68.63%

Color #502010 in popluar number systems.

HEX502010
Decimal803216
Binary101000010000010000
Octal1204020

Shades and tints

Shades of #502010

#502010
(80,32,16)
#491E0F
(73,30,15)
#421C0E
(66,28,14)
#3B1A0D
(59,26,13)
#34180C
(52,24,12)
#2D160B
(45,22,11)
#26140A
(38,20,10)
#1F1209
(31,18,9)
#181008
(24,16,8)
#110E07
(17,14,7)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #502010

#502010
(80,32,16)
#5F3425
(95,52,37)
#6E483A
(110,72,58)
#7D5C4F
(125,92,79)
#8C7064
(140,112,100)
#9B8479
(155,132,121)
#AA988E
(170,152,142)
#B9ACA3
(185,172,163)
#C8C0B8
(200,192,184)
#D7D4CD
(215,212,205)
#E6E8E2
(230,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502010; }

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

This text font color is #502010.


Background Color

.myBgColor { background-color: #502010; }

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

This div background color is #502010.


Border color

.myBorderColor { border: 1px solid #502010; }

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

This div border color is #502010.


Opacity

.myOpacity80 { color: #502010; opacity: 0.8; }

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

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

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

This text has shadow with #502010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502010 on black background.


Color preview on white background

This text has color #502010 on white background.



Black color preview on #502010 background

This text has black color on #502010 background.


White color preview on #502010 background

This text has white color on #502010 background.