COLOR #505216

HEX: #505216
RGB: (80,82,22)

Color info

#505216 contains mainly red and green colors. Web safe color of #505216 is #666600 (or #660).

RGB color model

#505216 color RGB value is (80,82,22).

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

RGB channels and saturation

R 80 of 255 = 31%
G 82 of 255 = 32%
B 22 of 255 = 9%

80
82
22

R + G + B ~ 24%. #505216 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 82 + 22 = 184 (100%)
R 80 of 184 ~ 43.48%
G 82 of 184 ~ 44.57%
B 22 of 184 ~ 11.96%

%43.48
%44.57
%11.96

CMYK color model

#505216 color CMYK value is (2,0,73,68).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 73.17%
  • key color value is 67.84%
CMYK:
(2,0,73,68)
C2M0Y73K68 
(2%,0%,73%,68%)
(0.02/0.00/0.73/0.68)	

CMYK percentages

%2.44
%0
%73.17
%67.84

Codes

Color #505216 in popluar color models

505216
RGB808222
HSL62°57.69%20.39%
HSB/HSV62°73.17%32.16%
CMYK2.44%0.00%73.17%
67.84%

Color #505216 in popluar number systems.

HEX505216
Decimal808222
Binary1010000101001010110
Octal12012226

Shades and tints

Shades of #505216

#505216
(80,82,22)
#494B14
(73,75,20)
#424412
(66,68,18)
#3B3D10
(59,61,16)
#34360E
(52,54,14)
#2D2F0C
(45,47,12)
#26280A
(38,40,10)
#1F2108
(31,33,8)
#181A06
(24,26,6)
#111304
(17,19,4)
#0A0C02
(10,12,2)
#000000
(0,0,0)

Tints of #505216

#505216
(80,82,22)
#5F612B
(95,97,43)
#6E7040
(110,112,64)
#7D7F55
(125,127,85)
#8C8E6A
(140,142,106)
#9B9D7F
(155,157,127)
#AAAC94
(170,172,148)
#B9BBA9
(185,187,169)
#C8CABE
(200,202,190)
#D7D9D3
(215,217,211)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505216; }

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

This text font color is #505216.


Background Color

.myBgColor { background-color: #505216; }

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

This div background color is #505216.


Border color

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

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

This div border color is #505216.


Opacity

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

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

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

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

This text has shadow with #505216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505216 on black background.


Color preview on white background

This text has color #505216 on white background.



Black color preview on #505216 background

This text has black color on #505216 background.


White color preview on #505216 background

This text has white color on #505216 background.