COLOR #502A06

HEX: #502A06
RGB: (80,42,6)

Color info

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

RGB color model

#502A06 color RGB value is (80,42,6).

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

RGB channels and saturation

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

80
42
6

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

Portions of RGB colors in percentages

R + G + B =
80 + 42 + 6 = 128 (100%)
R 80 of 128 ~ 62.5%
G 42 of 128 ~ 32.81%
B 6 of 128 ~ 4.69%

%62.5
%32.81

CMYK color model

#502A06 color CMYK value is (0,48,93,69).

  • cyan value is 0.00%
  • magenta value is 47.50%
  • yellow value is 92.50%
  • key color value is 68.63%
CMYK:
(0,48,93,69)
C0M48Y93K69 
(0%,48%,93%,69%)
(0.00/0.48/0.93/0.69)	

CMYK percentages

%0
%47.5
%92.5
%68.63

Codes

Color #502A06 in popluar color models

502A06
RGB80426
HSL29°86.05%16.86%
HSB/HSV29°92.50%31.37%
CMYK0.00%47.50%92.50%
68.63%

Color #502A06 in popluar number systems.

HEX502A06
Decimal80426
Binary1010000101010110
Octal120526

Shades and tints

Shades of #502A06

#502A06
(80,42,6)
#492706
(73,39,6)
#422406
(66,36,6)
#3B2106
(59,33,6)
#341E06
(52,30,6)
#2D1B06
(45,27,6)
#261806
(38,24,6)
#1F1506
(31,21,6)
#181206
(24,18,6)
#110F06
(17,15,6)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #502A06

#502A06
(80,42,6)
#5F3D1C
(95,61,28)
#6E5032
(110,80,50)
#7D6348
(125,99,72)
#8C765E
(140,118,94)
#9B8974
(155,137,116)
#AA9C8A
(170,156,138)
#B9AFA0
(185,175,160)
#C8C2B6
(200,194,182)
#D7D5CC
(215,213,204)
#E6E8E2
(230,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502A06; }

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

This text font color is #502A06.


Background Color

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

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

This div background color is #502A06.


Border color

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

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

This div border color is #502A06.


Opacity

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

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

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

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

This text has shadow with #502A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502A06 on black background.


Color preview on white background

This text has color #502A06 on white background.



Black color preview on #502A06 background

This text has black color on #502A06 background.


White color preview on #502A06 background

This text has white color on #502A06 background.