COLOR #5F8295

HEX: #5F8295
RGB: (95,130,149)

Color info

#5F8295 contains red, green and blue colors in about the same proportion. Web safe color of #5F8295 is #669999 (or #699).

RGB color model

#5F8295 color RGB value is (95,130,149).

  • red value is 95;
  • green value is 130;
  • blue value is 149.
RGB:
(95,130,149)
(37%,51%,58%)

RGB channels and saturation

R 95 of 255 = 37%
G 130 of 255 = 51%
B 149 of 255 = 58%

95
130
149

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

Portions of RGB colors in percentages

R + G + B =
95 + 130 + 149 = 374 (100%)
R 95 of 374 ~ 25.4%
G 130 of 374 ~ 34.76%
B 149 of 374 ~ 39.84%

%25.4
%34.76
%39.84

CMYK color model

#5F8295 color CMYK value is (36,13,0,42).

  • cyan value is 36.24%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(36,13,0,42)
C36M13Y0K42 
(36%,13%,0%,42%)
(0.36/0.13/0.00/0.42)	

CMYK percentages

%36.24
%12.75
%0
%41.57

Codes

Color #5F8295 in popluar color models

5F8295
RGB95130149
HSL201°22.13%47.84%
HSB/HSV201°36.24%58.43%
CMYK36.24%12.75%0.00%
41.57%

Color #5F8295 in popluar number systems.

HEX5F8295
Decimal95130149
Binary10111111000001010010101
Octal137202225

Shades and tints

Shades of #5F8295

#5F8295
(95,130,149)
#577788
(87,119,136)
#4F6C7B
(79,108,123)
#47616E
(71,97,110)
#3F5661
(63,86,97)
#374B54
(55,75,84)
#2F4047
(47,64,71)
#27353A
(39,53,58)
#1F2A2D
(31,42,45)
#171F20
(23,31,32)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #5F8295

#5F8295
(95,130,149)
#6D8D9E
(109,141,158)
#7B98A7
(123,152,167)
#89A3B0
(137,163,176)
#97AEB9
(151,174,185)
#A5B9C2
(165,185,194)
#B3C4CB
(179,196,203)
#C1CFD4
(193,207,212)
#CFDADD
(207,218,221)
#DDE5E6
(221,229,230)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8295 color. Also use rgb(95,130,149) instead hex code.

Text Font Color

.myTextColor { color: #5F8295; }

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

This text font color is #5F8295.


Background Color

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

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

This div background color is #5F8295.


Border color

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

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

This div border color is #5F8295.


Opacity

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

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

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

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

This text has shadow with #5F8295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8295 on black background.


Color preview on white background

This text has color #5F8295 on white background.



Black color preview on #5F8295 background

This text has black color on #5F8295 background.


White color preview on #5F8295 background

This text has white color on #5F8295 background.