COLOR #508862

HEX: #508862
RGB: (80,136,98)

Color info

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

RGB color model

#508862 color RGB value is (80,136,98).

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

RGB channels and saturation

R 80 of 255 = 31%
G 136 of 255 = 53%
B 98 of 255 = 38%

80
136
98

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

Portions of RGB colors in percentages

R + G + B =
80 + 136 + 98 = 314 (100%)
R 80 of 314 ~ 25.48%
G 136 of 314 ~ 43.31%
B 98 of 314 ~ 31.21%

%25.48
%43.31
%31.21

CMYK color model

#508862 color CMYK value is (41,0,28,47).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 46.67%
CMYK:
(41,0,28,47)
C41M0Y28K47 
(41%,0%,28%,47%)
(0.41/0.00/0.28/0.47)	

CMYK percentages

%41.18
%0
%27.94
%46.67

Codes

Color #508862 in popluar color models

508862
RGB8013698
HSL139°25.93%42.35%
HSB/HSV139°41.18%53.33%
CMYK41.18%0.00%27.94%
46.67%

Color #508862 in popluar number systems.

HEX508862
Decimal8013698
Binary1010000100010001100010
Octal120210142

Shades and tints

Shades of #508862

#508862
(80,136,98)
#497C5A
(73,124,90)
#427052
(66,112,82)
#3B644A
(59,100,74)
#345842
(52,88,66)
#2D4C3A
(45,76,58)
#264032
(38,64,50)
#1F342A
(31,52,42)
#182822
(24,40,34)
#111C1A
(17,28,26)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #508862

#508862
(80,136,98)
#5F9270
(95,146,112)
#6E9C7E
(110,156,126)
#7DA68C
(125,166,140)
#8CB09A
(140,176,154)
#9BBAA8
(155,186,168)
#AAC4B6
(170,196,182)
#B9CEC4
(185,206,196)
#C8D8D2
(200,216,210)
#D7E2E0
(215,226,224)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508862 color. Also use rgb(80,136,98) instead hex code.

Text Font Color

.myTextColor { color: #508862; }

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

This text font color is #508862.


Background Color

.myBgColor { background-color: #508862; }

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

This div background color is #508862.


Border color

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

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

This div border color is #508862.


Opacity

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

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

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

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

This text has shadow with #508862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508862 on black background.


Color preview on white background

This text has color #508862 on white background.



Black color preview on #508862 background

This text has black color on #508862 background.


White color preview on #508862 background

This text has white color on #508862 background.