COLOR #508555

HEX: #508555
RGB: (80,133,85)

Color info

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

RGB color model

#508555 color RGB value is (80,133,85).

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

RGB channels and saturation

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

80
133
85

R + G + B ~ 39%. #508555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 133 + 85 = 298 (100%)
R 80 of 298 ~ 26.85%
G 133 of 298 ~ 44.63%
B 85 of 298 ~ 28.52%

%26.85
%44.63
%28.52

CMYK color model

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

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

CMYK percentages

%39.85
%0
%36.09
%47.84

Codes

Color #508555 in popluar color models

508555
RGB8013385
HSL126°24.88%41.76%
HSB/HSV126°39.85%52.16%
CMYK39.85%0.00%36.09%
47.84%

Color #508555 in popluar number systems.

HEX508555
Decimal8013385
Binary1010000100001011010101
Octal120205125

Shades and tints

Shades of #508555

#508555
(80,133,85)
#49794E
(73,121,78)
#426D47
(66,109,71)
#3B6140
(59,97,64)
#345539
(52,85,57)
#2D4932
(45,73,50)
#263D2B
(38,61,43)
#1F3124
(31,49,36)
#18251D
(24,37,29)
#111916
(17,25,22)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #508555

#508555
(80,133,85)
#5F9064
(95,144,100)
#6E9B73
(110,155,115)
#7DA682
(125,166,130)
#8CB191
(140,177,145)
#9BBCA0
(155,188,160)
#AAC7AF
(170,199,175)
#B9D2BE
(185,210,190)
#C8DDCD
(200,221,205)
#D7E8DC
(215,232,220)
#E6F3EB
(230,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508555; }

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

This text font color is #508555.


Background Color

.myBgColor { background-color: #508555; }

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

This div background color is #508555.


Border color

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

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

This div border color is #508555.


Opacity

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

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

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

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

This text has shadow with #508555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508555 on black background.


Color preview on white background

This text has color #508555 on white background.



Black color preview on #508555 background

This text has black color on #508555 background.


White color preview on #508555 background

This text has white color on #508555 background.