COLOR #5FA07E

HEX: #5FA07E
RGB: (95,160,126)

Color info

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

RGB color model

#5FA07E color RGB value is (95,160,126).

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

RGB channels and saturation

R 95 of 255 = 37%
G 160 of 255 = 63%
B 126 of 255 = 49%

95
160
126

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

Portions of RGB colors in percentages

R + G + B =
95 + 160 + 126 = 381 (100%)
R 95 of 381 ~ 24.93%
G 160 of 381 ~ 41.99%
B 126 of 381 ~ 33.07%

%24.93
%41.99
%33.07

CMYK color model

#5FA07E color CMYK value is (41,0,21,37).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 21.25%
  • key color value is 37.25%
CMYK:
(41,0,21,37)
C41M0Y21K37 
(41%,0%,21%,37%)
(0.41/0.00/0.21/0.37)	

CMYK percentages

%40.63
%0
%21.25
%37.25

Codes

Color #5FA07E in popluar color models

5FA07E
RGB95160126
HSL149°25.49%50.00%
HSB/HSV149°40.63%62.75%
CMYK40.63%0.00%21.25%
37.25%

Color #5FA07E in popluar number systems.

HEX5FA07E
Decimal95160126
Binary1011111101000001111110
Octal137240176

Shades and tints

Shades of #5FA07E

#5FA07E
(95,160,126)
#579273
(87,146,115)
#4F8468
(79,132,104)
#47765D
(71,118,93)
#3F6852
(63,104,82)
#375A47
(55,90,71)
#2F4C3C
(47,76,60)
#273E31
(39,62,49)
#1F3026
(31,48,38)
#17221B
(23,34,27)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #5FA07E

#5FA07E
(95,160,126)
#6DA889
(109,168,137)
#7BB094
(123,176,148)
#89B89F
(137,184,159)
#97C0AA
(151,192,170)
#A5C8B5
(165,200,181)
#B3D0C0
(179,208,192)
#C1D8CB
(193,216,203)
#CFE0D6
(207,224,214)
#DDE8E1
(221,232,225)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FA07E; }

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

This text font color is #5FA07E.


Background Color

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

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

This div background color is #5FA07E.


Border color

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

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

This div border color is #5FA07E.


Opacity

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

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

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

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

This text has shadow with #5FA07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA07E on black background.


Color preview on white background

This text has color #5FA07E on white background.



Black color preview on #5FA07E background

This text has black color on #5FA07E background.


White color preview on #5FA07E background

This text has white color on #5FA07E background.