COLOR #502901

HEX: #502901
RGB: (80,41,1)

Color info

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

RGB color model

#502901 color RGB value is (80,41,1).

  • red value is 80;
  • green value is 41;
  • blue value is 1.
RGB:
(80,41,1)
(31%,16%,0%)

RGB channels and saturation

R 80 of 255 = 31%
G 41 of 255 = 16%
B 1 of 255 = 0%

80
41
1

R + G + B ~ 16%. #502901 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 41 + 1 = 122 (100%)
R 80 of 122 ~ 65.57%
G 41 of 122 ~ 33.61%
B 1 of 122 ~ 0.82%

%65.57
%33.61

CMYK color model

#502901 color CMYK value is (0,49,99,69).

  • cyan value is 0.00%
  • magenta value is 48.75%
  • yellow value is 98.75%
  • key color value is 68.63%
CMYK:
(0,49,99,69)
C0M49Y99K69 
(0%,49%,99%,69%)
(0.00/0.49/0.99/0.69)	

CMYK percentages

%0
%48.75
%98.75
%68.63

Codes

Color #502901 in popluar color models

502901
RGB80411
HSL30°97.53%15.88%
HSB/HSV30°98.75%31.37%
CMYK0.00%48.75%98.75%
68.63%

Color #502901 in popluar number systems.

HEX502901
Decimal80411
Binary10100001010011
Octal120511

Shades and tints

Shades of #502901

#502901
(80,41,1)
#492601
(73,38,1)
#422301
(66,35,1)
#3B2001
(59,32,1)
#341D01
(52,29,1)
#2D1A01
(45,26,1)
#261701
(38,23,1)
#1F1401
(31,20,1)
#181101
(24,17,1)
#110E01
(17,14,1)
#0A0B01
(10,11,1)
#000000
(0,0,0)

Tints of #502901

#502901
(80,41,1)
#5F3C18
(95,60,24)
#6E4F2F
(110,79,47)
#7D6246
(125,98,70)
#8C755D
(140,117,93)
#9B8874
(155,136,116)
#AA9B8B
(170,155,139)
#B9AEA2
(185,174,162)
#C8C1B9
(200,193,185)
#D7D4D0
(215,212,208)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502901 color. Also use rgb(80,41,1) instead hex code.

Text Font Color

.myTextColor { color: #502901; }

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

This text font color is #502901.


Background Color

.myBgColor { background-color: #502901; }

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

This div background color is #502901.


Border color

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

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

This div border color is #502901.


Opacity

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

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

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

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

This text has shadow with #502901 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502901 on black background.


Color preview on white background

This text has color #502901 on white background.



Black color preview on #502901 background

This text has black color on #502901 background.


White color preview on #502901 background

This text has white color on #502901 background.