COLOR #507016

HEX: #507016
RGB: (80,112,22)

Color info

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

RGB color model

#507016 color RGB value is (80,112,22).

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

RGB channels and saturation

R 80 of 255 = 31%
G 112 of 255 = 44%
B 22 of 255 = 9%

80
112
22

R + G + B ~ 28%. #507016 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 112 + 22 = 214 (100%)
R 80 of 214 ~ 37.38%
G 112 of 214 ~ 52.34%
B 22 of 214 ~ 10.28%

%37.38
%52.34
%10.28

CMYK color model

#507016 color CMYK value is (29,0,80,56).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 80.36%
  • key color value is 56.08%
CMYK:
(29,0,80,56)
C29M0Y80K56 
(29%,0%,80%,56%)
(0.29/0.00/0.80/0.56)	

CMYK percentages

%28.57
%0
%80.36
%56.08

Codes

Color #507016 in popluar color models

507016
RGB8011222
HSL81°67.16%26.27%
HSB/HSV81°80.36%43.92%
CMYK28.57%0.00%80.36%
56.08%

Color #507016 in popluar number systems.

HEX507016
Decimal8011222
Binary1010000111000010110
Octal12016026

Shades and tints

Shades of #507016

#507016
(80,112,22)
#496614
(73,102,20)
#425C12
(66,92,18)
#3B5210
(59,82,16)
#34480E
(52,72,14)
#2D3E0C
(45,62,12)
#26340A
(38,52,10)
#1F2A08
(31,42,8)
#182006
(24,32,6)
#111604
(17,22,4)
#0A0C02
(10,12,2)
#000000
(0,0,0)

Tints of #507016

#507016
(80,112,22)
#5F7D2B
(95,125,43)
#6E8A40
(110,138,64)
#7D9755
(125,151,85)
#8CA46A
(140,164,106)
#9BB17F
(155,177,127)
#AABE94
(170,190,148)
#B9CBA9
(185,203,169)
#C8D8BE
(200,216,190)
#D7E5D3
(215,229,211)
#E6F2E8
(230,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507016; }

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

This text font color is #507016.


Background Color

.myBgColor { background-color: #507016; }

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

This div background color is #507016.


Border color

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

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

This div border color is #507016.


Opacity

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

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

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

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

This text has shadow with #507016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507016 on black background.


Color preview on white background

This text has color #507016 on white background.



Black color preview on #507016 background

This text has black color on #507016 background.


White color preview on #507016 background

This text has white color on #507016 background.