COLOR #5CAB76

HEX: #5CAB76
RGB: (92,171,118)

Color info

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

RGB color model

#5CAB76 color RGB value is (92,171,118).

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

RGB channels and saturation

R 92 of 255 = 36%
G 171 of 255 = 67%
B 118 of 255 = 46%

92
171
118

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

Portions of RGB colors in percentages

R + G + B =
92 + 171 + 118 = 381 (100%)
R 92 of 381 ~ 24.15%
G 171 of 381 ~ 44.88%
B 118 of 381 ~ 30.97%

%24.15
%44.88
%30.97

CMYK color model

#5CAB76 color CMYK value is (46,0,31,33).

  • cyan value is 46.20%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 32.94%
CMYK:
(46,0,31,33)
C46M0Y31K33 
(46%,0%,31%,33%)
(0.46/0.00/0.31/0.33)	

CMYK percentages

%46.2
%0
%30.99
%32.94

Codes

Color #5CAB76 in popluar color models

5CAB76
RGB92171118
HSL140°31.98%51.57%
HSB/HSV140°46.20%67.06%
CMYK46.20%0.00%30.99%
32.94%

Color #5CAB76 in popluar number systems.

HEX5CAB76
Decimal92171118
Binary1011100101010111110110
Octal134253166

Shades and tints

Shades of #5CAB76

#5CAB76
(92,171,118)
#549C6C
(84,156,108)
#4C8D62
(76,141,98)
#447E58
(68,126,88)
#3C6F4E
(60,111,78)
#346044
(52,96,68)
#2C513A
(44,81,58)
#244230
(36,66,48)
#1C3326
(28,51,38)
#14241C
(20,36,28)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #5CAB76

#5CAB76
(92,171,118)
#6AB282
(106,178,130)
#78B98E
(120,185,142)
#86C09A
(134,192,154)
#94C7A6
(148,199,166)
#A2CEB2
(162,206,178)
#B0D5BE
(176,213,190)
#BEDCCA
(190,220,202)
#CCE3D6
(204,227,214)
#DAEAE2
(218,234,226)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CAB76; }

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

This text font color is #5CAB76.


Background Color

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

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

This div background color is #5CAB76.


Border color

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

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

This div border color is #5CAB76.


Opacity

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

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

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

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

This text has shadow with #5CAB76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CAB76 on black background.


Color preview on white background

This text has color #5CAB76 on white background.



Black color preview on #5CAB76 background

This text has black color on #5CAB76 background.


White color preview on #5CAB76 background

This text has white color on #5CAB76 background.