COLOR #508E39

HEX: #508E39
RGB: (80,142,57)

Color info

#508E39 contains mainly green color. Web safe color of #508E39 is #669933 (or #693).

RGB color model

#508E39 color RGB value is (80,142,57).

  • red value is 80;
  • green value is 142;
  • blue value is 57.
RGB:
(80,142,57)
(31%,56%,22%)

RGB channels and saturation

R 80 of 255 = 31%
G 142 of 255 = 56%
B 57 of 255 = 22%

80
142
57

R + G + B ~ 36%. #508E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 142 + 57 = 279 (100%)
R 80 of 279 ~ 28.67%
G 142 of 279 ~ 50.9%
B 57 of 279 ~ 20.43%

%28.67
%50.9
%20.43

CMYK color model

#508E39 color CMYK value is (44,0,60,44).

  • cyan value is 43.66%
  • magenta value is 0.00%
  • yellow value is 59.86%
  • key color value is 44.31%
CMYK:
(44,0,60,44)
C44M0Y60K44 
(44%,0%,60%,44%)
(0.44/0.00/0.60/0.44)	

CMYK percentages

%43.66
%0
%59.86
%44.31

Codes

Color #508E39 in popluar color models

508E39
RGB8014257
HSL104°42.71%39.02%
HSB/HSV104°59.86%55.69%
CMYK43.66%0.00%59.86%
44.31%

Color #508E39 in popluar number systems.

HEX508E39
Decimal8014257
Binary101000010001110111001
Octal12021671

Shades and tints

Shades of #508E39

#508E39
(80,142,57)
#498234
(73,130,52)
#42762F
(66,118,47)
#3B6A2A
(59,106,42)
#345E25
(52,94,37)
#2D5220
(45,82,32)
#26461B
(38,70,27)
#1F3A16
(31,58,22)
#182E11
(24,46,17)
#11220C
(17,34,12)
#0A1607
(10,22,7)
#000000
(0,0,0)

Tints of #508E39

#508E39
(80,142,57)
#5F984B
(95,152,75)
#6EA25D
(110,162,93)
#7DAC6F
(125,172,111)
#8CB681
(140,182,129)
#9BC093
(155,192,147)
#AACAA5
(170,202,165)
#B9D4B7
(185,212,183)
#C8DEC9
(200,222,201)
#D7E8DB
(215,232,219)
#E6F2ED
(230,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508E39 color. Also use rgb(80,142,57) instead hex code.

Text Font Color

.myTextColor { color: #508E39; }

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

This text font color is #508E39.


Background Color

.myBgColor { background-color: #508E39; }

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

This div background color is #508E39.


Border color

.myBorderColor { border: 1px solid #508E39; }

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

This div border color is #508E39.


Opacity

.myOpacity80 { color: #508E39; opacity: 0.8; }

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

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

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

This text has shadow with #508E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508E39 on black background.


Color preview on white background

This text has color #508E39 on white background.



Black color preview on #508E39 background

This text has black color on #508E39 background.


White color preview on #508E39 background

This text has white color on #508E39 background.