COLOR #508758

HEX: #508758
RGB: (80,135,88)

Color info

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

RGB color model

#508758 color RGB value is (80,135,88).

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

RGB channels and saturation

R 80 of 255 = 31%
G 135 of 255 = 53%
B 88 of 255 = 35%

80
135
88

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

Portions of RGB colors in percentages

R + G + B =
80 + 135 + 88 = 303 (100%)
R 80 of 303 ~ 26.4%
G 135 of 303 ~ 44.55%
B 88 of 303 ~ 29.04%

%26.4
%44.55
%29.04

CMYK color model

#508758 color CMYK value is (41,0,35,47).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 34.81%
  • key color value is 47.06%
CMYK:
(41,0,35,47)
C41M0Y35K47 
(41%,0%,35%,47%)
(0.41/0.00/0.35/0.47)	

CMYK percentages

%40.74
%0
%34.81
%47.06

Codes

Color #508758 in popluar color models

508758
RGB8013588
HSL129°25.58%42.16%
HSB/HSV129°40.74%52.94%
CMYK40.74%0.00%34.81%
47.06%

Color #508758 in popluar number systems.

HEX508758
Decimal8013588
Binary1010000100001111011000
Octal120207130

Shades and tints

Shades of #508758

#508758
(80,135,88)
#497B50
(73,123,80)
#426F48
(66,111,72)
#3B6340
(59,99,64)
#345738
(52,87,56)
#2D4B30
(45,75,48)
#263F28
(38,63,40)
#1F3320
(31,51,32)
#182718
(24,39,24)
#111B10
(17,27,16)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #508758

#508758
(80,135,88)
#5F9167
(95,145,103)
#6E9B76
(110,155,118)
#7DA585
(125,165,133)
#8CAF94
(140,175,148)
#9BB9A3
(155,185,163)
#AAC3B2
(170,195,178)
#B9CDC1
(185,205,193)
#C8D7D0
(200,215,208)
#D7E1DF
(215,225,223)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508758; }

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

This text font color is #508758.


Background Color

.myBgColor { background-color: #508758; }

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

This div background color is #508758.


Border color

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

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

This div border color is #508758.


Opacity

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

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

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

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

This text has shadow with #508758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508758 on black background.


Color preview on white background

This text has color #508758 on white background.



Black color preview on #508758 background

This text has black color on #508758 background.


White color preview on #508758 background

This text has white color on #508758 background.