COLOR #5FA37E

HEX: #5FA37E
RGB: (95,163,126)

Color info

#5FA37E contains mainly green and blue colors. Web safe color of #5FA37E is #669966 (or #696).

RGB color model

#5FA37E color RGB value is (95,163,126).

  • red value is 95;
  • green value is 163;
  • blue value is 126.
RGB:
(95,163,126)
(37%,64%,49%)

RGB channels and saturation

R 95 of 255 = 37%
G 163 of 255 = 64%
B 126 of 255 = 49%

95
163
126

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

Portions of RGB colors in percentages

R + G + B =
95 + 163 + 126 = 384 (100%)
R 95 of 384 ~ 24.74%
G 163 of 384 ~ 42.45%
B 126 of 384 ~ 32.81%

%24.74
%42.45
%32.81

CMYK color model

#5FA37E color CMYK value is (42,0,23,36).

  • cyan value is 41.72%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 36.08%
CMYK:
(42,0,23,36)
C42M0Y23K36 
(42%,0%,23%,36%)
(0.42/0.00/0.23/0.36)	

CMYK percentages

%41.72
%0
%22.7
%36.08

Codes

Color #5FA37E in popluar color models

5FA37E
RGB95163126
HSL147°26.98%50.59%
HSB/HSV147°41.72%63.92%
CMYK41.72%0.00%22.70%
36.08%

Color #5FA37E in popluar number systems.

HEX5FA37E
Decimal95163126
Binary1011111101000111111110
Octal137243176

Shades and tints

Shades of #5FA37E

#5FA37E
(95,163,126)
#579573
(87,149,115)
#4F8768
(79,135,104)
#47795D
(71,121,93)
#3F6B52
(63,107,82)
#375D47
(55,93,71)
#2F4F3C
(47,79,60)
#274131
(39,65,49)
#1F3326
(31,51,38)
#17251B
(23,37,27)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #5FA37E

#5FA37E
(95,163,126)
#6DAB89
(109,171,137)
#7BB394
(123,179,148)
#89BB9F
(137,187,159)
#97C3AA
(151,195,170)
#A5CBB5
(165,203,181)
#B3D3C0
(179,211,192)
#C1DBCB
(193,219,203)
#CFE3D6
(207,227,214)
#DDEBE1
(221,235,225)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA37E color. Also use rgb(95,163,126) instead hex code.

Text Font Color

.myTextColor { color: #5FA37E; }

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

This text font color is #5FA37E.


Background Color

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

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

This div background color is #5FA37E.


Border color

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

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

This div border color is #5FA37E.


Opacity

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

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

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

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

This text has shadow with #5FA37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA37E on black background.


Color preview on white background

This text has color #5FA37E on white background.



Black color preview on #5FA37E background

This text has black color on #5FA37E background.


White color preview on #5FA37E background

This text has white color on #5FA37E background.