COLOR #5F9A99

HEX: #5F9A99
RGB: (95,154,153)

Color info

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

RGB color model

#5F9A99 color RGB value is (95,154,153).

  • red value is 95;
  • green value is 154;
  • blue value is 153.
RGB:
(95,154,153)
(37%,60%,60%)

RGB channels and saturation

R 95 of 255 = 37%
G 154 of 255 = 60%
B 153 of 255 = 60%

95
154
153

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

Portions of RGB colors in percentages

R + G + B =
95 + 154 + 153 = 402 (100%)
R 95 of 402 ~ 23.63%
G 154 of 402 ~ 38.31%
B 153 of 402 ~ 38.06%

%23.63
%38.31
%38.06

CMYK color model

#5F9A99 color CMYK value is (38,0,1,40).

  • cyan value is 38.31%
  • magenta value is 0.00%
  • yellow value is 0.65%
  • key color value is 39.61%
CMYK:
(38,0,1,40)
C38M0Y1K40 
(38%,0%,1%,40%)
(0.38/0.00/0.01/0.40)	

CMYK percentages

%38.31
%0
%0.65
%39.61

Codes

Color #5F9A99 in popluar color models

5F9A99
RGB95154153
HSL179°23.69%48.82%
HSB/HSV179°38.31%60.39%
CMYK38.31%0.00%0.65%
39.61%

Color #5F9A99 in popluar number systems.

HEX5F9A99
Decimal95154153
Binary10111111001101010011001
Octal137232231

Shades and tints

Shades of #5F9A99

#5F9A99
(95,154,153)
#578C8C
(87,140,140)
#4F7E7F
(79,126,127)
#477072
(71,112,114)
#3F6265
(63,98,101)
#375458
(55,84,88)
#2F464B
(47,70,75)
#27383E
(39,56,62)
#1F2A31
(31,42,49)
#171C24
(23,28,36)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #5F9A99

#5F9A99
(95,154,153)
#6DA3A2
(109,163,162)
#7BACAB
(123,172,171)
#89B5B4
(137,181,180)
#97BEBD
(151,190,189)
#A5C7C6
(165,199,198)
#B3D0CF
(179,208,207)
#C1D9D8
(193,217,216)
#CFE2E1
(207,226,225)
#DDEBEA
(221,235,234)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9A99 color. Also use rgb(95,154,153) instead hex code.

Text Font Color

.myTextColor { color: #5F9A99; }

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

This text font color is #5F9A99.


Background Color

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

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

This div background color is #5F9A99.


Border color

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

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

This div border color is #5F9A99.


Opacity

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

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

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

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

This text has shadow with #5F9A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9A99 on black background.


Color preview on white background

This text has color #5F9A99 on white background.



Black color preview on #5F9A99 background

This text has black color on #5F9A99 background.


White color preview on #5F9A99 background

This text has white color on #5F9A99 background.