COLOR #5CAD83

HEX: #5CAD83
RGB: (92,173,131)

Color info

#5CAD83 contains mainly green and blue colors. Web safe color of #5CAD83 is #669999 (or #699).

RGB color model

#5CAD83 color RGB value is (92,173,131).

  • red value is 92;
  • green value is 173;
  • blue value is 131.
RGB:
(92,173,131)
(36%,68%,51%)

RGB channels and saturation

R 92 of 255 = 36%
G 173 of 255 = 68%
B 131 of 255 = 51%

92
173
131

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

Portions of RGB colors in percentages

R + G + B =
92 + 173 + 131 = 396 (100%)
R 92 of 396 ~ 23.23%
G 173 of 396 ~ 43.69%
B 131 of 396 ~ 33.08%

%23.23
%43.69
%33.08

CMYK color model

#5CAD83 color CMYK value is (47,0,24,32).

  • cyan value is 46.82%
  • magenta value is 0.00%
  • yellow value is 24.28%
  • key color value is 32.16%
CMYK:
(47,0,24,32)
C47M0Y24K32 
(47%,0%,24%,32%)
(0.47/0.00/0.24/0.32)	

CMYK percentages

%46.82
%0
%24.28
%32.16

Codes

Color #5CAD83 in popluar color models

5CAD83
RGB92173131
HSL149°33.06%51.96%
HSB/HSV149°46.82%67.84%
CMYK46.82%0.00%24.28%
32.16%

Color #5CAD83 in popluar number systems.

HEX5CAD83
Decimal92173131
Binary10111001010110110000011
Octal134255203

Shades and tints

Shades of #5CAD83

#5CAD83
(92,173,131)
#549E78
(84,158,120)
#4C8F6D
(76,143,109)
#448062
(68,128,98)
#3C7157
(60,113,87)
#34624C
(52,98,76)
#2C5341
(44,83,65)
#244436
(36,68,54)
#1C352B
(28,53,43)
#142620
(20,38,32)
#0C1715
(12,23,21)
#000000
(0,0,0)

Tints of #5CAD83

#5CAD83
(92,173,131)
#6AB48E
(106,180,142)
#78BB99
(120,187,153)
#86C2A4
(134,194,164)
#94C9AF
(148,201,175)
#A2D0BA
(162,208,186)
#B0D7C5
(176,215,197)
#BEDED0
(190,222,208)
#CCE5DB
(204,229,219)
#DAECE6
(218,236,230)
#E8F3F1
(232,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CAD83; }

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

This text font color is #5CAD83.


Background Color

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

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

This div background color is #5CAD83.


Border color

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

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

This div border color is #5CAD83.


Opacity

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

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

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

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

This text has shadow with #5CAD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CAD83 on black background.


Color preview on white background

This text has color #5CAD83 on white background.



Black color preview on #5CAD83 background

This text has black color on #5CAD83 background.


White color preview on #5CAD83 background

This text has white color on #5CAD83 background.