COLOR #508760

HEX: #508760
RGB: (80,135,96)

Color info

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

RGB color model

#508760 color RGB value is (80,135,96).

  • red value is 80;
  • green value is 135;
  • blue value is 96.
RGB:
(80,135,96)
(31%,53%,38%)

RGB channels and saturation

R 80 of 255 = 31%
G 135 of 255 = 53%
B 96 of 255 = 38%

80
135
96

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

Portions of RGB colors in percentages

R + G + B =
80 + 135 + 96 = 311 (100%)
R 80 of 311 ~ 25.72%
G 135 of 311 ~ 43.41%
B 96 of 311 ~ 30.87%

%25.72
%43.41
%30.87

CMYK color model

#508760 color CMYK value is (41,0,29,47).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 47.06%
CMYK:
(41,0,29,47)
C41M0Y29K47 
(41%,0%,29%,47%)
(0.41/0.00/0.29/0.47)	

CMYK percentages

%40.74
%0
%28.89
%47.06

Codes

Color #508760 in popluar color models

508760
RGB8013596
HSL137°25.58%42.16%
HSB/HSV137°40.74%52.94%
CMYK40.74%0.00%28.89%
47.06%

Color #508760 in popluar number systems.

HEX508760
Decimal8013596
Binary1010000100001111100000
Octal120207140

Shades and tints

Shades of #508760

#508760
(80,135,96)
#497B58
(73,123,88)
#426F50
(66,111,80)
#3B6348
(59,99,72)
#345740
(52,87,64)
#2D4B38
(45,75,56)
#263F30
(38,63,48)
#1F3328
(31,51,40)
#182720
(24,39,32)
#111B18
(17,27,24)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #508760

#508760
(80,135,96)
#5F916E
(95,145,110)
#6E9B7C
(110,155,124)
#7DA58A
(125,165,138)
#8CAF98
(140,175,152)
#9BB9A6
(155,185,166)
#AAC3B4
(170,195,180)
#B9CDC2
(185,205,194)
#C8D7D0
(200,215,208)
#D7E1DE
(215,225,222)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508760 color. Also use rgb(80,135,96) instead hex code.

Text Font Color

.myTextColor { color: #508760; }

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

This text font color is #508760.


Background Color

.myBgColor { background-color: #508760; }

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

This div background color is #508760.


Border color

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

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

This div border color is #508760.


Opacity

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

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

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

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

This text has shadow with #508760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508760 on black background.


Color preview on white background

This text has color #508760 on white background.



Black color preview on #508760 background

This text has black color on #508760 background.


White color preview on #508760 background

This text has white color on #508760 background.