COLOR #5F9488

HEX: #5F9488
RGB: (95,148,136)

Color info

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

RGB color model

#5F9488 color RGB value is (95,148,136).

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

RGB channels and saturation

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

95
148
136

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

Portions of RGB colors in percentages

R + G + B =
95 + 148 + 136 = 379 (100%)
R 95 of 379 ~ 25.07%
G 148 of 379 ~ 39.05%
B 136 of 379 ~ 35.88%

%25.07
%39.05
%35.88

CMYK color model

#5F9488 color CMYK value is (36,0,8,42).

  • cyan value is 35.81%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 41.96%
CMYK:
(36,0,8,42)
C36M0Y8K42 
(36%,0%,8%,42%)
(0.36/0.00/0.08/0.42)	

CMYK percentages

%35.81
%0
%8.11
%41.96

Codes

Color #5F9488 in popluar color models

5F9488
RGB95148136
HSL166°21.81%47.65%
HSB/HSV166°35.81%58.04%
CMYK35.81%0.00%8.11%
41.96%

Color #5F9488 in popluar number systems.

HEX5F9488
Decimal95148136
Binary10111111001010010001000
Octal137224210

Shades and tints

Shades of #5F9488

#5F9488
(95,148,136)
#57877C
(87,135,124)
#4F7A70
(79,122,112)
#476D64
(71,109,100)
#3F6058
(63,96,88)
#37534C
(55,83,76)
#2F4640
(47,70,64)
#273934
(39,57,52)
#1F2C28
(31,44,40)
#171F1C
(23,31,28)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #5F9488

#5F9488
(95,148,136)
#6D9D92
(109,157,146)
#7BA69C
(123,166,156)
#89AFA6
(137,175,166)
#97B8B0
(151,184,176)
#A5C1BA
(165,193,186)
#B3CAC4
(179,202,196)
#C1D3CE
(193,211,206)
#CFDCD8
(207,220,216)
#DDE5E2
(221,229,226)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9488; }

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

This text font color is #5F9488.


Background Color

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

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

This div background color is #5F9488.


Border color

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

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

This div border color is #5F9488.


Opacity

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

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

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

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

This text has shadow with #5F9488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9488 on black background.


Color preview on white background

This text has color #5F9488 on white background.



Black color preview on #5F9488 background

This text has black color on #5F9488 background.


White color preview on #5F9488 background

This text has white color on #5F9488 background.