COLOR #5FA58E

HEX: #5FA58E RGB: (95,165,142)

Color info

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

RGB color model

#5FA58E color RGB value is (95,165,142).

RGB: (95,165,142) (37%, 65%, 56%)

RGB channels and saturation

R 95 of 255 = 37%
G 165 of 255 = 65%
B 142 of 255 = 56%

95
165
142

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

Portions of RGB colors in percentages

R + G + B = 95 + 165 + 142 = 402 (100%)
R 95 of 402 ~ 23.63%
G 165 of 402 ~ 41.04%
B 142 of 402 ~ 35.32'%

%23.63
%41.04
%35.32

CMYK color model

#5FA58E color CMYK value is (42,0,14,35).

  • cyan value is 42.42%
  • magenta value is 0.00%
  • yellow value is 13.94%
  • key color value is 35.29%

CMYK: (42,0,14,35)
C42M0Y14K35 (42%, 0%, 14%, 35%)
(0.42 / 0.00 / 0.14 / 0.35)

CMYK percentages

%42.42
%0
%13.94
%35.29

Codes

Color #5FA58E in popluar color models

5F A5 8E
RGB 95 165 142
HSL 160° 28.00% 50.98%
HSB/HSV 160° 42.42% 64.71%
CMYK 42.42% 0.00% 13.94%
35.29%

Color #5FA58E in popluar number systems.

HEX 5F A5 8E
Decimal 95 165 142
Binary 1011111 10100101 10001110
Octal 137 245 216

Shades and tints

Shades of #5FA58E

#5FA58E
(95,165,142)
#579682
(87,150,130)
#4F8776
(79,135,118)
#47786A
(71,120,106)
#3F695E
(63,105,94)
#375A52
(55,90,82)
#2F4B46
(47,75,70)
#273C3A
(39,60,58)
#1F2D2E
(31,45,46)
#171E22
(23,30,34)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #5FA58E

#5FA58E
(95,165,142)
#6DAD98
(109,173,152)
#7BB5A2
(123,181,162)
#89BDAC
(137,189,172)
#97C5B6
(151,197,182)
#A5CDC0
(165,205,192)
#B3D5CA
(179,213,202)
#C1DDD4
(193,221,212)
#CFE5DE
(207,229,222)
#DDEDE8
(221,237,232)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FA58E; }

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

This text font color is #5FA58E.

Background Color

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

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

This div background color is #5FA58E.

Border color

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

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

This div border color is #5FA58E.

Opacity

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

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

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

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

This text has shadow with #5FA58E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FA58E.

Preview

Color preview on black background

This text has color #5FA58E on black background.


Color preview on white background

This text has color #5FA58E on white background.


Black color preview on #5FA58E background

This text has black color on #5FA58E background.


White color preview on #5FA58E background

This text has white color on #5FA58E background.


Related colors

Complementary color

Complementary color for #hex is #A05A71.


I love getcolorcode.com

Triadic colors

1 #8E5FA5 and #A58E5F with #5FA58E are triadic colors.

2 #8EA55F and #A55F8E with #5FA58E are triadic colors.