COLOR #5FAC74

HEX: #5FAC74
RGB: (95,172,116)

Color info

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

RGB color model

#5FAC74 color RGB value is (95,172,116).

  • red value is 95;
  • green value is 172;
  • blue value is 116.
RGB:
(95,172,116)
(37%,67%,45%)

RGB channels and saturation

R 95 of 255 = 37%
G 172 of 255 = 67%
B 116 of 255 = 45%

95
172
116

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

Portions of RGB colors in percentages

R + G + B =
95 + 172 + 116 = 383 (100%)
R 95 of 383 ~ 24.8%
G 172 of 383 ~ 44.91%
B 116 of 383 ~ 30.29%

%24.8
%44.91
%30.29

CMYK color model

#5FAC74 color CMYK value is (45,0,33,33).

  • cyan value is 44.77%
  • magenta value is 0.00%
  • yellow value is 32.56%
  • key color value is 32.55%
CMYK:
(45,0,33,33)
C45M0Y33K33 
(45%,0%,33%,33%)
(0.45/0.00/0.33/0.33)	

CMYK percentages

%44.77
%0
%32.56
%32.55

Codes

Color #5FAC74 in popluar color models

5FAC74
RGB95172116
HSL136°31.69%52.35%
HSB/HSV136°44.77%67.45%
CMYK44.77%0.00%32.56%
32.55%

Color #5FAC74 in popluar number systems.

HEX5FAC74
Decimal95172116
Binary1011111101011001110100
Octal137254164

Shades and tints

Shades of #5FAC74

#5FAC74
(95,172,116)
#579D6A
(87,157,106)
#4F8E60
(79,142,96)
#477F56
(71,127,86)
#3F704C
(63,112,76)
#376142
(55,97,66)
#2F5238
(47,82,56)
#27432E
(39,67,46)
#1F3424
(31,52,36)
#17251A
(23,37,26)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #5FAC74

#5FAC74
(95,172,116)
#6DB380
(109,179,128)
#7BBA8C
(123,186,140)
#89C198
(137,193,152)
#97C8A4
(151,200,164)
#A5CFB0
(165,207,176)
#B3D6BC
(179,214,188)
#C1DDC8
(193,221,200)
#CFE4D4
(207,228,212)
#DDEBE0
(221,235,224)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FAC74 color. Also use rgb(95,172,116) instead hex code.

Text Font Color

.myTextColor { color: #5FAC74; }

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

This text font color is #5FAC74.


Background Color

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

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

This div background color is #5FAC74.


Border color

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

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

This div border color is #5FAC74.


Opacity

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

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

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

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

This text has shadow with #5FAC74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FAC74 on black background.


Color preview on white background

This text has color #5FAC74 on white background.



Black color preview on #5FAC74 background

This text has black color on #5FAC74 background.


White color preview on #5FAC74 background

This text has white color on #5FAC74 background.