COLOR #5F76A9

HEX: #5F76A9
RGB: (95,118,169)

Color info

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

RGB color model

#5F76A9 color RGB value is (95,118,169).

  • red value is 95;
  • green value is 118;
  • blue value is 169.
RGB:
(95,118,169)
(37%,46%,66%)

RGB channels and saturation

R 95 of 255 = 37%
G 118 of 255 = 46%
B 169 of 255 = 66%

95
118
169

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

Portions of RGB colors in percentages

R + G + B =
95 + 118 + 169 = 382 (100%)
R 95 of 382 ~ 24.87%
G 118 of 382 ~ 30.89%
B 169 of 382 ~ 44.24%

%24.87
%30.89
%44.24

CMYK color model

#5F76A9 color CMYK value is (44,30,0,34).

  • cyan value is 43.79%
  • magenta value is 30.18%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(44,30,0,34)
C44M30Y0K34 
(44%,30%,0%,34%)
(0.44/0.30/0.00/0.34)	

CMYK percentages

%43.79
%30.18
%0
%33.73

Codes

Color #5F76A9 in popluar color models

5F76A9
RGB95118169
HSL221°30.08%51.76%
HSB/HSV221°43.79%66.27%
CMYK43.79%30.18%0.00%
33.73%

Color #5F76A9 in popluar number systems.

HEX5F76A9
Decimal95118169
Binary1011111111011010101001
Octal137166251

Shades and tints

Shades of #5F76A9

#5F76A9
(95,118,169)
#576C9A
(87,108,154)
#4F628B
(79,98,139)
#47587C
(71,88,124)
#3F4E6D
(63,78,109)
#37445E
(55,68,94)
#2F3A4F
(47,58,79)
#273040
(39,48,64)
#1F2631
(31,38,49)
#171C22
(23,28,34)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #5F76A9

#5F76A9
(95,118,169)
#6D82B0
(109,130,176)
#7B8EB7
(123,142,183)
#899ABE
(137,154,190)
#97A6C5
(151,166,197)
#A5B2CC
(165,178,204)
#B3BED3
(179,190,211)
#C1CADA
(193,202,218)
#CFD6E1
(207,214,225)
#DDE2E8
(221,226,232)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F76A9 color. Also use rgb(95,118,169) instead hex code.

Text Font Color

.myTextColor { color: #5F76A9; }

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

This text font color is #5F76A9.


Background Color

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

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

This div background color is #5F76A9.


Border color

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

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

This div border color is #5F76A9.


Opacity

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

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

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

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

This text has shadow with #5F76A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F76A9 on black background.


Color preview on white background

This text has color #5F76A9 on white background.



Black color preview on #5F76A9 background

This text has black color on #5F76A9 background.


White color preview on #5F76A9 background

This text has white color on #5F76A9 background.