COLOR #5FAE76

HEX: #5FAE76
RGB: (95,174,118)

Color info

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

RGB color model

#5FAE76 color RGB value is (95,174,118).

  • red value is 95;
  • green value is 174;
  • blue value is 118.
RGB:
(95,174,118)
(37%,68%,46%)

RGB channels and saturation

R 95 of 255 = 37%
G 174 of 255 = 68%
B 118 of 255 = 46%

95
174
118

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

Portions of RGB colors in percentages

R + G + B =
95 + 174 + 118 = 387 (100%)
R 95 of 387 ~ 24.55%
G 174 of 387 ~ 44.96%
B 118 of 387 ~ 30.49%

%24.55
%44.96
%30.49

CMYK color model

#5FAE76 color CMYK value is (45,0,32,32).

  • cyan value is 45.40%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 31.76%
CMYK:
(45,0,32,32)
C45M0Y32K32 
(45%,0%,32%,32%)
(0.45/0.00/0.32/0.32)	

CMYK percentages

%45.4
%0
%32.18
%31.76

Codes

Color #5FAE76 in popluar color models

5FAE76
RGB95174118
HSL137°32.78%52.75%
HSB/HSV137°45.40%68.24%
CMYK45.40%0.00%32.18%
31.76%

Color #5FAE76 in popluar number systems.

HEX5FAE76
Decimal95174118
Binary1011111101011101110110
Octal137256166

Shades and tints

Shades of #5FAE76

#5FAE76
(95,174,118)
#579F6C
(87,159,108)
#4F9062
(79,144,98)
#478158
(71,129,88)
#3F724E
(63,114,78)
#376344
(55,99,68)
#2F543A
(47,84,58)
#274530
(39,69,48)
#1F3626
(31,54,38)
#17271C
(23,39,28)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #5FAE76

#5FAE76
(95,174,118)
#6DB582
(109,181,130)
#7BBC8E
(123,188,142)
#89C39A
(137,195,154)
#97CAA6
(151,202,166)
#A5D1B2
(165,209,178)
#B3D8BE
(179,216,190)
#C1DFCA
(193,223,202)
#CFE6D6
(207,230,214)
#DDEDE2
(221,237,226)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FAE76 color. Also use rgb(95,174,118) instead hex code.

Text Font Color

.myTextColor { color: #5FAE76; }

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

This text font color is #5FAE76.


Background Color

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

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

This div background color is #5FAE76.


Border color

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

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

This div border color is #5FAE76.


Opacity

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

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

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

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

This text has shadow with #5FAE76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FAE76 on black background.


Color preview on white background

This text has color #5FAE76 on white background.



Black color preview on #5FAE76 background

This text has black color on #5FAE76 background.


White color preview on #5FAE76 background

This text has white color on #5FAE76 background.