COLOR #508479

HEX: #508479
RGB: (80,132,121)

Color info

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

RGB color model

#508479 color RGB value is (80,132,121).

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

RGB channels and saturation

R 80 of 255 = 31%
G 132 of 255 = 52%
B 121 of 255 = 47%

80
132
121

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

Portions of RGB colors in percentages

R + G + B =
80 + 132 + 121 = 333 (100%)
R 80 of 333 ~ 24.02%
G 132 of 333 ~ 39.64%
B 121 of 333 ~ 36.34%

%24.02
%39.64
%36.34

CMYK color model

#508479 color CMYK value is (39,0,8,48).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 48.24%
CMYK:
(39,0,8,48)
C39M0Y8K48 
(39%,0%,8%,48%)
(0.39/0.00/0.08/0.48)	

CMYK percentages

%39.39
%0
%8.33
%48.24

Codes

Color #508479 in popluar color models

508479
RGB80132121
HSL167°24.53%41.57%
HSB/HSV167°39.39%51.76%
CMYK39.39%0.00%8.33%
48.24%

Color #508479 in popluar number systems.

HEX508479
Decimal80132121
Binary1010000100001001111001
Octal120204171

Shades and tints

Shades of #508479

#508479
(80,132,121)
#49786E
(73,120,110)
#426C63
(66,108,99)
#3B6058
(59,96,88)
#34544D
(52,84,77)
#2D4842
(45,72,66)
#263C37
(38,60,55)
#1F302C
(31,48,44)
#182421
(24,36,33)
#111816
(17,24,22)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #508479

#508479
(80,132,121)
#5F8F85
(95,143,133)
#6E9A91
(110,154,145)
#7DA59D
(125,165,157)
#8CB0A9
(140,176,169)
#9BBBB5
(155,187,181)
#AAC6C1
(170,198,193)
#B9D1CD
(185,209,205)
#C8DCD9
(200,220,217)
#D7E7E5
(215,231,229)
#E6F2F1
(230,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508479; }

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

This text font color is #508479.


Background Color

.myBgColor { background-color: #508479; }

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

This div background color is #508479.


Border color

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

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

This div border color is #508479.


Opacity

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

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

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

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

This text has shadow with #508479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508479 on black background.


Color preview on white background

This text has color #508479 on white background.



Black color preview on #508479 background

This text has black color on #508479 background.


White color preview on #508479 background

This text has white color on #508479 background.