COLOR #508B50

HEX: #508B50
RGB: (80,139,80)

Color info

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

RGB color model

#508B50 color RGB value is (80,139,80).

  • red value is 80;
  • green value is 139;
  • blue value is 80.
RGB:
(80,139,80)
(31%,55%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 139 of 255 = 55%
B 80 of 255 = 31%

80
139
80

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

Portions of RGB colors in percentages

R + G + B =
80 + 139 + 80 = 299 (100%)
R 80 of 299 ~ 26.76%
G 139 of 299 ~ 46.49%
B 80 of 299 ~ 26.76%

%26.76
%46.49
%26.76

CMYK color model

#508B50 color CMYK value is (42,0,42,45).

  • cyan value is 42.45%
  • magenta value is 0.00%
  • yellow value is 42.45%
  • key color value is 45.49%
CMYK:
(42,0,42,45)
C42M0Y42K45 
(42%,0%,42%,45%)
(0.42/0.00/0.42/0.45)	

CMYK percentages

%42.45
%0
%42.45
%45.49

Codes

Color #508B50 in popluar color models

508B50
RGB8013980
HSL120°26.94%42.94%
HSB/HSV120°42.45%54.51%
CMYK42.45%0.00%42.45%
45.49%

Color #508B50 in popluar number systems.

HEX508B50
Decimal8013980
Binary1010000100010111010000
Octal120213120

Shades and tints

Shades of #508B50

#508B50
(80,139,80)
#497F49
(73,127,73)
#427342
(66,115,66)
#3B673B
(59,103,59)
#345B34
(52,91,52)
#2D4F2D
(45,79,45)
#264326
(38,67,38)
#1F371F
(31,55,31)
#182B18
(24,43,24)
#111F11
(17,31,17)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #508B50

#508B50
(80,139,80)
#5F955F
(95,149,95)
#6E9F6E
(110,159,110)
#7DA97D
(125,169,125)
#8CB38C
(140,179,140)
#9BBD9B
(155,189,155)
#AAC7AA
(170,199,170)
#B9D1B9
(185,209,185)
#C8DBC8
(200,219,200)
#D7E5D7
(215,229,215)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508B50; }

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

This text font color is #508B50.


Background Color

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

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

This div background color is #508B50.


Border color

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

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

This div border color is #508B50.


Opacity

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

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

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

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

This text has shadow with #508B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508B50 on black background.


Color preview on white background

This text has color #508B50 on white background.



Black color preview on #508B50 background

This text has black color on #508B50 background.


White color preview on #508B50 background

This text has white color on #508B50 background.