COLOR #508273

HEX: #508273
RGB: (80,130,115)

Color info

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

RGB color model

#508273 color RGB value is (80,130,115).

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

RGB channels and saturation

R 80 of 255 = 31%
G 130 of 255 = 51%
B 115 of 255 = 45%

80
130
115

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

Portions of RGB colors in percentages

R + G + B =
80 + 130 + 115 = 325 (100%)
R 80 of 325 ~ 24.62%
G 130 of 325 ~ 40%
B 115 of 325 ~ 35.38%

%24.62
%40
%35.38

CMYK color model

#508273 color CMYK value is (38,0,12,49).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 49.02%
CMYK:
(38,0,12,49)
C38M0Y12K49 
(38%,0%,12%,49%)
(0.38/0.00/0.12/0.49)	

CMYK percentages

%38.46
%0
%11.54
%49.02

Codes

Color #508273 in popluar color models

508273
RGB80130115
HSL162°23.81%41.18%
HSB/HSV162°38.46%50.98%
CMYK38.46%0.00%11.54%
49.02%

Color #508273 in popluar number systems.

HEX508273
Decimal80130115
Binary1010000100000101110011
Octal120202163

Shades and tints

Shades of #508273

#508273
(80,130,115)
#497769
(73,119,105)
#426C5F
(66,108,95)
#3B6155
(59,97,85)
#34564B
(52,86,75)
#2D4B41
(45,75,65)
#264037
(38,64,55)
#1F352D
(31,53,45)
#182A23
(24,42,35)
#111F19
(17,31,25)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #508273

#508273
(80,130,115)
#5F8D7F
(95,141,127)
#6E988B
(110,152,139)
#7DA397
(125,163,151)
#8CAEA3
(140,174,163)
#9BB9AF
(155,185,175)
#AAC4BB
(170,196,187)
#B9CFC7
(185,207,199)
#C8DAD3
(200,218,211)
#D7E5DF
(215,229,223)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508273; }

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

This text font color is #508273.


Background Color

.myBgColor { background-color: #508273; }

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

This div background color is #508273.


Border color

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

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

This div border color is #508273.


Opacity

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

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

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

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

This text has shadow with #508273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508273 on black background.


Color preview on white background

This text has color #508273 on white background.



Black color preview on #508273 background

This text has black color on #508273 background.


White color preview on #508273 background

This text has white color on #508273 background.