COLOR #5FA578

HEX: #5FA578
RGB: (95,165,120)

Color info

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

RGB color model

#5FA578 color RGB value is (95,165,120).

  • red value is 95;
  • green value is 165;
  • blue value is 120.
RGB:
(95,165,120)
(37%,65%,47%)

RGB channels and saturation

R 95 of 255 = 37%
G 165 of 255 = 65%
B 120 of 255 = 47%

95
165
120

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

Portions of RGB colors in percentages

R + G + B =
95 + 165 + 120 = 380 (100%)
R 95 of 380 ~ 25%
G 165 of 380 ~ 43.42%
B 120 of 380 ~ 31.58%

%25
%43.42
%31.58

CMYK color model

#5FA578 color CMYK value is (42,0,27,35).

  • cyan value is 42.42%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 35.29%
CMYK:
(42,0,27,35)
C42M0Y27K35 
(42%,0%,27%,35%)
(0.42/0.00/0.27/0.35)	

CMYK percentages

%42.42
%0
%27.27
%35.29

Codes

Color #5FA578 in popluar color models

5FA578
RGB95165120
HSL141°28.00%50.98%
HSB/HSV141°42.42%64.71%
CMYK42.42%0.00%27.27%
35.29%

Color #5FA578 in popluar number systems.

HEX5FA578
Decimal95165120
Binary1011111101001011111000
Octal137245170

Shades and tints

Shades of #5FA578

#5FA578
(95,165,120)
#57966E
(87,150,110)
#4F8764
(79,135,100)
#47785A
(71,120,90)
#3F6950
(63,105,80)
#375A46
(55,90,70)
#2F4B3C
(47,75,60)
#273C32
(39,60,50)
#1F2D28
(31,45,40)
#171E1E
(23,30,30)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #5FA578

#5FA578
(95,165,120)
#6DAD84
(109,173,132)
#7BB590
(123,181,144)
#89BD9C
(137,189,156)
#97C5A8
(151,197,168)
#A5CDB4
(165,205,180)
#B3D5C0
(179,213,192)
#C1DDCC
(193,221,204)
#CFE5D8
(207,229,216)
#DDEDE4
(221,237,228)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FA578; }

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

This text font color is #5FA578.


Background Color

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

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

This div background color is #5FA578.


Border color

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

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

This div border color is #5FA578.


Opacity

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

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

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

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

This text has shadow with #5FA578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA578 on black background.


Color preview on white background

This text has color #5FA578 on white background.



Black color preview on #5FA578 background

This text has black color on #5FA578 background.


White color preview on #5FA578 background

This text has white color on #5FA578 background.