COLOR #507F95

HEX: #507F95
RGB: (80,127,149)

Color info

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

RGB color model

#507F95 color RGB value is (80,127,149).

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

RGB channels and saturation

R 80 of 255 = 31%
G 127 of 255 = 50%
B 149 of 255 = 58%

80
127
149

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

Portions of RGB colors in percentages

R + G + B =
80 + 127 + 149 = 356 (100%)
R 80 of 356 ~ 22.47%
G 127 of 356 ~ 35.67%
B 149 of 356 ~ 41.85%

%22.47
%35.67
%41.85

CMYK color model

#507F95 color CMYK value is (46,15,0,42).

  • cyan value is 46.31%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(46,15,0,42)
C46M15Y0K42 
(46%,15%,0%,42%)
(0.46/0.15/0.00/0.42)	

CMYK percentages

%46.31
%14.77
%0
%41.57

Codes

Color #507F95 in popluar color models

507F95
RGB80127149
HSL199°30.13%44.90%
HSB/HSV199°46.31%58.43%
CMYK46.31%14.77%0.00%
41.57%

Color #507F95 in popluar number systems.

HEX507F95
Decimal80127149
Binary1010000111111110010101
Octal120177225

Shades and tints

Shades of #507F95

#507F95
(80,127,149)
#497488
(73,116,136)
#42697B
(66,105,123)
#3B5E6E
(59,94,110)
#345361
(52,83,97)
#2D4854
(45,72,84)
#263D47
(38,61,71)
#1F323A
(31,50,58)
#18272D
(24,39,45)
#111C20
(17,28,32)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #507F95

#507F95
(80,127,149)
#5F8A9E
(95,138,158)
#6E95A7
(110,149,167)
#7DA0B0
(125,160,176)
#8CABB9
(140,171,185)
#9BB6C2
(155,182,194)
#AAC1CB
(170,193,203)
#B9CCD4
(185,204,212)
#C8D7DD
(200,215,221)
#D7E2E6
(215,226,230)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507F95; }

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

This text font color is #507F95.


Background Color

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

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

This div background color is #507F95.


Border color

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

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

This div border color is #507F95.


Opacity

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

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

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

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

This text has shadow with #507F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507F95 on black background.


Color preview on white background

This text has color #507F95 on white background.



Black color preview on #507F95 background

This text has black color on #507F95 background.


White color preview on #507F95 background

This text has white color on #507F95 background.