COLOR #502B16

HEX: #502B16
RGB: (80,43,22)

Color info

#502B16 contains red, green and blue colors in about the same proportion. Web safe color of #502B16 is #663300 (or #630).

RGB color model

#502B16 color RGB value is (80,43,22).

  • red value is 80;
  • green value is 43;
  • blue value is 22.
RGB:
(80,43,22)
(31%,17%,9%)

RGB channels and saturation

R 80 of 255 = 31%
G 43 of 255 = 17%
B 22 of 255 = 9%

80
43
22

R + G + B ~ 19%. #502B16 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 43 + 22 = 145 (100%)
R 80 of 145 ~ 55.17%
G 43 of 145 ~ 29.66%
B 22 of 145 ~ 15.17%

%55.17
%29.66
%15.17

CMYK color model

#502B16 color CMYK value is (0,46,73,69).

  • cyan value is 0.00%
  • magenta value is 46.25%
  • yellow value is 72.50%
  • key color value is 68.63%
CMYK:
(0,46,73,69)
C0M46Y73K69 
(0%,46%,73%,69%)
(0.00/0.46/0.73/0.69)	

CMYK percentages

%0
%46.25
%72.5
%68.63

Codes

Color #502B16 in popluar color models

502B16
RGB804322
HSL22°56.86%20.00%
HSB/HSV22°72.50%31.37%
CMYK0.00%46.25%72.50%
68.63%

Color #502B16 in popluar number systems.

HEX502B16
Decimal804322
Binary101000010101110110
Octal1205326

Shades and tints

Shades of #502B16

#502B16
(80,43,22)
#492814
(73,40,20)
#422512
(66,37,18)
#3B2210
(59,34,16)
#341F0E
(52,31,14)
#2D1C0C
(45,28,12)
#26190A
(38,25,10)
#1F1608
(31,22,8)
#181306
(24,19,6)
#111004
(17,16,4)
#0A0D02
(10,13,2)
#000000
(0,0,0)

Tints of #502B16

#502B16
(80,43,22)
#5F3E2B
(95,62,43)
#6E5140
(110,81,64)
#7D6455
(125,100,85)
#8C776A
(140,119,106)
#9B8A7F
(155,138,127)
#AA9D94
(170,157,148)
#B9B0A9
(185,176,169)
#C8C3BE
(200,195,190)
#D7D6D3
(215,214,211)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502B16 color. Also use rgb(80,43,22) instead hex code.

Text Font Color

.myTextColor { color: #502B16; }

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

This text font color is #502B16.


Background Color

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

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

This div background color is #502B16.


Border color

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

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

This div border color is #502B16.


Opacity

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

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

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

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

This text has shadow with #502B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502B16 on black background.


Color preview on white background

This text has color #502B16 on white background.



Black color preview on #502B16 background

This text has black color on #502B16 background.


White color preview on #502B16 background

This text has white color on #502B16 background.