COLOR #508A62

HEX: #508A62 RGB: (80,138,98)

Color info

#508A62 contains red, green and blue colors in about the same proportion. Web safe color of #508A62 is #669966 (or #696).

RGB color model

#508A62 color RGB value is (80,138,98).

RGB: (80,138,98) (31%, 54%, 38%)

RGB channels and saturation

R 80 of 255 = 31%
G 138 of 255 = 54%
B 98 of 255 = 38%

80
138
98

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

Portions of RGB colors in percentages

R + G + B = 80 + 138 + 98 = 316 (100%)
R 80 of 316 ~ 25.32%
G 138 of 316 ~ 43.67%
B 98 of 316 ~ 31.01'%

%25.32
%43.67
%31.01

CMYK color model

#508A62 color CMYK value is (42,0,29,46).

  • cyan value is 42.03%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 45.88%

CMYK: (42,0,29,46)
C42M0Y29K46 (42%, 0%, 29%, 46%)
(0.42 / 0.00 / 0.29 / 0.46)

CMYK percentages

%42.03
%0
%28.99
%45.88

Codes

Color #508A62 in popluar color models

50 8A 62
RGB 80 138 98
HSL 139° 26.61% 42.75%
HSB/HSV 139° 42.03% 54.12%
CMYK 42.03% 0.00% 28.99%
45.88%

Color #508A62 in popluar number systems.

HEX 50 8A 62
Decimal 80 138 98
Binary 1010000 10001010 1100010
Octal 120 212 142

Shades and tints

Shades of #508A62

#508A62
(80,138,98)
#497E5A
(73,126,90)
#427252
(66,114,82)
#3B664A
(59,102,74)
#345A42
(52,90,66)
#2D4E3A
(45,78,58)
#264232
(38,66,50)
#1F362A
(31,54,42)
#182A22
(24,42,34)
#111E1A
(17,30,26)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #508A62

#508A62
(80,138,98)
#5F9470
(95,148,112)
#6E9E7E
(110,158,126)
#7DA88C
(125,168,140)
#8CB29A
(140,178,154)
#9BBCA8
(155,188,168)
#AAC6B6
(170,198,182)
#B9D0C4
(185,208,196)
#C8DAD2
(200,218,210)
#D7E4E0
(215,228,224)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508A62 color. Also use rgb(80,138,98) instead hex code.

Text Font Color

.myTextColor { color: #508A62; }

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

This text font color is #508A62.

Background Color

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

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

This div background color is #508A62.

Border color

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

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

This div border color is #508A62.

Opacity

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

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

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

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

This text has shadow with #508A62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #508A62.

Preview

Color preview on black background

This text has color #508A62 on black background.


Color preview on white background

This text has color #508A62 on white background.


Black color preview on #508A62 background

This text has black color on #508A62 background.


White color preview on #508A62 background

This text has white color on #508A62 background.


Related colors

Complementary color

Complementary color for #hex is #AF759D.


I love getcolorcode.com

Triadic colors

1 #62508A and #8A6250 with #508A62 are triadic colors.

2 #628A50 and #8A5062 with #508A62 are triadic colors.