COLOR #5F81B3

HEX: #5F81B3
RGB: (95,129,179)

Color info

#5F81B3 contains mainly green and blue colors. Web safe color of #5F81B3 is #669999 (or #699).

RGB color model

#5F81B3 color RGB value is (95,129,179).

  • red value is 95;
  • green value is 129;
  • blue value is 179.
RGB:
(95,129,179)
(37%,51%,70%)

RGB channels and saturation

R 95 of 255 = 37%
G 129 of 255 = 51%
B 179 of 255 = 70%

95
129
179

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

Portions of RGB colors in percentages

R + G + B =
95 + 129 + 179 = 403 (100%)
R 95 of 403 ~ 23.57%
G 129 of 403 ~ 32.01%
B 179 of 403 ~ 44.42%

%23.57
%32.01
%44.42

CMYK color model

#5F81B3 color CMYK value is (47,28,0,30).

  • cyan value is 46.93%
  • magenta value is 27.93%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(47,28,0,30)
C47M28Y0K30 
(47%,28%,0%,30%)
(0.47/0.28/0.00/0.30)	

CMYK percentages

%46.93
%27.93
%0
%29.8

Codes

Color #5F81B3 in popluar color models

5F81B3
RGB95129179
HSL216°35.59%53.73%
HSB/HSV216°46.93%70.20%
CMYK46.93%27.93%0.00%
29.80%

Color #5F81B3 in popluar number systems.

HEX5F81B3
Decimal95129179
Binary10111111000000110110011
Octal137201263

Shades and tints

Shades of #5F81B3

#5F81B3
(95,129,179)
#5776A3
(87,118,163)
#4F6B93
(79,107,147)
#476083
(71,96,131)
#3F5573
(63,85,115)
#374A63
(55,74,99)
#2F3F53
(47,63,83)
#273443
(39,52,67)
#1F2933
(31,41,51)
#171E23
(23,30,35)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #5F81B3

#5F81B3
(95,129,179)
#6D8CB9
(109,140,185)
#7B97BF
(123,151,191)
#89A2C5
(137,162,197)
#97ADCB
(151,173,203)
#A5B8D1
(165,184,209)
#B3C3D7
(179,195,215)
#C1CEDD
(193,206,221)
#CFD9E3
(207,217,227)
#DDE4E9
(221,228,233)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F81B3 color. Also use rgb(95,129,179) instead hex code.

Text Font Color

.myTextColor { color: #5F81B3; }

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

This text font color is #5F81B3.


Background Color

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

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

This div background color is #5F81B3.


Border color

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

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

This div border color is #5F81B3.


Opacity

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

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

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

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

This text has shadow with #5F81B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F81B3 on black background.


Color preview on white background

This text has color #5F81B3 on white background.



Black color preview on #5F81B3 background

This text has black color on #5F81B3 background.


White color preview on #5F81B3 background

This text has white color on #5F81B3 background.