COLOR #5F8288

HEX: #5F8288
RGB: (95,130,136)

Color info

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

RGB color model

#5F8288 color RGB value is (95,130,136).

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

RGB channels and saturation

R 95 of 255 = 37%
G 130 of 255 = 51%
B 136 of 255 = 53%

95
130
136

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

Portions of RGB colors in percentages

R + G + B =
95 + 130 + 136 = 361 (100%)
R 95 of 361 ~ 26.32%
G 130 of 361 ~ 36.01%
B 136 of 361 ~ 37.67%

%26.32
%36.01
%37.67

CMYK color model

#5F8288 color CMYK value is (30,4,0,47).

  • cyan value is 30.15%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(30,4,0,47)
C30M4Y0K47 
(30%,4%,0%,47%)
(0.30/0.04/0.00/0.47)	

CMYK percentages

%30.15
%4.41
%0
%46.67

Codes

Color #5F8288 in popluar color models

5F8288
RGB95130136
HSL189°17.75%45.29%
HSB/HSV189°30.15%53.33%
CMYK30.15%4.41%0.00%
46.67%

Color #5F8288 in popluar number systems.

HEX5F8288
Decimal95130136
Binary10111111000001010001000
Octal137202210

Shades and tints

Shades of #5F8288

#5F8288
(95,130,136)
#57777C
(87,119,124)
#4F6C70
(79,108,112)
#476164
(71,97,100)
#3F5658
(63,86,88)
#374B4C
(55,75,76)
#2F4040
(47,64,64)
#273534
(39,53,52)
#1F2A28
(31,42,40)
#171F1C
(23,31,28)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #5F8288

#5F8288
(95,130,136)
#6D8D92
(109,141,146)
#7B989C
(123,152,156)
#89A3A6
(137,163,166)
#97AEB0
(151,174,176)
#A5B9BA
(165,185,186)
#B3C4C4
(179,196,196)
#C1CFCE
(193,207,206)
#CFDAD8
(207,218,216)
#DDE5E2
(221,229,226)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8288; }

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

This text font color is #5F8288.


Background Color

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

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

This div background color is #5F8288.


Border color

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

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

This div border color is #5F8288.


Opacity

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

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

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

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

This text has shadow with #5F8288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8288 on black background.


Color preview on white background

This text has color #5F8288 on white background.



Black color preview on #5F8288 background

This text has black color on #5F8288 background.


White color preview on #5F8288 background

This text has white color on #5F8288 background.