COLOR #5F72A4

HEX: #5F72A4
RGB: (95,114,164)

Color info

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

RGB color model

#5F72A4 color RGB value is (95,114,164).

  • red value is 95;
  • green value is 114;
  • blue value is 164.
RGB:
(95,114,164)
(37%,45%,64%)

RGB channels and saturation

R 95 of 255 = 37%
G 114 of 255 = 45%
B 164 of 255 = 64%

95
114
164

R + G + B ~ 49%. #5F72A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 114 + 164 = 373 (100%)
R 95 of 373 ~ 25.47%
G 114 of 373 ~ 30.56%
B 164 of 373 ~ 43.97%

%25.47
%30.56
%43.97

CMYK color model

#5F72A4 color CMYK value is (42,30,0,36).

  • cyan value is 42.07%
  • magenta value is 30.49%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(42,30,0,36)
C42M30Y0K36 
(42%,30%,0%,36%)
(0.42/0.30/0.00/0.36)	

CMYK percentages

%42.07
%30.49
%0
%35.69

Codes

Color #5F72A4 in popluar color models

5F72A4
RGB95114164
HSL223°27.49%50.78%
HSB/HSV223°42.07%64.31%
CMYK42.07%30.49%0.00%
35.69%

Color #5F72A4 in popluar number systems.

HEX5F72A4
Decimal95114164
Binary1011111111001010100100
Octal137162244

Shades and tints

Shades of #5F72A4

#5F72A4
(95,114,164)
#576896
(87,104,150)
#4F5E88
(79,94,136)
#47547A
(71,84,122)
#3F4A6C
(63,74,108)
#37405E
(55,64,94)
#2F3650
(47,54,80)
#272C42
(39,44,66)
#1F2234
(31,34,52)
#171826
(23,24,38)
#0F0E18
(15,14,24)
#000000
(0,0,0)

Tints of #5F72A4

#5F72A4
(95,114,164)
#6D7EAC
(109,126,172)
#7B8AB4
(123,138,180)
#8996BC
(137,150,188)
#97A2C4
(151,162,196)
#A5AECC
(165,174,204)
#B3BAD4
(179,186,212)
#C1C6DC
(193,198,220)
#CFD2E4
(207,210,228)
#DDDEEC
(221,222,236)
#EBEAF4
(235,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F72A4 color. Also use rgb(95,114,164) instead hex code.

Text Font Color

.myTextColor { color: #5F72A4; }

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

This text font color is #5F72A4.


Background Color

.myBgColor { background-color: #5F72A4; }

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

This div background color is #5F72A4.


Border color

.myBorderColor { border: 1px solid #5F72A4; }

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

This div border color is #5F72A4.


Opacity

.myOpacity80 { color: #5F72A4; opacity: 0.8; }

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

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

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

This text has shadow with #5F72A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F72A4 on black background.


Color preview on white background

This text has color #5F72A4 on white background.



Black color preview on #5F72A4 background

This text has black color on #5F72A4 background.


White color preview on #5F72A4 background

This text has white color on #5F72A4 background.