COLOR #508E3A

HEX: #508E3A RGB: (80,142,58)

Color info

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

RGB color model

#508E3A color RGB value is (80,142,58).

RGB: (80,142,58) (31%, 56%, 23%)

RGB channels and saturation

R 80 of 255 = 31%
G 142 of 255 = 56%
B 58 of 255 = 23%

80
142
58

R + G + B ~ 37%. #508E3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 142 + 58 = 280 (100%)
R 80 of 280 ~ 28.57%
G 142 of 280 ~ 50.71%
B 58 of 280 ~ 20.71'%

%28.57
%50.71
%20.71

CMYK color model

#508E3A color CMYK value is (44,0,59,44).

  • cyan value is 43.66%
  • magenta value is 0.00%
  • yellow value is 59.15%
  • key color value is 44.31%

CMYK: (44,0,59,44)
C44M0Y59K44 (44%, 0%, 59%, 44%)
(0.44 / 0.00 / 0.59 / 0.44)

CMYK percentages

%43.66
%0
%59.15
%44.31

Codes

Color #508E3A in popluar color models

50 8E 3A
RGB 80 142 58
HSL 104° 42.00% 39.22%
HSB/HSV 104° 59.15% 55.69%
CMYK 43.66% 0.00% 59.15%
44.31%

Color #508E3A in popluar number systems.

HEX 50 8E 3A
Decimal 80 142 58
Binary 1010000 10001110 111010
Octal 120 216 72

Shades and tints

Shades of #508E3A

#508E3A
(80,142,58)
#498235
(73,130,53)
#427630
(66,118,48)
#3B6A2B
(59,106,43)
#345E26
(52,94,38)
#2D5221
(45,82,33)
#26461C
(38,70,28)
#1F3A17
(31,58,23)
#182E12
(24,46,18)
#11220D
(17,34,13)
#0A1608
(10,22,8)
#000000
(0,0,0)

Tints of #508E3A

#508E3A
(80,142,58)
#5F984B
(95,152,75)
#6EA25C
(110,162,92)
#7DAC6D
(125,172,109)
#8CB67E
(140,182,126)
#9BC08F
(155,192,143)
#AACAA0
(170,202,160)
#B9D4B1
(185,212,177)
#C8DEC2
(200,222,194)
#D7E8D3
(215,232,211)
#E6F2E4
(230,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508E3A; }

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

This text font color is #508E3A.

Background Color

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

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

This div background color is #508E3A.

Border color

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

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

This div border color is #508E3A.

Opacity

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

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

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

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

This text has shadow with #508E3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #508E3A.

Preview

Color preview on black background

This text has color #508E3A on black background.


Color preview on white background

This text has color #508E3A on white background.


Black color preview on #508E3A background

This text has black color on #508E3A background.


White color preview on #508E3A background

This text has white color on #508E3A background.


Related colors

Complementary color

Complementary color for #hex is #AF71C5.


I love getcolorcode.com

Triadic colors

1 #3A508E and #8E3A50 with #508E3A are triadic colors.

2 #3A8E50 and #8E503A with #508E3A are triadic colors.