COLOR #508277

HEX: #508277
RGB: (80,130,119)

Color info

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

RGB color model

#508277 color RGB value is (80,130,119).

  • red value is 80;
  • green value is 130;
  • blue value is 119.
RGB:
(80,130,119)
(31%,51%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 130 of 255 = 51%
B 119 of 255 = 47%

80
130
119

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

Portions of RGB colors in percentages

R + G + B =
80 + 130 + 119 = 329 (100%)
R 80 of 329 ~ 24.32%
G 130 of 329 ~ 39.51%
B 119 of 329 ~ 36.17%

%24.32
%39.51
%36.17

CMYK color model

#508277 color CMYK value is (38,0,8,49).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 8.46%
  • key color value is 49.02%
CMYK:
(38,0,8,49)
C38M0Y8K49 
(38%,0%,8%,49%)
(0.38/0.00/0.08/0.49)	

CMYK percentages

%38.46
%0
%8.46
%49.02

Codes

Color #508277 in popluar color models

508277
RGB80130119
HSL167°23.81%41.18%
HSB/HSV167°38.46%50.98%
CMYK38.46%0.00%8.46%
49.02%

Color #508277 in popluar number systems.

HEX508277
Decimal80130119
Binary1010000100000101110111
Octal120202167

Shades and tints

Shades of #508277

#508277
(80,130,119)
#49776D
(73,119,109)
#426C63
(66,108,99)
#3B6159
(59,97,89)
#34564F
(52,86,79)
#2D4B45
(45,75,69)
#26403B
(38,64,59)
#1F3531
(31,53,49)
#182A27
(24,42,39)
#111F1D
(17,31,29)
#0A1413
(10,20,19)
#000000
(0,0,0)

Tints of #508277

#508277
(80,130,119)
#5F8D83
(95,141,131)
#6E988F
(110,152,143)
#7DA39B
(125,163,155)
#8CAEA7
(140,174,167)
#9BB9B3
(155,185,179)
#AAC4BF
(170,196,191)
#B9CFCB
(185,207,203)
#C8DAD7
(200,218,215)
#D7E5E3
(215,229,227)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508277; }

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

This text font color is #508277.


Background Color

.myBgColor { background-color: #508277; }

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

This div background color is #508277.


Border color

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

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

This div border color is #508277.


Opacity

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

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

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

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

This text has shadow with #508277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508277 on black background.


Color preview on white background

This text has color #508277 on white background.



Black color preview on #508277 background

This text has black color on #508277 background.


White color preview on #508277 background

This text has white color on #508277 background.