COLOR #5FA58C

HEX: #5FA58C
RGB: (95,165,140)

Color info

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

RGB color model

#5FA58C color RGB value is (95,165,140).

  • red value is 95;
  • green value is 165;
  • blue value is 140.
RGB:
(95,165,140)
(37%,65%,55%)

RGB channels and saturation

R 95 of 255 = 37%
G 165 of 255 = 65%
B 140 of 255 = 55%

95
165
140

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

Portions of RGB colors in percentages

R + G + B =
95 + 165 + 140 = 400 (100%)
R 95 of 400 ~ 23.75%
G 165 of 400 ~ 41.25%
B 140 of 400 ~ 35%

%23.75
%41.25
%35

CMYK color model

#5FA58C color CMYK value is (42,0,15,35).

  • cyan value is 42.42%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 35.29%
CMYK:
(42,0,15,35)
C42M0Y15K35 
(42%,0%,15%,35%)
(0.42/0.00/0.15/0.35)	

CMYK percentages

%42.42
%0
%15.15
%35.29

Codes

Color #5FA58C in popluar color models

5FA58C
RGB95165140
HSL159°28.00%50.98%
HSB/HSV159°42.42%64.71%
CMYK42.42%0.00%15.15%
35.29%

Color #5FA58C in popluar number systems.

HEX5FA58C
Decimal95165140
Binary10111111010010110001100
Octal137245214

Shades and tints

Shades of #5FA58C

#5FA58C
(95,165,140)
#579680
(87,150,128)
#4F8774
(79,135,116)
#477868
(71,120,104)
#3F695C
(63,105,92)
#375A50
(55,90,80)
#2F4B44
(47,75,68)
#273C38
(39,60,56)
#1F2D2C
(31,45,44)
#171E20
(23,30,32)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #5FA58C

#5FA58C
(95,165,140)
#6DAD96
(109,173,150)
#7BB5A0
(123,181,160)
#89BDAA
(137,189,170)
#97C5B4
(151,197,180)
#A5CDBE
(165,205,190)
#B3D5C8
(179,213,200)
#C1DDD2
(193,221,210)
#CFE5DC
(207,229,220)
#DDEDE6
(221,237,230)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA58C color. Also use rgb(95,165,140) instead hex code.

Text Font Color

.myTextColor { color: #5FA58C; }

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

This text font color is #5FA58C.


Background Color

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

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

This div background color is #5FA58C.


Border color

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

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

This div border color is #5FA58C.


Opacity

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

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

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

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

This text has shadow with #5FA58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA58C on black background.


Color preview on white background

This text has color #5FA58C on white background.



Black color preview on #5FA58C background

This text has black color on #5FA58C background.


White color preview on #5FA58C background

This text has white color on #5FA58C background.