COLOR #5FA987

HEX: #5FA987 RGB: (95,169,135)

Color info

#5FA987 contains mainly green and blue colors. Web safe color of #5FA987 is #669999 (or #699).

RGB color model

#5FA987 color RGB value is (95,169,135).

RGB: (95,169,135) (37%, 66%, 53%)

RGB channels and saturation

R 95 of 255 = 37%
G 169 of 255 = 66%
B 135 of 255 = 53%

95
169
135

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

Portions of RGB colors in percentages

R + G + B = 95 + 169 + 135 = 399 (100%)
R 95 of 399 ~ 23.81%
G 169 of 399 ~ 42.36%
B 135 of 399 ~ 33.83'%

%23.81
%42.36
%33.83

CMYK color model

#5FA987 color CMYK value is (44,0,20,34).

  • cyan value is 43.79%
  • magenta value is 0.00%
  • yellow value is 20.12%
  • key color value is 33.73%

CMYK: (44,0,20,34)
C44M0Y20K34 (44%, 0%, 20%, 34%)
(0.44 / 0.00 / 0.20 / 0.34)

CMYK percentages

%43.79
%0
%20.12
%33.73

Codes

Color #5FA987 in popluar color models

5F A9 87
RGB 95 169 135
HSL 152° 30.08% 51.76%
HSB/HSV 152° 43.79% 66.27%
CMYK 43.79% 0.00% 20.12%
33.73%

Color #5FA987 in popluar number systems.

HEX 5F A9 87
Decimal 95 169 135
Binary 1011111 10101001 10000111
Octal 137 251 207

Shades and tints

Shades of #5FA987

#5FA987
(95,169,135)
#579A7B
(87,154,123)
#4F8B6F
(79,139,111)
#477C63
(71,124,99)
#3F6D57
(63,109,87)
#375E4B
(55,94,75)
#2F4F3F
(47,79,63)
#274033
(39,64,51)
#1F3127
(31,49,39)
#17221B
(23,34,27)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #5FA987

#5FA987
(95,169,135)
#6DB091
(109,176,145)
#7BB79B
(123,183,155)
#89BEA5
(137,190,165)
#97C5AF
(151,197,175)
#A5CCB9
(165,204,185)
#B3D3C3
(179,211,195)
#C1DACD
(193,218,205)
#CFE1D7
(207,225,215)
#DDE8E1
(221,232,225)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FA987; }

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

This text font color is #5FA987.

Background Color

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

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

This div background color is #5FA987.

Border color

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

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

This div border color is #5FA987.

Opacity

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

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

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

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

This text has shadow with #5FA987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FA987.

Preview

Color preview on black background

This text has color #5FA987 on black background.


Color preview on white background

This text has color #5FA987 on white background.


Black color preview on #5FA987 background

This text has black color on #5FA987 background.


White color preview on #5FA987 background

This text has white color on #5FA987 background.


Related colors

Complementary color

Complementary color for #hex is #A05678.


I love getcolorcode.com

Triadic colors

1 #875FA9 and #A9875F with #5FA987 are triadic colors.

2 #87A95F and #A95F87 with #5FA987 are triadic colors.