COLOR #508550

HEX: #508550
RGB: (80,133,80)

Color info

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

RGB color model

#508550 color RGB value is (80,133,80).

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

RGB channels and saturation

R 80 of 255 = 31%
G 133 of 255 = 52%
B 80 of 255 = 31%

80
133
80

R + G + B ~ 38%. #508550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 133 + 80 = 293 (100%)
R 80 of 293 ~ 27.3%
G 133 of 293 ~ 45.39%
B 80 of 293 ~ 27.3%

%27.3
%45.39
%27.3

CMYK color model

#508550 color CMYK value is (40,0,40,48).

  • cyan value is 39.85%
  • magenta value is 0.00%
  • yellow value is 39.85%
  • key color value is 47.84%
CMYK:
(40,0,40,48)
C40M0Y40K48 
(40%,0%,40%,48%)
(0.40/0.00/0.40/0.48)	

CMYK percentages

%39.85
%0
%39.85
%47.84

Codes

Color #508550 in popluar color models

508550
RGB8013380
HSL120°24.88%41.76%
HSB/HSV120°39.85%52.16%
CMYK39.85%0.00%39.85%
47.84%

Color #508550 in popluar number systems.

HEX508550
Decimal8013380
Binary1010000100001011010000
Octal120205120

Shades and tints

Shades of #508550

#508550
(80,133,80)
#497949
(73,121,73)
#426D42
(66,109,66)
#3B613B
(59,97,59)
#345534
(52,85,52)
#2D492D
(45,73,45)
#263D26
(38,61,38)
#1F311F
(31,49,31)
#182518
(24,37,24)
#111911
(17,25,17)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #508550

#508550
(80,133,80)
#5F905F
(95,144,95)
#6E9B6E
(110,155,110)
#7DA67D
(125,166,125)
#8CB18C
(140,177,140)
#9BBC9B
(155,188,155)
#AAC7AA
(170,199,170)
#B9D2B9
(185,210,185)
#C8DDC8
(200,221,200)
#D7E8D7
(215,232,215)
#E6F3E6
(230,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508550; }

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

This text font color is #508550.


Background Color

.myBgColor { background-color: #508550; }

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

This div background color is #508550.


Border color

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

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

This div border color is #508550.


Opacity

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

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

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

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

This text has shadow with #508550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508550 on black background.


Color preview on white background

This text has color #508550 on white background.



Black color preview on #508550 background

This text has black color on #508550 background.


White color preview on #508550 background

This text has white color on #508550 background.