COLOR #508199

HEX: #508199
RGB: (80,129,153)

Color info

#508199 contains mainly green and blue colors. Web safe color of #508199 is #669999 (or #699).

RGB color model

#508199 color RGB value is (80,129,153).

  • red value is 80;
  • green value is 129;
  • blue value is 153.
RGB:
(80,129,153)
(31%,51%,60%)

RGB channels and saturation

R 80 of 255 = 31%
G 129 of 255 = 51%
B 153 of 255 = 60%

80
129
153

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

Portions of RGB colors in percentages

R + G + B =
80 + 129 + 153 = 362 (100%)
R 80 of 362 ~ 22.1%
G 129 of 362 ~ 35.64%
B 153 of 362 ~ 42.27%

%22.1
%35.64
%42.27

CMYK color model

#508199 color CMYK value is (48,16,0,40).

  • cyan value is 47.71%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(48,16,0,40)
C48M16Y0K40 
(48%,16%,0%,40%)
(0.48/0.16/0.00/0.40)	

CMYK percentages

%47.71
%15.69
%0
%40

Codes

Color #508199 in popluar color models

508199
RGB80129153
HSL200°31.33%45.69%
HSB/HSV200°47.71%60.00%
CMYK47.71%15.69%0.00%
40.00%

Color #508199 in popluar number systems.

HEX508199
Decimal80129153
Binary10100001000000110011001
Octal120201231

Shades and tints

Shades of #508199

#508199
(80,129,153)
#49768C
(73,118,140)
#426B7F
(66,107,127)
#3B6072
(59,96,114)
#345565
(52,85,101)
#2D4A58
(45,74,88)
#263F4B
(38,63,75)
#1F343E
(31,52,62)
#182931
(24,41,49)
#111E24
(17,30,36)
#0A1317
(10,19,23)
#000000
(0,0,0)

Tints of #508199

#508199
(80,129,153)
#5F8CA2
(95,140,162)
#6E97AB
(110,151,171)
#7DA2B4
(125,162,180)
#8CADBD
(140,173,189)
#9BB8C6
(155,184,198)
#AAC3CF
(170,195,207)
#B9CED8
(185,206,216)
#C8D9E1
(200,217,225)
#D7E4EA
(215,228,234)
#E6EFF3
(230,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508199 color. Also use rgb(80,129,153) instead hex code.

Text Font Color

.myTextColor { color: #508199; }

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

This text font color is #508199.


Background Color

.myBgColor { background-color: #508199; }

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

This div background color is #508199.


Border color

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

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

This div border color is #508199.


Opacity

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

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

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

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

This text has shadow with #508199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508199 on black background.


Color preview on white background

This text has color #508199 on white background.



Black color preview on #508199 background

This text has black color on #508199 background.


White color preview on #508199 background

This text has white color on #508199 background.