COLOR #5072A7

HEX: #5072A7
RGB: (80,114,167)

Color info

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

RGB color model

#5072A7 color RGB value is (80,114,167).

  • red value is 80;
  • green value is 114;
  • blue value is 167.
RGB:
(80,114,167)
(31%,45%,65%)

RGB channels and saturation

R 80 of 255 = 31%
G 114 of 255 = 45%
B 167 of 255 = 65%

80
114
167

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

Portions of RGB colors in percentages

R + G + B =
80 + 114 + 167 = 361 (100%)
R 80 of 361 ~ 22.16%
G 114 of 361 ~ 31.58%
B 167 of 361 ~ 46.26%

%22.16
%31.58
%46.26

CMYK color model

#5072A7 color CMYK value is (52,32,0,35).

  • cyan value is 52.10%
  • magenta value is 31.74%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(52,32,0,35)
C52M32Y0K35 
(52%,32%,0%,35%)
(0.52/0.32/0.00/0.35)	

CMYK percentages

%52.1
%31.74
%0
%34.51

Codes

Color #5072A7 in popluar color models

5072A7
RGB80114167
HSL217°35.22%48.43%
HSB/HSV217°52.10%65.49%
CMYK52.10%31.74%0.00%
34.51%

Color #5072A7 in popluar number systems.

HEX5072A7
Decimal80114167
Binary1010000111001010100111
Octal120162247

Shades and tints

Shades of #5072A7

#5072A7
(80,114,167)
#496898
(73,104,152)
#425E89
(66,94,137)
#3B547A
(59,84,122)
#344A6B
(52,74,107)
#2D405C
(45,64,92)
#26364D
(38,54,77)
#1F2C3E
(31,44,62)
#18222F
(24,34,47)
#111820
(17,24,32)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #5072A7

#5072A7
(80,114,167)
#5F7EAF
(95,126,175)
#6E8AB7
(110,138,183)
#7D96BF
(125,150,191)
#8CA2C7
(140,162,199)
#9BAECF
(155,174,207)
#AABAD7
(170,186,215)
#B9C6DF
(185,198,223)
#C8D2E7
(200,210,231)
#D7DEEF
(215,222,239)
#E6EAF7
(230,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5072A7 color. Also use rgb(80,114,167) instead hex code.

Text Font Color

.myTextColor { color: #5072A7; }

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

This text font color is #5072A7.


Background Color

.myBgColor { background-color: #5072A7; }

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

This div background color is #5072A7.


Border color

.myBorderColor { border: 1px solid #5072A7; }

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

This div border color is #5072A7.


Opacity

.myOpacity80 { color: #5072A7; opacity: 0.8; }

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

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

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

This text has shadow with #5072A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5072A7 on black background.


Color preview on white background

This text has color #5072A7 on white background.



Black color preview on #5072A7 background

This text has black color on #5072A7 background.


White color preview on #5072A7 background

This text has white color on #5072A7 background.