COLOR #507689

HEX: #507689
RGB: (80,118,137)

Color info

#507689 contains red, green and blue colors in about the same proportion. Web safe color of #507689 is #666699 (or #669).

RGB color model

#507689 color RGB value is (80,118,137).

  • red value is 80;
  • green value is 118;
  • blue value is 137.
RGB:
(80,118,137)
(31%,46%,54%)

RGB channels and saturation

R 80 of 255 = 31%
G 118 of 255 = 46%
B 137 of 255 = 54%

80
118
137

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

Portions of RGB colors in percentages

R + G + B =
80 + 118 + 137 = 335 (100%)
R 80 of 335 ~ 23.88%
G 118 of 335 ~ 35.22%
B 137 of 335 ~ 40.9%

%23.88
%35.22
%40.9

CMYK color model

#507689 color CMYK value is (42,14,0,46).

  • cyan value is 41.61%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(42,14,0,46)
C42M14Y0K46 
(42%,14%,0%,46%)
(0.42/0.14/0.00/0.46)	

CMYK percentages

%41.61
%13.87
%0
%46.27

Codes

Color #507689 in popluar color models

507689
RGB80118137
HSL200°26.27%42.55%
HSB/HSV200°41.61%53.73%
CMYK41.61%13.87%0.00%
46.27%

Color #507689 in popluar number systems.

HEX507689
Decimal80118137
Binary1010000111011010001001
Octal120166211

Shades and tints

Shades of #507689

#507689
(80,118,137)
#496C7D
(73,108,125)
#426271
(66,98,113)
#3B5865
(59,88,101)
#344E59
(52,78,89)
#2D444D
(45,68,77)
#263A41
(38,58,65)
#1F3035
(31,48,53)
#182629
(24,38,41)
#111C1D
(17,28,29)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #507689

#507689
(80,118,137)
#5F8293
(95,130,147)
#6E8E9D
(110,142,157)
#7D9AA7
(125,154,167)
#8CA6B1
(140,166,177)
#9BB2BB
(155,178,187)
#AABEC5
(170,190,197)
#B9CACF
(185,202,207)
#C8D6D9
(200,214,217)
#D7E2E3
(215,226,227)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507689 color. Also use rgb(80,118,137) instead hex code.

Text Font Color

.myTextColor { color: #507689; }

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

This text font color is #507689.


Background Color

.myBgColor { background-color: #507689; }

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

This div background color is #507689.


Border color

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

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

This div border color is #507689.


Opacity

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

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

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

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

This text has shadow with #507689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507689 on black background.


Color preview on white background

This text has color #507689 on white background.



Black color preview on #507689 background

This text has black color on #507689 background.


White color preview on #507689 background

This text has white color on #507689 background.