COLOR #508A50

HEX: #508A50 RGB: (80,138,80)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

80
138
80

R + G + B ~ 39%. #508A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 138 + 80 = 298 (100%)
R 80 of 298 ~ 26.85%
G 138 of 298 ~ 46.31%
B 80 of 298 ~ 26.85'%

%26.85
%46.31
%26.85

CMYK color model

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

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

CMYK: (42,0,42,46)
C42M0Y42K46 (42%, 0%, 42%, 46%)
(0.42 / 0.00 / 0.42 / 0.46)

CMYK percentages

%42.03
%0
%42.03
%45.88

Codes

Color #508A50 in popluar color models

50 8A 50
RGB 80 138 80
HSL 120° 26.61% 42.75%
HSB/HSV 120° 42.03% 54.12%
CMYK 42.03% 0.00% 42.03%
45.88%

Color #508A50 in popluar number systems.

HEX 50 8A 50
Decimal 80 138 80
Binary 1010000 10001010 1010000
Octal 120 212 120

Shades and tints

Shades of #508A50

#508A50
(80,138,80)
#497E49
(73,126,73)
#427242
(66,114,66)
#3B663B
(59,102,59)
#345A34
(52,90,52)
#2D4E2D
(45,78,45)
#264226
(38,66,38)
#1F361F
(31,54,31)
#182A18
(24,42,24)
#111E11
(17,30,17)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #508A50

#508A50
(80,138,80)
#5F945F
(95,148,95)
#6E9E6E
(110,158,110)
#7DA87D
(125,168,125)
#8CB28C
(140,178,140)
#9BBC9B
(155,188,155)
#AAC6AA
(170,198,170)
#B9D0B9
(185,208,185)
#C8DAC8
(200,218,200)
#D7E4D7
(215,228,215)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508A50; }

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

This text font color is #508A50.

Background Color

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

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

This div background color is #508A50.

Border color

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

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

This div border color is #508A50.

Opacity

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

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

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

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

This text has shadow with #508A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #508A50.

Preview

Color preview on black background

This text has color #508A50 on black background.


Color preview on white background

This text has color #508A50 on white background.


Black color preview on #508A50 background

This text has black color on #508A50 background.


White color preview on #508A50 background

This text has white color on #508A50 background.


Related colors

Complementary color

Complementary color for #hex is #AF75AF.


I love getcolorcode.com

Triadic colors

1 #50508A and #8A5050 with #508A50 are triadic colors.

2 #508A50 and #8A5050 with #508A50 are triadic colors.