COLOR #508E64

HEX: #508E64 RGB: (80,142,100)

Color info

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

RGB color model

#508E64 color RGB value is (80,142,100).

RGB: (80,142,100) (31%, 56%, 39%)

RGB channels and saturation

R 80 of 255 = 31%
G 142 of 255 = 56%
B 100 of 255 = 39%

80
142
100

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

Portions of RGB colors in percentages

R + G + B = 80 + 142 + 100 = 322 (100%)
R 80 of 322 ~ 24.84%
G 142 of 322 ~ 44.1%
B 100 of 322 ~ 31.06'%

%24.84
%44.1
%31.06

CMYK color model

#508E64 color CMYK value is (44,0,30,44).

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

CMYK: (44,0,30,44)
C44M0Y30K44 (44%, 0%, 30%, 44%)
(0.44 / 0.00 / 0.30 / 0.44)

CMYK percentages

%43.66
%0
%29.58
%44.31

Codes

Color #508E64 in popluar color models

50 8E 64
RGB 80 142 100
HSL 139° 27.93% 43.53%
HSB/HSV 139° 43.66% 55.69%
CMYK 43.66% 0.00% 29.58%
44.31%

Color #508E64 in popluar number systems.

HEX 50 8E 64
Decimal 80 142 100
Binary 1010000 10001110 1100100
Octal 120 216 144

Shades and tints

Shades of #508E64

#508E64
(80,142,100)
#49825B
(73,130,91)
#427652
(66,118,82)
#3B6A49
(59,106,73)
#345E40
(52,94,64)
#2D5237
(45,82,55)
#26462E
(38,70,46)
#1F3A25
(31,58,37)
#182E1C
(24,46,28)
#112213
(17,34,19)
#0A160A
(10,22,10)
#000000
(0,0,0)

Tints of #508E64

#508E64
(80,142,100)
#5F9872
(95,152,114)
#6EA280
(110,162,128)
#7DAC8E
(125,172,142)
#8CB69C
(140,182,156)
#9BC0AA
(155,192,170)
#AACAB8
(170,202,184)
#B9D4C6
(185,212,198)
#C8DED4
(200,222,212)
#D7E8E2
(215,232,226)
#E6F2F0
(230,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508E64; }

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

This text font color is #508E64.

Background Color

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

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

This div background color is #508E64.

Border color

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

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

This div border color is #508E64.

Opacity

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

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

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

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

This text has shadow with #508E64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #508E64.

Preview

Color preview on black background

This text has color #508E64 on black background.


Color preview on white background

This text has color #508E64 on white background.


Black color preview on #508E64 background

This text has black color on #508E64 background.


White color preview on #508E64 background

This text has white color on #508E64 background.


Related colors

Complementary color

Complementary color for #hex is #AF719B.


I love getcolorcode.com

Triadic colors

1 #64508E and #8E6450 with #508E64 are triadic colors.

2 #648E50 and #8E5064 with #508E64 are triadic colors.