COLOR #502000

HEX: #502000
RGB: (80,32,0)

Color info

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

RGB color model

#502000 color RGB value is (80,32,0).

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

RGB channels and saturation

R 80 of 255 = 31%
G 32 of 255 = 13%
B 0 of 255 = 0%

80
32
0

R + G + B ~ 15%. #502000 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 32 + 0 = 112 (100%)
R 80 of 112 ~ 71.43%
G 32 of 112 ~ 28.57%
B 0 of 112 ~ 0%

%71.43
%28.57

CMYK color model

#502000 color CMYK value is (0,60,100,69).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 100.00%
  • key color value is 68.63%
CMYK:
(0,60,100,69)
C0M60Y100K69 
(0%,60%,100%,69%)
(0.00/0.60/1.00/0.69)	

CMYK percentages

%0
%60
%100
%68.63

Codes

Color #502000 in popluar color models

502000
RGB80320
HSL24°100.00%15.69%
HSB/HSV24°100.00%31.37%
CMYK0.00%60.00%100.00%
68.63%

Color #502000 in popluar number systems.

HEX502000
Decimal80320
Binary10100001000000
Octal120400

Shades and tints

Shades of #502000

#502000
(80,32,0)
#491E00
(73,30,0)
#421C00
(66,28,0)
#3B1A00
(59,26,0)
#341800
(52,24,0)
#2D1600
(45,22,0)
#261400
(38,20,0)
#1F1200
(31,18,0)
#181000
(24,16,0)
#110E00
(17,14,0)
#0A0C00
(10,12,0)
#000000
(0,0,0)

Tints of #502000

#502000
(80,32,0)
#5F3417
(95,52,23)
#6E482E
(110,72,46)
#7D5C45
(125,92,69)
#8C705C
(140,112,92)
#9B8473
(155,132,115)
#AA988A
(170,152,138)
#B9ACA1
(185,172,161)
#C8C0B8
(200,192,184)
#D7D4CF
(215,212,207)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502000; }

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

This text font color is #502000.


Background Color

.myBgColor { background-color: #502000; }

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

This div background color is #502000.


Border color

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

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

This div border color is #502000.


Opacity

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

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

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

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

This text has shadow with #502000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502000 on black background.


Color preview on white background

This text has color #502000 on white background.



Black color preview on #502000 background

This text has black color on #502000 background.


White color preview on #502000 background

This text has white color on #502000 background.