COLOR #508D4F

HEX: #508D4F
RGB: (80,141,79)

Color info

#508D4F contains mainly green color. Web safe color of #508D4F is #669966 (or #696).

RGB color model

#508D4F color RGB value is (80,141,79).

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

RGB channels and saturation

R 80 of 255 = 31%
G 141 of 255 = 55%
B 79 of 255 = 31%

80
141
79

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

Portions of RGB colors in percentages

R + G + B =
80 + 141 + 79 = 300 (100%)
R 80 of 300 ~ 26.67%
G 141 of 300 ~ 47%
B 79 of 300 ~ 26.33%

%26.67
%47
%26.33

CMYK color model

#508D4F color CMYK value is (43,0,44,45).

  • cyan value is 43.26%
  • magenta value is 0.00%
  • yellow value is 43.97%
  • key color value is 44.71%
CMYK:
(43,0,44,45)
C43M0Y44K45 
(43%,0%,44%,45%)
(0.43/0.00/0.44/0.45)	

CMYK percentages

%43.26
%0
%43.97
%44.71

Codes

Color #508D4F in popluar color models

508D4F
RGB8014179
HSL119°28.18%43.14%
HSB/HSV119°43.97%55.29%
CMYK43.26%0.00%43.97%
44.71%

Color #508D4F in popluar number systems.

HEX508D4F
Decimal8014179
Binary1010000100011011001111
Octal120215117

Shades and tints

Shades of #508D4F

#508D4F
(80,141,79)
#498148
(73,129,72)
#427541
(66,117,65)
#3B693A
(59,105,58)
#345D33
(52,93,51)
#2D512C
(45,81,44)
#264525
(38,69,37)
#1F391E
(31,57,30)
#182D17
(24,45,23)
#112110
(17,33,16)
#0A1509
(10,21,9)
#000000
(0,0,0)

Tints of #508D4F

#508D4F
(80,141,79)
#5F975F
(95,151,95)
#6EA16F
(110,161,111)
#7DAB7F
(125,171,127)
#8CB58F
(140,181,143)
#9BBF9F
(155,191,159)
#AAC9AF
(170,201,175)
#B9D3BF
(185,211,191)
#C8DDCF
(200,221,207)
#D7E7DF
(215,231,223)
#E6F1EF
(230,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508D4F; }

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

This text font color is #508D4F.


Background Color

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

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

This div background color is #508D4F.


Border color

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

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

This div border color is #508D4F.


Opacity

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

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

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

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

This text has shadow with #508D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508D4F on black background.


Color preview on white background

This text has color #508D4F on white background.



Black color preview on #508D4F background

This text has black color on #508D4F background.


White color preview on #508D4F background

This text has white color on #508D4F background.