COLOR #5FA771

HEX: #5FA771 RGB: (95,167,113)

Color info

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

RGB color model

#5FA771 color RGB value is (95,167,113).

RGB: (95,167,113) (37%, 65%, 44%)

RGB channels and saturation

R 95 of 255 = 37%
G 167 of 255 = 65%
B 113 of 255 = 44%

95
167
113

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

Portions of RGB colors in percentages

R + G + B = 95 + 167 + 113 = 375 (100%)
R 95 of 375 ~ 25.33%
G 167 of 375 ~ 44.53%
B 113 of 375 ~ 30.13'%

%25.33
%44.53
%30.13

CMYK color model

#5FA771 color CMYK value is (43,0,32,35).

  • cyan value is 43.11%
  • magenta value is 0.00%
  • yellow value is 32.34%
  • key color value is 34.51%

CMYK: (43,0,32,35)
C43M0Y32K35 (43%, 0%, 32%, 35%)
(0.43 / 0.00 / 0.32 / 0.35)

CMYK percentages

%43.11
%0
%32.34
%34.51

Codes

Color #5FA771 in popluar color models

5F A7 71
RGB 95 167 113
HSL 135° 29.03% 51.37%
HSB/HSV 135° 43.11% 65.49%
CMYK 43.11% 0.00% 32.34%
34.51%

Color #5FA771 in popluar number systems.

HEX 5F A7 71
Decimal 95 167 113
Binary 1011111 10100111 1110001
Octal 137 247 161

Shades and tints

Shades of #5FA771

#5FA771
(95,167,113)
#579867
(87,152,103)
#4F895D
(79,137,93)
#477A53
(71,122,83)
#3F6B49
(63,107,73)
#375C3F
(55,92,63)
#2F4D35
(47,77,53)
#273E2B
(39,62,43)
#1F2F21
(31,47,33)
#172017
(23,32,23)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #5FA771

#5FA771
(95,167,113)
#6DAF7D
(109,175,125)
#7BB789
(123,183,137)
#89BF95
(137,191,149)
#97C7A1
(151,199,161)
#A5CFAD
(165,207,173)
#B3D7B9
(179,215,185)
#C1DFC5
(193,223,197)
#CFE7D1
(207,231,209)
#DDEFDD
(221,239,221)
#EBF7E9
(235,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA771 color. Also use rgb(95,167,113) instead hex code.

Text Font Color

.myTextColor { color: #5FA771; }

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

This text font color is #5FA771.

Background Color

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

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

This div background color is #5FA771.

Border color

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

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

This div border color is #5FA771.

Opacity

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

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

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

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

This text has shadow with #5FA771 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FA771.

Preview

Color preview on black background

This text has color #5FA771 on black background.


Color preview on white background

This text has color #5FA771 on white background.


Black color preview on #5FA771 background

This text has black color on #5FA771 background.


White color preview on #5FA771 background

This text has white color on #5FA771 background.


Related colors

Complementary color

Complementary color for #hex is #A0588E.


I love getcolorcode.com

Triadic colors

1 #715FA7 and #A7715F with #5FA771 are triadic colors.

2 #71A75F and #A75F71 with #5FA771 are triadic colors.