COLOR #5FB589

HEX: #5FB589
RGB: (95,181,137)

Color info

#5FB589 contains mainly green and blue colors. Web safe color of #5FB589 is #66CC99 (or #6C9).

RGB color model

#5FB589 color RGB value is (95,181,137).

  • red value is 95;
  • green value is 181;
  • blue value is 137.
RGB:
(95,181,137)
(37%,71%,54%)

RGB channels and saturation

R 95 of 255 = 37%
G 181 of 255 = 71%
B 137 of 255 = 54%

95
181
137

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

Portions of RGB colors in percentages

R + G + B =
95 + 181 + 137 = 413 (100%)
R 95 of 413 ~ 23%
G 181 of 413 ~ 43.83%
B 137 of 413 ~ 33.17%

%23
%43.83
%33.17

CMYK color model

#5FB589 color CMYK value is (48,0,24,29).

  • cyan value is 47.51%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 29.02%
CMYK:
(48,0,24,29)
C48M0Y24K29 
(48%,0%,24%,29%)
(0.48/0.00/0.24/0.29)	

CMYK percentages

%47.51
%0
%24.31
%29.02

Codes

Color #5FB589 in popluar color models

5FB589
RGB95181137
HSL149°36.75%54.12%
HSB/HSV149°47.51%70.98%
CMYK47.51%0.00%24.31%
29.02%

Color #5FB589 in popluar number systems.

HEX5FB589
Decimal95181137
Binary10111111011010110001001
Octal137265211

Shades and tints

Shades of #5FB589

#5FB589
(95,181,137)
#57A57D
(87,165,125)
#4F9571
(79,149,113)
#478565
(71,133,101)
#3F7559
(63,117,89)
#37654D
(55,101,77)
#2F5541
(47,85,65)
#274535
(39,69,53)
#1F3529
(31,53,41)
#17251D
(23,37,29)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #5FB589

#5FB589
(95,181,137)
#6DBB93
(109,187,147)
#7BC19D
(123,193,157)
#89C7A7
(137,199,167)
#97CDB1
(151,205,177)
#A5D3BB
(165,211,187)
#B3D9C5
(179,217,197)
#C1DFCF
(193,223,207)
#CFE5D9
(207,229,217)
#DDEBE3
(221,235,227)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB589 color. Also use rgb(95,181,137) instead hex code.

Text Font Color

.myTextColor { color: #5FB589; }

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

This text font color is #5FB589.


Background Color

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

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

This div background color is #5FB589.


Border color

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

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

This div border color is #5FB589.


Opacity

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

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

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

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

This text has shadow with #5FB589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB589 on black background.


Color preview on white background

This text has color #5FB589 on white background.



Black color preview on #5FB589 background

This text has black color on #5FB589 background.


White color preview on #5FB589 background

This text has white color on #5FB589 background.