COLOR #508E61

HEX: #508E61 RGB: (80,142,97)

Color info

#508E61 contains mainly green and blue colors. Web safe color of #508E61 is #669966 (or #696).

RGB color model

#508E61 color RGB value is (80,142,97).

RGB: (80,142,97) (31%, 56%, 38%)

RGB channels and saturation

R 80 of 255 = 31%
G 142 of 255 = 56%
B 97 of 255 = 38%

80
142
97

R + G + B ~ 42%. #508E61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 142 + 97 = 319 (100%)
R 80 of 319 ~ 25.08%
G 142 of 319 ~ 44.51%
B 97 of 319 ~ 30.41'%

%25.08
%44.51
%30.41

CMYK color model

#508E61 color CMYK value is (44,0,32,44).

  • cyan value is 43.66%
  • magenta value is 0.00%
  • yellow value is 31.69%
  • key color value is 44.31%
CMYK: (44,0,32,44) C44M0Y32K44 (44%,0%,32%,44%) (0.44/0.00/0.32/0.44) 

CMYK percentages

%43.66
%0
%31.69
%44.31

Codes

Color #508E61 in popluar color models

50 8E 61
RGB 80 142 97
HSL 136° 27.93% 43.53%
HSB/HSV 136° 43.66% 55.69%
CMYK 43.66% 0.00% 31.69%
44.31%

Color #508E61 in popluar number systems.

HEX 50 8E 61
Decimal 80 142 97
Binary 1010000 10001110 1100001
Octal 120 216 141

Shades and tints

Shades of #508E61

#508E61
(80,142,97)
#498259
(73,130,89)
#427651
(66,118,81)
#3B6A49
(59,106,73)
#345E41
(52,94,65)
#2D5239
(45,82,57)
#264631
(38,70,49)
#1F3A29
(31,58,41)
#182E21
(24,46,33)
#112219
(17,34,25)
#0A1611
(10,22,17)
#000000
(0,0,0)

Tints of #508E61

#508E61
(80,142,97)
#5F986F
(95,152,111)
#6EA27D
(110,162,125)
#7DAC8B
(125,172,139)
#8CB699
(140,182,153)
#9BC0A7
(155,192,167)
#AACAB5
(170,202,181)
#B9D4C3
(185,212,195)
#C8DED1
(200,222,209)
#D7E8DF
(215,232,223)
#E6F2ED
(230,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508E61; }

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

This text font color is #508E61.

Background Color

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

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

This div background color is #508E61.

Border color

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

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

This div border color is #508E61.

Opacity

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

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

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

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

This text has shadow with #508E61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #508E61.

Preview

Color preview on black background

This text has color #508E61 on black background.


Color preview on white background

This text has color #508E61 on white background.


Black color preview on #508E61 background

This text has black color on #508E61 background.


White color preview on #508E61 background

This text has white color on #508E61 background.


Related colors

Complementary color

Complementary color for #hex is #AF719E.


I love getcolorcode.com

Triadic colors

1 #61508E and #8E6150 with #508E61 are triadic colors.

2 #618E50 and #8E5061 with #508E61 are triadic colors.