COLOR #507791

HEX: #507791
RGB: (80,119,145)

Color info

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

RGB color model

#507791 color RGB value is (80,119,145).

  • red value is 80;
  • green value is 119;
  • blue value is 145.
RGB:
(80,119,145)
(31%,47%,57%)

RGB channels and saturation

R 80 of 255 = 31%
G 119 of 255 = 47%
B 145 of 255 = 57%

80
119
145

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

Portions of RGB colors in percentages

R + G + B =
80 + 119 + 145 = 344 (100%)
R 80 of 344 ~ 23.26%
G 119 of 344 ~ 34.59%
B 145 of 344 ~ 42.15%

%23.26
%34.59
%42.15

CMYK color model

#507791 color CMYK value is (45,18,0,43).

  • cyan value is 44.83%
  • magenta value is 17.93%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(45,18,0,43)
C45M18Y0K43 
(45%,18%,0%,43%)
(0.45/0.18/0.00/0.43)	

CMYK percentages

%44.83
%17.93
%0
%43.14

Codes

Color #507791 in popluar color models

507791
RGB80119145
HSL204°28.89%44.12%
HSB/HSV204°44.83%56.86%
CMYK44.83%17.93%0.00%
43.14%

Color #507791 in popluar number systems.

HEX507791
Decimal80119145
Binary1010000111011110010001
Octal120167221

Shades and tints

Shades of #507791

#507791
(80,119,145)
#496D84
(73,109,132)
#426377
(66,99,119)
#3B596A
(59,89,106)
#344F5D
(52,79,93)
#2D4550
(45,69,80)
#263B43
(38,59,67)
#1F3136
(31,49,54)
#182729
(24,39,41)
#111D1C
(17,29,28)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #507791

#507791
(80,119,145)
#5F839B
(95,131,155)
#6E8FA5
(110,143,165)
#7D9BAF
(125,155,175)
#8CA7B9
(140,167,185)
#9BB3C3
(155,179,195)
#AABFCD
(170,191,205)
#B9CBD7
(185,203,215)
#C8D7E1
(200,215,225)
#D7E3EB
(215,227,235)
#E6EFF5
(230,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507791 color. Also use rgb(80,119,145) instead hex code.

Text Font Color

.myTextColor { color: #507791; }

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

This text font color is #507791.


Background Color

.myBgColor { background-color: #507791; }

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

This div background color is #507791.


Border color

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

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

This div border color is #507791.


Opacity

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

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

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

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

This text has shadow with #507791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507791 on black background.


Color preview on white background

This text has color #507791 on white background.



Black color preview on #507791 background

This text has black color on #507791 background.


White color preview on #507791 background

This text has white color on #507791 background.