COLOR #5067A2

HEX: #5067A2
RGB: (80,103,162)

Color info

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

RGB color model

#5067A2 color RGB value is (80,103,162).

  • red value is 80;
  • green value is 103;
  • blue value is 162.
RGB:
(80,103,162)
(31%,40%,64%)

RGB channels and saturation

R 80 of 255 = 31%
G 103 of 255 = 40%
B 162 of 255 = 64%

80
103
162

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

Portions of RGB colors in percentages

R + G + B =
80 + 103 + 162 = 345 (100%)
R 80 of 345 ~ 23.19%
G 103 of 345 ~ 29.86%
B 162 of 345 ~ 46.96%

%23.19
%29.86
%46.96

CMYK color model

#5067A2 color CMYK value is (51,36,0,36).

  • cyan value is 50.62%
  • magenta value is 36.42%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(51,36,0,36)
C51M36Y0K36 
(51%,36%,0%,36%)
(0.51/0.36/0.00/0.36)	

CMYK percentages

%50.62
%36.42
%0
%36.47

Codes

Color #5067A2 in popluar color models

5067A2
RGB80103162
HSL223°33.88%47.45%
HSB/HSV223°50.62%63.53%
CMYK50.62%36.42%0.00%
36.47%

Color #5067A2 in popluar number systems.

HEX5067A2
Decimal80103162
Binary1010000110011110100010
Octal120147242

Shades and tints

Shades of #5067A2

#5067A2
(80,103,162)
#495E94
(73,94,148)
#425586
(66,85,134)
#3B4C78
(59,76,120)
#34436A
(52,67,106)
#2D3A5C
(45,58,92)
#26314E
(38,49,78)
#1F2840
(31,40,64)
#181F32
(24,31,50)
#111624
(17,22,36)
#0A0D16
(10,13,22)
#000000
(0,0,0)

Tints of #5067A2

#5067A2
(80,103,162)
#5F74AA
(95,116,170)
#6E81B2
(110,129,178)
#7D8EBA
(125,142,186)
#8C9BC2
(140,155,194)
#9BA8CA
(155,168,202)
#AAB5D2
(170,181,210)
#B9C2DA
(185,194,218)
#C8CFE2
(200,207,226)
#D7DCEA
(215,220,234)
#E6E9F2
(230,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5067A2 color. Also use rgb(80,103,162) instead hex code.

Text Font Color

.myTextColor { color: #5067A2; }

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

This text font color is #5067A2.


Background Color

.myBgColor { background-color: #5067A2; }

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

This div background color is #5067A2.


Border color

.myBorderColor { border: 1px solid #5067A2; }

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

This div border color is #5067A2.


Opacity

.myOpacity80 { color: #5067A2; opacity: 0.8; }

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

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

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

This text has shadow with #5067A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5067A2 on black background.


Color preview on white background

This text has color #5067A2 on white background.



Black color preview on #5067A2 background

This text has black color on #5067A2 background.


White color preview on #5067A2 background

This text has white color on #5067A2 background.