COLOR #5CAF84

HEX: #5CAF84
RGB: (92,175,132)

Color info

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

RGB color model

#5CAF84 color RGB value is (92,175,132).

  • red value is 92;
  • green value is 175;
  • blue value is 132.
RGB:
(92,175,132)
(36%,69%,52%)

RGB channels and saturation

R 92 of 255 = 36%
G 175 of 255 = 69%
B 132 of 255 = 52%

92
175
132

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

Portions of RGB colors in percentages

R + G + B =
92 + 175 + 132 = 399 (100%)
R 92 of 399 ~ 23.06%
G 175 of 399 ~ 43.86%
B 132 of 399 ~ 33.08%

%23.06
%43.86
%33.08

CMYK color model

#5CAF84 color CMYK value is (47,0,25,31).

  • cyan value is 47.43%
  • magenta value is 0.00%
  • yellow value is 24.57%
  • key color value is 31.37%
CMYK:
(47,0,25,31)
C47M0Y25K31 
(47%,0%,25%,31%)
(0.47/0.00/0.25/0.31)	

CMYK percentages

%47.43
%0
%24.57
%31.37

Codes

Color #5CAF84 in popluar color models

5CAF84
RGB92175132
HSL149°34.16%52.35%
HSB/HSV149°47.43%68.63%
CMYK47.43%0.00%24.57%
31.37%

Color #5CAF84 in popluar number systems.

HEX5CAF84
Decimal92175132
Binary10111001010111110000100
Octal134257204

Shades and tints

Shades of #5CAF84

#5CAF84
(92,175,132)
#54A078
(84,160,120)
#4C916C
(76,145,108)
#448260
(68,130,96)
#3C7354
(60,115,84)
#346448
(52,100,72)
#2C553C
(44,85,60)
#244630
(36,70,48)
#1C3724
(28,55,36)
#142818
(20,40,24)
#0C190C
(12,25,12)
#000000
(0,0,0)

Tints of #5CAF84

#5CAF84
(92,175,132)
#6AB68F
(106,182,143)
#78BD9A
(120,189,154)
#86C4A5
(134,196,165)
#94CBB0
(148,203,176)
#A2D2BB
(162,210,187)
#B0D9C6
(176,217,198)
#BEE0D1
(190,224,209)
#CCE7DC
(204,231,220)
#DAEEE7
(218,238,231)
#E8F5F2
(232,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CAF84; }

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

This text font color is #5CAF84.


Background Color

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

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

This div background color is #5CAF84.


Border color

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

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

This div border color is #5CAF84.


Opacity

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

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

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

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

This text has shadow with #5CAF84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CAF84 on black background.


Color preview on white background

This text has color #5CAF84 on white background.



Black color preview on #5CAF84 background

This text has black color on #5CAF84 background.


White color preview on #5CAF84 background

This text has white color on #5CAF84 background.