COLOR #508286

HEX: #508286
RGB: (80,130,134)

Color info

#508286 contains red, green and blue colors in about the same proportion. Web safe color of #508286 is #669999 (or #699).

RGB color model

#508286 color RGB value is (80,130,134).

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

RGB channels and saturation

R 80 of 255 = 31%
G 130 of 255 = 51%
B 134 of 255 = 53%

80
130
134

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

Portions of RGB colors in percentages

R + G + B =
80 + 130 + 134 = 344 (100%)
R 80 of 344 ~ 23.26%
G 130 of 344 ~ 37.79%
B 134 of 344 ~ 38.95%

%23.26
%37.79
%38.95

CMYK color model

#508286 color CMYK value is (40,3,0,47).

  • cyan value is 40.30%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(40,3,0,47)
C40M3Y0K47 
(40%,3%,0%,47%)
(0.40/0.03/0.00/0.47)	

CMYK percentages

%40.3
%2.99
%0
%47.45

Codes

Color #508286 in popluar color models

508286
RGB80130134
HSL184°25.23%41.96%
HSB/HSV184°40.30%52.55%
CMYK40.30%2.99%0.00%
47.45%

Color #508286 in popluar number systems.

HEX508286
Decimal80130134
Binary10100001000001010000110
Octal120202206

Shades and tints

Shades of #508286

#508286
(80,130,134)
#49777A
(73,119,122)
#426C6E
(66,108,110)
#3B6162
(59,97,98)
#345656
(52,86,86)
#2D4B4A
(45,75,74)
#26403E
(38,64,62)
#1F3532
(31,53,50)
#182A26
(24,42,38)
#111F1A
(17,31,26)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #508286

#508286
(80,130,134)
#5F8D91
(95,141,145)
#6E989C
(110,152,156)
#7DA3A7
(125,163,167)
#8CAEB2
(140,174,178)
#9BB9BD
(155,185,189)
#AAC4C8
(170,196,200)
#B9CFD3
(185,207,211)
#C8DADE
(200,218,222)
#D7E5E9
(215,229,233)
#E6F0F4
(230,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508286; }

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

This text font color is #508286.


Background Color

.myBgColor { background-color: #508286; }

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

This div background color is #508286.


Border color

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

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

This div border color is #508286.


Opacity

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

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

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

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

This text has shadow with #508286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508286 on black background.


Color preview on white background

This text has color #508286 on white background.



Black color preview on #508286 background

This text has black color on #508286 background.


White color preview on #508286 background

This text has white color on #508286 background.