COLOR #507B99

HEX: #507B99
RGB: (80,123,153)

Color info

#507B99 contains mainly green and blue colors. Web safe color of #507B99 is #666699 (or #669).

RGB color model

#507B99 color RGB value is (80,123,153).

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

RGB channels and saturation

R 80 of 255 = 31%
G 123 of 255 = 48%
B 153 of 255 = 60%

80
123
153

R + G + B ~ 46%. #507B99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 123 + 153 = 356 (100%)
R 80 of 356 ~ 22.47%
G 123 of 356 ~ 34.55%
B 153 of 356 ~ 42.98%

%22.47
%34.55
%42.98

CMYK color model

#507B99 color CMYK value is (48,20,0,40).

  • cyan value is 47.71%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(48,20,0,40)
C48M20Y0K40 
(48%,20%,0%,40%)
(0.48/0.20/0.00/0.40)	

CMYK percentages

%47.71
%19.61
%0
%40

Codes

Color #507B99 in popluar color models

507B99
RGB80123153
HSL205°31.33%45.69%
HSB/HSV205°47.71%60.00%
CMYK47.71%19.61%0.00%
40.00%

Color #507B99 in popluar number systems.

HEX507B99
Decimal80123153
Binary1010000111101110011001
Octal120173231

Shades and tints

Shades of #507B99

#507B99
(80,123,153)
#49708C
(73,112,140)
#42657F
(66,101,127)
#3B5A72
(59,90,114)
#344F65
(52,79,101)
#2D4458
(45,68,88)
#26394B
(38,57,75)
#1F2E3E
(31,46,62)
#182331
(24,35,49)
#111824
(17,24,36)
#0A0D17
(10,13,23)
#000000
(0,0,0)

Tints of #507B99

#507B99
(80,123,153)
#5F87A2
(95,135,162)
#6E93AB
(110,147,171)
#7D9FB4
(125,159,180)
#8CABBD
(140,171,189)
#9BB7C6
(155,183,198)
#AAC3CF
(170,195,207)
#B9CFD8
(185,207,216)
#C8DBE1
(200,219,225)
#D7E7EA
(215,231,234)
#E6F3F3
(230,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507B99; }

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

This text font color is #507B99.


Background Color

.myBgColor { background-color: #507B99; }

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

This div background color is #507B99.


Border color

.myBorderColor { border: 1px solid #507B99; }

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

This div border color is #507B99.


Opacity

.myOpacity80 { color: #507B99; opacity: 0.8; }

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

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

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

This text has shadow with #507B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507B99 on black background.


Color preview on white background

This text has color #507B99 on white background.



Black color preview on #507B99 background

This text has black color on #507B99 background.


White color preview on #507B99 background

This text has white color on #507B99 background.