COLOR #5F9487

HEX: #5F9487
RGB: (95,148,135)

Color info

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

RGB color model

#5F9487 color RGB value is (95,148,135).

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

RGB channels and saturation

R 95 of 255 = 37%
G 148 of 255 = 58%
B 135 of 255 = 53%

95
148
135

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

Portions of RGB colors in percentages

R + G + B =
95 + 148 + 135 = 378 (100%)
R 95 of 378 ~ 25.13%
G 148 of 378 ~ 39.15%
B 135 of 378 ~ 35.71%

%25.13
%39.15
%35.71

CMYK color model

#5F9487 color CMYK value is (36,0,9,42).

  • cyan value is 35.81%
  • magenta value is 0.00%
  • yellow value is 8.78%
  • key color value is 41.96%
CMYK:
(36,0,9,42)
C36M0Y9K42 
(36%,0%,9%,42%)
(0.36/0.00/0.09/0.42)	

CMYK percentages

%35.81
%0
%8.78
%41.96

Codes

Color #5F9487 in popluar color models

5F9487
RGB95148135
HSL165°21.81%47.65%
HSB/HSV165°35.81%58.04%
CMYK35.81%0.00%8.78%
41.96%

Color #5F9487 in popluar number systems.

HEX5F9487
Decimal95148135
Binary10111111001010010000111
Octal137224207

Shades and tints

Shades of #5F9487

#5F9487
(95,148,135)
#57877B
(87,135,123)
#4F7A6F
(79,122,111)
#476D63
(71,109,99)
#3F6057
(63,96,87)
#37534B
(55,83,75)
#2F463F
(47,70,63)
#273933
(39,57,51)
#1F2C27
(31,44,39)
#171F1B
(23,31,27)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #5F9487

#5F9487
(95,148,135)
#6D9D91
(109,157,145)
#7BA69B
(123,166,155)
#89AFA5
(137,175,165)
#97B8AF
(151,184,175)
#A5C1B9
(165,193,185)
#B3CAC3
(179,202,195)
#C1D3CD
(193,211,205)
#CFDCD7
(207,220,215)
#DDE5E1
(221,229,225)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9487; }

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

This text font color is #5F9487.


Background Color

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

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

This div background color is #5F9487.


Border color

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

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

This div border color is #5F9487.


Opacity

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

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

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

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

This text has shadow with #5F9487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9487 on black background.


Color preview on white background

This text has color #5F9487 on white background.



Black color preview on #5F9487 background

This text has black color on #5F9487 background.


White color preview on #5F9487 background

This text has white color on #5F9487 background.