COLOR #5CAC5C

HEX: #5CAC5C
RGB: (92,172,92)

Color info

#5CAC5C contains mainly green color. Web safe color of #5CAC5C is #669966 (or #696).

RGB color model

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

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

RGB channels and saturation

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

92
172
92

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

Portions of RGB colors in percentages

R + G + B =
92 + 172 + 92 = 356 (100%)
R 92 of 356 ~ 25.84%
G 172 of 356 ~ 48.31%
B 92 of 356 ~ 25.84%

%25.84
%48.31
%25.84

CMYK color model

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

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

CMYK percentages

%46.51
%0
%46.51
%32.55

Codes

Color #5CAC5C in popluar color models

5CAC5C
RGB9217292
HSL120°32.52%51.76%
HSB/HSV120°46.51%67.45%
CMYK46.51%0.00%46.51%
32.55%

Color #5CAC5C in popluar number systems.

HEX5CAC5C
Decimal9217292
Binary1011100101011001011100
Octal134254134

Shades and tints

Shades of #5CAC5C

#5CAC5C
(92,172,92)
#549D54
(84,157,84)
#4C8E4C
(76,142,76)
#447F44
(68,127,68)
#3C703C
(60,112,60)
#346134
(52,97,52)
#2C522C
(44,82,44)
#244324
(36,67,36)
#1C341C
(28,52,28)
#142514
(20,37,20)
#0C160C
(12,22,12)
#000000
(0,0,0)

Tints of #5CAC5C

#5CAC5C
(92,172,92)
#6AB36A
(106,179,106)
#78BA78
(120,186,120)
#86C186
(134,193,134)
#94C894
(148,200,148)
#A2CFA2
(162,207,162)
#B0D6B0
(176,214,176)
#BEDDBE
(190,221,190)
#CCE4CC
(204,228,204)
#DAEBDA
(218,235,218)
#E8F2E8
(232,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CAC5C; }

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

This text font color is #5CAC5C.


Background Color

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

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

This div background color is #5CAC5C.


Border color

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

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

This div border color is #5CAC5C.


Opacity

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

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

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

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

This text has shadow with #5CAC5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CAC5C on black background.


Color preview on white background

This text has color #5CAC5C on white background.



Black color preview on #5CAC5C background

This text has black color on #5CAC5C background.


White color preview on #5CAC5C background

This text has white color on #5CAC5C background.