COLOR #508969

HEX: #508969
RGB: (80,137,105)

Color info

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

RGB color model

#508969 color RGB value is (80,137,105).

  • red value is 80;
  • green value is 137;
  • blue value is 105.
RGB:
(80,137,105)
(31%,54%,41%)

RGB channels and saturation

R 80 of 255 = 31%
G 137 of 255 = 54%
B 105 of 255 = 41%

80
137
105

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

Portions of RGB colors in percentages

R + G + B =
80 + 137 + 105 = 322 (100%)
R 80 of 322 ~ 24.84%
G 137 of 322 ~ 42.55%
B 105 of 322 ~ 32.61%

%24.84
%42.55
%32.61

CMYK color model

#508969 color CMYK value is (42,0,23,46).

  • cyan value is 41.61%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 46.27%
CMYK:
(42,0,23,46)
C42M0Y23K46 
(42%,0%,23%,46%)
(0.42/0.00/0.23/0.46)	

CMYK percentages

%41.61
%0
%23.36
%46.27

Codes

Color #508969 in popluar color models

508969
RGB80137105
HSL146°26.27%42.55%
HSB/HSV146°41.61%53.73%
CMYK41.61%0.00%23.36%
46.27%

Color #508969 in popluar number systems.

HEX508969
Decimal80137105
Binary1010000100010011101001
Octal120211151

Shades and tints

Shades of #508969

#508969
(80,137,105)
#497D60
(73,125,96)
#427157
(66,113,87)
#3B654E
(59,101,78)
#345945
(52,89,69)
#2D4D3C
(45,77,60)
#264133
(38,65,51)
#1F352A
(31,53,42)
#182921
(24,41,33)
#111D18
(17,29,24)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #508969

#508969
(80,137,105)
#5F9376
(95,147,118)
#6E9D83
(110,157,131)
#7DA790
(125,167,144)
#8CB19D
(140,177,157)
#9BBBAA
(155,187,170)
#AAC5B7
(170,197,183)
#B9CFC4
(185,207,196)
#C8D9D1
(200,217,209)
#D7E3DE
(215,227,222)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508969; }

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

This text font color is #508969.


Background Color

.myBgColor { background-color: #508969; }

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

This div background color is #508969.


Border color

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

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

This div border color is #508969.


Opacity

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

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

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

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

This text has shadow with #508969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508969 on black background.


Color preview on white background

This text has color #508969 on white background.



Black color preview on #508969 background

This text has black color on #508969 background.


White color preview on #508969 background

This text has white color on #508969 background.