COLOR #5CAC78

HEX: #5CAC78
RGB: (92,172,120)

Color info

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

RGB color model

#5CAC78 color RGB value is (92,172,120).

  • red value is 92;
  • green value is 172;
  • blue value is 120.
RGB:
(92,172,120)
(36%,67%,47%)

RGB channels and saturation

R 92 of 255 = 36%
G 172 of 255 = 67%
B 120 of 255 = 47%

92
172
120

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

Portions of RGB colors in percentages

R + G + B =
92 + 172 + 120 = 384 (100%)
R 92 of 384 ~ 23.96%
G 172 of 384 ~ 44.79%
B 120 of 384 ~ 31.25%

%23.96
%44.79
%31.25

CMYK color model

#5CAC78 color CMYK value is (47,0,30,33).

  • cyan value is 46.51%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 32.55%
CMYK:
(47,0,30,33)
C47M0Y30K33 
(47%,0%,30%,33%)
(0.47/0.00/0.30/0.33)	

CMYK percentages

%46.51
%0
%30.23
%32.55

Codes

Color #5CAC78 in popluar color models

5CAC78
RGB92172120
HSL141°32.52%51.76%
HSB/HSV141°46.51%67.45%
CMYK46.51%0.00%30.23%
32.55%

Color #5CAC78 in popluar number systems.

HEX5CAC78
Decimal92172120
Binary1011100101011001111000
Octal134254170

Shades and tints

Shades of #5CAC78

#5CAC78
(92,172,120)
#549D6E
(84,157,110)
#4C8E64
(76,142,100)
#447F5A
(68,127,90)
#3C7050
(60,112,80)
#346146
(52,97,70)
#2C523C
(44,82,60)
#244332
(36,67,50)
#1C3428
(28,52,40)
#14251E
(20,37,30)
#0C1614
(12,22,20)
#000000
(0,0,0)

Tints of #5CAC78

#5CAC78
(92,172,120)
#6AB384
(106,179,132)
#78BA90
(120,186,144)
#86C19C
(134,193,156)
#94C8A8
(148,200,168)
#A2CFB4
(162,207,180)
#B0D6C0
(176,214,192)
#BEDDCC
(190,221,204)
#CCE4D8
(204,228,216)
#DAEBE4
(218,235,228)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CAC78 color. Also use rgb(92,172,120) instead hex code.

Text Font Color

.myTextColor { color: #5CAC78; }

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

This text font color is #5CAC78.


Background Color

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

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

This div background color is #5CAC78.


Border color

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

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

This div border color is #5CAC78.


Opacity

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

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

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

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

This text has shadow with #5CAC78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CAC78 on black background.


Color preview on white background

This text has color #5CAC78 on white background.



Black color preview on #5CAC78 background

This text has black color on #5CAC78 background.


White color preview on #5CAC78 background

This text has white color on #5CAC78 background.