COLOR #507AA0

HEX: #507AA0 RGB: (80,122,160)

Color info

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

RGB color model

#507AA0 color RGB value is (80,122,160).

RGB: (80,122,160) (31%, 48%, 63%)

RGB channels and saturation

R 80 of 255 = 31%
G 122 of 255 = 48%
B 160 of 255 = 63%

80
122
160

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

Portions of RGB colors in percentages

R + G + B = 80 + 122 + 160 = 362 (100%)
R 80 of 362 ~ 22.1%
G 122 of 362 ~ 33.7%
B 160 of 362 ~ 44.2'%

%22.1
%33.7
%44.2

CMYK color model

#507AA0 color CMYK value is (50,24,0,37).

  • cyan value is 50.00%
  • magenta value is 23.75%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (50,24,0,37)
C50M24Y0K37 (50%, 24%, 0%, 37%)
(0.50 / 0.24 / 0.00 / 0.37)

CMYK percentages

%50
%23.75
%0
%37.25

Codes

Color #507AA0 in popluar color models

50 7A A0
RGB 80 122 160
HSL 209° 33.33% 47.06%
HSB/HSV 209° 50.00% 62.75%
CMYK 50.00% 23.75% 0.00%
37.25%

Color #507AA0 in popluar number systems.

HEX 50 7A A0
Decimal 80 122 160
Binary 1010000 1111010 10100000
Octal 120 172 240

Shades and tints

Shades of #507AA0

#507AA0
(80,122,160)
#496F92
(73,111,146)
#426484
(66,100,132)
#3B5976
(59,89,118)
#344E68
(52,78,104)
#2D435A
(45,67,90)
#26384C
(38,56,76)
#1F2D3E
(31,45,62)
#182230
(24,34,48)
#111722
(17,23,34)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #507AA0

#507AA0
(80,122,160)
#5F86A8
(95,134,168)
#6E92B0
(110,146,176)
#7D9EB8
(125,158,184)
#8CAAC0
(140,170,192)
#9BB6C8
(155,182,200)
#AAC2D0
(170,194,208)
#B9CED8
(185,206,216)
#C8DAE0
(200,218,224)
#D7E6E8
(215,230,232)
#E6F2F0
(230,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507AA0 color. Also use rgb(80,122,160) instead hex code.

Text Font Color

.myTextColor { color: #507AA0; }

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

This text font color is #507AA0.

Background Color

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

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

This div background color is #507AA0.

Border color

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

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

This div border color is #507AA0.

Opacity

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

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

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

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

This text has shadow with #507AA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #507AA0.

Preview

Color preview on black background

This text has color #507AA0 on black background.


Color preview on white background

This text has color #507AA0 on white background.


Black color preview on #507AA0 background

This text has black color on #507AA0 background.


White color preview on #507AA0 background

This text has white color on #507AA0 background.


Related colors

Complementary color

Complementary color for #hex is #AF855F.


I love getcolorcode.com

Triadic colors

1 #A0507A and #7AA050 with #507AA0 are triadic colors.

2 #A07A50 and #7A50A0 with #507AA0 are triadic colors.