COLOR #5FBA7B

HEX: #5FBA7B
RGB: (95,186,123)

Color info

#5FBA7B contains mainly green color. Web safe color of #5FBA7B is #66CC66 (or #6C6).

RGB color model

#5FBA7B color RGB value is (95,186,123).

  • red value is 95;
  • green value is 186;
  • blue value is 123.
RGB:
(95,186,123)
(37%,73%,48%)

RGB channels and saturation

R 95 of 255 = 37%
G 186 of 255 = 73%
B 123 of 255 = 48%

95
186
123

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

Portions of RGB colors in percentages

R + G + B =
95 + 186 + 123 = 404 (100%)
R 95 of 404 ~ 23.51%
G 186 of 404 ~ 46.04%
B 123 of 404 ~ 30.45%

%23.51
%46.04
%30.45

CMYK color model

#5FBA7B color CMYK value is (49,0,34,27).

  • cyan value is 48.92%
  • magenta value is 0.00%
  • yellow value is 33.87%
  • key color value is 27.06%
CMYK:
(49,0,34,27)
C49M0Y34K27 
(49%,0%,34%,27%)
(0.49/0.00/0.34/0.27)	

CMYK percentages

%48.92
%0
%33.87
%27.06

Codes

Color #5FBA7B in popluar color models

5FBA7B
RGB95186123
HSL138°39.74%55.10%
HSB/HSV138°48.92%72.94%
CMYK48.92%0.00%33.87%
27.06%

Color #5FBA7B in popluar number systems.

HEX5FBA7B
Decimal95186123
Binary1011111101110101111011
Octal137272173

Shades and tints

Shades of #5FBA7B

#5FBA7B
(95,186,123)
#57AA70
(87,170,112)
#4F9A65
(79,154,101)
#478A5A
(71,138,90)
#3F7A4F
(63,122,79)
#376A44
(55,106,68)
#2F5A39
(47,90,57)
#274A2E
(39,74,46)
#1F3A23
(31,58,35)
#172A18
(23,42,24)
#0F1A0D
(15,26,13)
#000000
(0,0,0)

Tints of #5FBA7B

#5FBA7B
(95,186,123)
#6DC087
(109,192,135)
#7BC693
(123,198,147)
#89CC9F
(137,204,159)
#97D2AB
(151,210,171)
#A5D8B7
(165,216,183)
#B3DEC3
(179,222,195)
#C1E4CF
(193,228,207)
#CFEADB
(207,234,219)
#DDF0E7
(221,240,231)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FBA7B color. Also use rgb(95,186,123) instead hex code.

Text Font Color

.myTextColor { color: #5FBA7B; }

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

This text font color is #5FBA7B.


Background Color

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

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

This div background color is #5FBA7B.


Border color

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

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

This div border color is #5FBA7B.


Opacity

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

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

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

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

This text has shadow with #5FBA7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FBA7B on black background.


Color preview on white background

This text has color #5FBA7B on white background.



Black color preview on #5FBA7B background

This text has black color on #5FBA7B background.


White color preview on #5FBA7B background

This text has white color on #5FBA7B background.