COLOR #5CAC51

HEX: #5CAC51
RGB: (92,172,81)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
172
81

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

Portions of RGB colors in percentages

R + G + B =
92 + 172 + 81 = 345 (100%)
R 92 of 345 ~ 26.67%
G 172 of 345 ~ 49.86%
B 81 of 345 ~ 23.48%

%26.67
%49.86
%23.48

CMYK color model

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

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

CMYK percentages

%46.51
%0
%52.91
%32.55

Codes

Color #5CAC51 in popluar color models

5CAC51
RGB9217281
HSL113°35.97%49.61%
HSB/HSV113°52.91%67.45%
CMYK46.51%0.00%52.91%
32.55%

Color #5CAC51 in popluar number systems.

HEX5CAC51
Decimal9217281
Binary1011100101011001010001
Octal134254121

Shades and tints

Shades of #5CAC51

#5CAC51
(92,172,81)
#549D4A
(84,157,74)
#4C8E43
(76,142,67)
#447F3C
(68,127,60)
#3C7035
(60,112,53)
#34612E
(52,97,46)
#2C5227
(44,82,39)
#244320
(36,67,32)
#1C3419
(28,52,25)
#142512
(20,37,18)
#0C160B
(12,22,11)
#000000
(0,0,0)

Tints of #5CAC51

#5CAC51
(92,172,81)
#6AB360
(106,179,96)
#78BA6F
(120,186,111)
#86C17E
(134,193,126)
#94C88D
(148,200,141)
#A2CF9C
(162,207,156)
#B0D6AB
(176,214,171)
#BEDDBA
(190,221,186)
#CCE4C9
(204,228,201)
#DAEBD8
(218,235,216)
#E8F2E7
(232,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CAC51; }

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

This text font color is #5CAC51.


Background Color

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

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

This div background color is #5CAC51.


Border color

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

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

This div border color is #5CAC51.


Opacity

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

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

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

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

This text has shadow with #5CAC51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CAC51 on black background.


Color preview on white background

This text has color #5CAC51 on white background.



Black color preview on #5CAC51 background

This text has black color on #5CAC51 background.


White color preview on #5CAC51 background

This text has white color on #5CAC51 background.