COLOR #5F8387

HEX: #5F8387
RGB: (95,131,135)

Color info

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

RGB color model

#5F8387 color RGB value is (95,131,135).

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

RGB channels and saturation

R 95 of 255 = 37%
G 131 of 255 = 51%
B 135 of 255 = 53%

95
131
135

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

Portions of RGB colors in percentages

R + G + B =
95 + 131 + 135 = 361 (100%)
R 95 of 361 ~ 26.32%
G 131 of 361 ~ 36.29%
B 135 of 361 ~ 37.4%

%26.32
%36.29
%37.4

CMYK color model

#5F8387 color CMYK value is (30,3,0,47).

  • cyan value is 29.63%
  • magenta value is 2.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(30,3,0,47)
C30M3Y0K47 
(30%,3%,0%,47%)
(0.30/0.03/0.00/0.47)	

CMYK percentages

%29.63
%2.96
%0
%47.06

Codes

Color #5F8387 in popluar color models

5F8387
RGB95131135
HSL186°17.39%45.10%
HSB/HSV186°29.63%52.94%
CMYK29.63%2.96%0.00%
47.06%

Color #5F8387 in popluar number systems.

HEX5F8387
Decimal95131135
Binary10111111000001110000111
Octal137203207

Shades and tints

Shades of #5F8387

#5F8387
(95,131,135)
#57787B
(87,120,123)
#4F6D6F
(79,109,111)
#476263
(71,98,99)
#3F5757
(63,87,87)
#374C4B
(55,76,75)
#2F413F
(47,65,63)
#273633
(39,54,51)
#1F2B27
(31,43,39)
#17201B
(23,32,27)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #5F8387

#5F8387
(95,131,135)
#6D8E91
(109,142,145)
#7B999B
(123,153,155)
#89A4A5
(137,164,165)
#97AFAF
(151,175,175)
#A5BAB9
(165,186,185)
#B3C5C3
(179,197,195)
#C1D0CD
(193,208,205)
#CFDBD7
(207,219,215)
#DDE6E1
(221,230,225)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8387 color. Also use rgb(95,131,135) instead hex code.

Text Font Color

.myTextColor { color: #5F8387; }

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

This text font color is #5F8387.


Background Color

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

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

This div background color is #5F8387.


Border color

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

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

This div border color is #5F8387.


Opacity

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

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

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

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

This text has shadow with #5F8387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8387 on black background.


Color preview on white background

This text has color #5F8387 on white background.



Black color preview on #5F8387 background

This text has black color on #5F8387 background.


White color preview on #5F8387 background

This text has white color on #5F8387 background.