COLOR #507F96

HEX: #507F96
RGB: (80,127,150)

Color info

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

RGB color model

#507F96 color RGB value is (80,127,150).

  • red value is 80;
  • green value is 127;
  • blue value is 150.
RGB:
(80,127,150)
(31%,50%,59%)

RGB channels and saturation

R 80 of 255 = 31%
G 127 of 255 = 50%
B 150 of 255 = 59%

80
127
150

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

Portions of RGB colors in percentages

R + G + B =
80 + 127 + 150 = 357 (100%)
R 80 of 357 ~ 22.41%
G 127 of 357 ~ 35.57%
B 150 of 357 ~ 42.02%

%22.41
%35.57
%42.02

CMYK color model

#507F96 color CMYK value is (47,15,0,41).

  • cyan value is 46.67%
  • magenta value is 15.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(47,15,0,41)
C47M15Y0K41 
(47%,15%,0%,41%)
(0.47/0.15/0.00/0.41)	

CMYK percentages

%46.67
%15.33
%0
%41.18

Codes

Color #507F96 in popluar color models

507F96
RGB80127150
HSL200°30.43%45.10%
HSB/HSV200°46.67%58.82%
CMYK46.67%15.33%0.00%
41.18%

Color #507F96 in popluar number systems.

HEX507F96
Decimal80127150
Binary1010000111111110010110
Octal120177226

Shades and tints

Shades of #507F96

#507F96
(80,127,150)
#497489
(73,116,137)
#42697C
(66,105,124)
#3B5E6F
(59,94,111)
#345362
(52,83,98)
#2D4855
(45,72,85)
#263D48
(38,61,72)
#1F323B
(31,50,59)
#18272E
(24,39,46)
#111C21
(17,28,33)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #507F96

#507F96
(80,127,150)
#5F8A9F
(95,138,159)
#6E95A8
(110,149,168)
#7DA0B1
(125,160,177)
#8CABBA
(140,171,186)
#9BB6C3
(155,182,195)
#AAC1CC
(170,193,204)
#B9CCD5
(185,204,213)
#C8D7DE
(200,215,222)
#D7E2E7
(215,226,231)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507F96 color. Also use rgb(80,127,150) instead hex code.

Text Font Color

.myTextColor { color: #507F96; }

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

This text font color is #507F96.


Background Color

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

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

This div background color is #507F96.


Border color

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

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

This div border color is #507F96.


Opacity

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

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

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

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

This text has shadow with #507F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507F96 on black background.


Color preview on white background

This text has color #507F96 on white background.



Black color preview on #507F96 background

This text has black color on #507F96 background.


White color preview on #507F96 background

This text has white color on #507F96 background.