COLOR #508014

HEX: #508014
RGB: (80,128,20)

Color info

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

RGB color model

#508014 color RGB value is (80,128,20).

  • red value is 80;
  • green value is 128;
  • blue value is 20.
RGB:
(80,128,20)
(31%,50%,8%)

RGB channels and saturation

R 80 of 255 = 31%
G 128 of 255 = 50%
B 20 of 255 = 8%

80
128
20

R + G + B ~ 30%. #508014 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 128 + 20 = 228 (100%)
R 80 of 228 ~ 35.09%
G 128 of 228 ~ 56.14%
B 20 of 228 ~ 8.77%

%35.09
%56.14

CMYK color model

#508014 color CMYK value is (38,0,84,50).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 84.38%
  • key color value is 49.80%
CMYK:
(38,0,84,50)
C38M0Y84K50 
(38%,0%,84%,50%)
(0.38/0.00/0.84/0.50)	

CMYK percentages

%37.5
%0
%84.38
%49.8

Codes

Color #508014 in popluar color models

508014
RGB8012820
HSL87°72.97%29.02%
HSB/HSV87°84.38%50.20%
CMYK37.50%0.00%84.38%
49.80%

Color #508014 in popluar number systems.

HEX508014
Decimal8012820
Binary10100001000000010100
Octal12020024

Shades and tints

Shades of #508014

#508014
(80,128,20)
#497513
(73,117,19)
#426A12
(66,106,18)
#3B5F11
(59,95,17)
#345410
(52,84,16)
#2D490F
(45,73,15)
#263E0E
(38,62,14)
#1F330D
(31,51,13)
#18280C
(24,40,12)
#111D0B
(17,29,11)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #508014

#508014
(80,128,20)
#5F8B29
(95,139,41)
#6E963E
(110,150,62)
#7DA153
(125,161,83)
#8CAC68
(140,172,104)
#9BB77D
(155,183,125)
#AAC292
(170,194,146)
#B9CDA7
(185,205,167)
#C8D8BC
(200,216,188)
#D7E3D1
(215,227,209)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508014 color. Also use rgb(80,128,20) instead hex code.

Text Font Color

.myTextColor { color: #508014; }

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

This text font color is #508014.


Background Color

.myBgColor { background-color: #508014; }

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

This div background color is #508014.


Border color

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

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

This div border color is #508014.


Opacity

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

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

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

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

This text has shadow with #508014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508014 on black background.


Color preview on white background

This text has color #508014 on white background.



Black color preview on #508014 background

This text has black color on #508014 background.


White color preview on #508014 background

This text has white color on #508014 background.