COLOR #508457

HEX: #508457
RGB: (80,132,87)

Color info

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

RGB color model

#508457 color RGB value is (80,132,87).

  • red value is 80;
  • green value is 132;
  • blue value is 87.
RGB:
(80,132,87)
(31%,52%,34%)

RGB channels and saturation

R 80 of 255 = 31%
G 132 of 255 = 52%
B 87 of 255 = 34%

80
132
87

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

Portions of RGB colors in percentages

R + G + B =
80 + 132 + 87 = 299 (100%)
R 80 of 299 ~ 26.76%
G 132 of 299 ~ 44.15%
B 87 of 299 ~ 29.1%

%26.76
%44.15
%29.1

CMYK color model

#508457 color CMYK value is (39,0,34,48).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 48.24%
CMYK:
(39,0,34,48)
C39M0Y34K48 
(39%,0%,34%,48%)
(0.39/0.00/0.34/0.48)	

CMYK percentages

%39.39
%0
%34.09
%48.24

Codes

Color #508457 in popluar color models

508457
RGB8013287
HSL128°24.53%41.57%
HSB/HSV128°39.39%51.76%
CMYK39.39%0.00%34.09%
48.24%

Color #508457 in popluar number systems.

HEX508457
Decimal8013287
Binary1010000100001001010111
Octal120204127

Shades and tints

Shades of #508457

#508457
(80,132,87)
#497850
(73,120,80)
#426C49
(66,108,73)
#3B6042
(59,96,66)
#34543B
(52,84,59)
#2D4834
(45,72,52)
#263C2D
(38,60,45)
#1F3026
(31,48,38)
#18241F
(24,36,31)
#111818
(17,24,24)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #508457

#508457
(80,132,87)
#5F8F66
(95,143,102)
#6E9A75
(110,154,117)
#7DA584
(125,165,132)
#8CB093
(140,176,147)
#9BBBA2
(155,187,162)
#AAC6B1
(170,198,177)
#B9D1C0
(185,209,192)
#C8DCCF
(200,220,207)
#D7E7DE
(215,231,222)
#E6F2ED
(230,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508457 color. Also use rgb(80,132,87) instead hex code.

Text Font Color

.myTextColor { color: #508457; }

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

This text font color is #508457.


Background Color

.myBgColor { background-color: #508457; }

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

This div background color is #508457.


Border color

.myBorderColor { border: 1px solid #508457; }

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

This div border color is #508457.


Opacity

.myOpacity80 { color: #508457; opacity: 0.8; }

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

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

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

This text has shadow with #508457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508457 on black background.


Color preview on white background

This text has color #508457 on white background.



Black color preview on #508457 background

This text has black color on #508457 background.


White color preview on #508457 background

This text has white color on #508457 background.