COLOR #5F8096

HEX: #5F8096
RGB: (95,128,150)

Color info

#5F8096 contains red, green and blue colors in about the same proportion. Web safe color of #5F8096 is #666699 (or #669).

RGB color model

#5F8096 color RGB value is (95,128,150).

  • red value is 95;
  • green value is 128;
  • blue value is 150.
RGB:
(95,128,150)
(37%,50%,59%)

RGB channels and saturation

R 95 of 255 = 37%
G 128 of 255 = 50%
B 150 of 255 = 59%

95
128
150

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

Portions of RGB colors in percentages

R + G + B =
95 + 128 + 150 = 373 (100%)
R 95 of 373 ~ 25.47%
G 128 of 373 ~ 34.32%
B 150 of 373 ~ 40.21%

%25.47
%34.32
%40.21

CMYK color model

#5F8096 color CMYK value is (37,15,0,41).

  • cyan value is 36.67%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(37,15,0,41)
C37M15Y0K41 
(37%,15%,0%,41%)
(0.37/0.15/0.00/0.41)	

CMYK percentages

%36.67
%14.67
%0
%41.18

Codes

Color #5F8096 in popluar color models

5F8096
RGB95128150
HSL204°22.45%48.04%
HSB/HSV204°36.67%58.82%
CMYK36.67%14.67%0.00%
41.18%

Color #5F8096 in popluar number systems.

HEX5F8096
Decimal95128150
Binary10111111000000010010110
Octal137200226

Shades and tints

Shades of #5F8096

#5F8096
(95,128,150)
#577589
(87,117,137)
#4F6A7C
(79,106,124)
#475F6F
(71,95,111)
#3F5462
(63,84,98)
#374955
(55,73,85)
#2F3E48
(47,62,72)
#27333B
(39,51,59)
#1F282E
(31,40,46)
#171D21
(23,29,33)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #5F8096

#5F8096
(95,128,150)
#6D8B9F
(109,139,159)
#7B96A8
(123,150,168)
#89A1B1
(137,161,177)
#97ACBA
(151,172,186)
#A5B7C3
(165,183,195)
#B3C2CC
(179,194,204)
#C1CDD5
(193,205,213)
#CFD8DE
(207,216,222)
#DDE3E7
(221,227,231)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8096 color. Also use rgb(95,128,150) instead hex code.

Text Font Color

.myTextColor { color: #5F8096; }

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

This text font color is #5F8096.


Background Color

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

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

This div background color is #5F8096.


Border color

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

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

This div border color is #5F8096.


Opacity

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

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

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

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

This text has shadow with #5F8096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8096 on black background.


Color preview on white background

This text has color #5F8096 on white background.



Black color preview on #5F8096 background

This text has black color on #5F8096 background.


White color preview on #5F8096 background

This text has white color on #5F8096 background.