COLOR #508F5B

HEX: #508F5B
RGB: (80,143,91)

Color info

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

RGB color model

#508F5B color RGB value is (80,143,91).

  • red value is 80;
  • green value is 143;
  • blue value is 91.
RGB:
(80,143,91)
(31%,56%,36%)

RGB channels and saturation

R 80 of 255 = 31%
G 143 of 255 = 56%
B 91 of 255 = 36%

80
143
91

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

Portions of RGB colors in percentages

R + G + B =
80 + 143 + 91 = 314 (100%)
R 80 of 314 ~ 25.48%
G 143 of 314 ~ 45.54%
B 91 of 314 ~ 28.98%

%25.48
%45.54
%28.98

CMYK color model

#508F5B color CMYK value is (44,0,36,44).

  • cyan value is 44.06%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 43.92%
CMYK:
(44,0,36,44)
C44M0Y36K44 
(44%,0%,36%,44%)
(0.44/0.00/0.36/0.44)	

CMYK percentages

%44.06
%0
%36.36
%43.92

Codes

Color #508F5B in popluar color models

508F5B
RGB8014391
HSL130°28.25%43.73%
HSB/HSV130°44.06%56.08%
CMYK44.06%0.00%36.36%
43.92%

Color #508F5B in popluar number systems.

HEX508F5B
Decimal8014391
Binary1010000100011111011011
Octal120217133

Shades and tints

Shades of #508F5B

#508F5B
(80,143,91)
#498253
(73,130,83)
#42754B
(66,117,75)
#3B6843
(59,104,67)
#345B3B
(52,91,59)
#2D4E33
(45,78,51)
#26412B
(38,65,43)
#1F3423
(31,52,35)
#18271B
(24,39,27)
#111A13
(17,26,19)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #508F5B

#508F5B
(80,143,91)
#5F9969
(95,153,105)
#6EA377
(110,163,119)
#7DAD85
(125,173,133)
#8CB793
(140,183,147)
#9BC1A1
(155,193,161)
#AACBAF
(170,203,175)
#B9D5BD
(185,213,189)
#C8DFCB
(200,223,203)
#D7E9D9
(215,233,217)
#E6F3E7
(230,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508F5B; }

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

This text font color is #508F5B.


Background Color

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

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

This div background color is #508F5B.


Border color

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

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

This div border color is #508F5B.


Opacity

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

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

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

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

This text has shadow with #508F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508F5B on black background.


Color preview on white background

This text has color #508F5B on white background.



Black color preview on #508F5B background

This text has black color on #508F5B background.


White color preview on #508F5B background

This text has white color on #508F5B background.