COLOR #508816

HEX: #508816
RGB: (80,136,22)

Color info

#508816 contains mainly red and green colors. Web safe color of #508816 is #669900 (or #690).

RGB color model

#508816 color RGB value is (80,136,22).

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

RGB channels and saturation

R 80 of 255 = 31%
G 136 of 255 = 53%
B 22 of 255 = 9%

80
136
22

R + G + B ~ 31%. #508816 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 136 + 22 = 238 (100%)
R 80 of 238 ~ 33.61%
G 136 of 238 ~ 57.14%
B 22 of 238 ~ 9.24%

%33.61
%57.14

CMYK color model

#508816 color CMYK value is (41,0,84,47).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 83.82%
  • key color value is 46.67%
CMYK:
(41,0,84,47)
C41M0Y84K47 
(41%,0%,84%,47%)
(0.41/0.00/0.84/0.47)	

CMYK percentages

%41.18
%0
%83.82
%46.67

Codes

Color #508816 in popluar color models

508816
RGB8013622
HSL89°72.15%30.98%
HSB/HSV89°83.82%53.33%
CMYK41.18%0.00%83.82%
46.67%

Color #508816 in popluar number systems.

HEX508816
Decimal8013622
Binary10100001000100010110
Octal12021026

Shades and tints

Shades of #508816

#508816
(80,136,22)
#497C14
(73,124,20)
#427012
(66,112,18)
#3B6410
(59,100,16)
#34580E
(52,88,14)
#2D4C0C
(45,76,12)
#26400A
(38,64,10)
#1F3408
(31,52,8)
#182806
(24,40,6)
#111C04
(17,28,4)
#0A1002
(10,16,2)
#000000
(0,0,0)

Tints of #508816

#508816
(80,136,22)
#5F922B
(95,146,43)
#6E9C40
(110,156,64)
#7DA655
(125,166,85)
#8CB06A
(140,176,106)
#9BBA7F
(155,186,127)
#AAC494
(170,196,148)
#B9CEA9
(185,206,169)
#C8D8BE
(200,216,190)
#D7E2D3
(215,226,211)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508816; }

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

This text font color is #508816.


Background Color

.myBgColor { background-color: #508816; }

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

This div background color is #508816.


Border color

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

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

This div border color is #508816.


Opacity

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

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

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

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

This text has shadow with #508816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508816 on black background.


Color preview on white background

This text has color #508816 on white background.



Black color preview on #508816 background

This text has black color on #508816 background.


White color preview on #508816 background

This text has white color on #508816 background.