COLOR #508B63

HEX: #508B63
RGB: (80,139,99)

Color info

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

RGB color model

#508B63 color RGB value is (80,139,99).

  • red value is 80;
  • green value is 139;
  • blue value is 99.
RGB:
(80,139,99)
(31%,55%,39%)

RGB channels and saturation

R 80 of 255 = 31%
G 139 of 255 = 55%
B 99 of 255 = 39%

80
139
99

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

Portions of RGB colors in percentages

R + G + B =
80 + 139 + 99 = 318 (100%)
R 80 of 318 ~ 25.16%
G 139 of 318 ~ 43.71%
B 99 of 318 ~ 31.13%

%25.16
%43.71
%31.13

CMYK color model

#508B63 color CMYK value is (42,0,29,45).

  • cyan value is 42.45%
  • magenta value is 0.00%
  • yellow value is 28.78%
  • key color value is 45.49%
CMYK:
(42,0,29,45)
C42M0Y29K45 
(42%,0%,29%,45%)
(0.42/0.00/0.29/0.45)	

CMYK percentages

%42.45
%0
%28.78
%45.49

Codes

Color #508B63 in popluar color models

508B63
RGB8013999
HSL139°26.94%42.94%
HSB/HSV139°42.45%54.51%
CMYK42.45%0.00%28.78%
45.49%

Color #508B63 in popluar number systems.

HEX508B63
Decimal8013999
Binary1010000100010111100011
Octal120213143

Shades and tints

Shades of #508B63

#508B63
(80,139,99)
#497F5A
(73,127,90)
#427351
(66,115,81)
#3B6748
(59,103,72)
#345B3F
(52,91,63)
#2D4F36
(45,79,54)
#26432D
(38,67,45)
#1F3724
(31,55,36)
#182B1B
(24,43,27)
#111F12
(17,31,18)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #508B63

#508B63
(80,139,99)
#5F9571
(95,149,113)
#6E9F7F
(110,159,127)
#7DA98D
(125,169,141)
#8CB39B
(140,179,155)
#9BBDA9
(155,189,169)
#AAC7B7
(170,199,183)
#B9D1C5
(185,209,197)
#C8DBD3
(200,219,211)
#D7E5E1
(215,229,225)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508B63 color. Also use rgb(80,139,99) instead hex code.

Text Font Color

.myTextColor { color: #508B63; }

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

This text font color is #508B63.


Background Color

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

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

This div background color is #508B63.


Border color

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

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

This div border color is #508B63.


Opacity

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

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

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

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

This text has shadow with #508B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508B63 on black background.


Color preview on white background

This text has color #508B63 on white background.



Black color preview on #508B63 background

This text has black color on #508B63 background.


White color preview on #508B63 background

This text has white color on #508B63 background.