COLOR #5CAE54

HEX: #5CAE54 RGB: (92,174,84)

Color info

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

RGB color model

#5CAE54 color RGB value is (92,174,84).

RGB: (92,174,84) (36%, 68%, 33%)

RGB channels and saturation

R 92 of 255 = 36%
G 174 of 255 = 68%
B 84 of 255 = 33%

92
174
84

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

Portions of RGB colors in percentages

R + G + B = 92 + 174 + 84 = 350 (100%)
R 92 of 350 ~ 26.29%
G 174 of 350 ~ 49.71%
B 84 of 350 ~ 24'%

%26.29
%49.71
%24

CMYK color model

#5CAE54 color CMYK value is (47,0,52,32).

  • cyan value is 47.13%
  • magenta value is 0.00%
  • yellow value is 51.72%
  • key color value is 31.76%

CMYK: (47,0,52,32)
C47M0Y52K32 (47%, 0%, 52%, 32%)
(0.47 / 0.00 / 0.52 / 0.32)

CMYK percentages

%47.13
%0
%51.72
%31.76

Codes

Color #5CAE54 in popluar color models

5C AE 54
RGB 92 174 84
HSL 115° 35.71% 50.59%
HSB/HSV 115° 51.72% 68.24%
CMYK 47.13% 0.00% 51.72%
31.76%

Color #5CAE54 in popluar number systems.

HEX 5C AE 54
Decimal 92 174 84
Binary 1011100 10101110 1010100
Octal 134 256 124

Shades and tints

Shades of #5CAE54

#5CAE54
(92,174,84)
#549F4D
(84,159,77)
#4C9046
(76,144,70)
#44813F
(68,129,63)
#3C7238
(60,114,56)
#346331
(52,99,49)
#2C542A
(44,84,42)
#244523
(36,69,35)
#1C361C
(28,54,28)
#142715
(20,39,21)
#0C180E
(12,24,14)
#000000
(0,0,0)

Tints of #5CAE54

#5CAE54
(92,174,84)
#6AB563
(106,181,99)
#78BC72
(120,188,114)
#86C381
(134,195,129)
#94CA90
(148,202,144)
#A2D19F
(162,209,159)
#B0D8AE
(176,216,174)
#BEDFBD
(190,223,189)
#CCE6CC
(204,230,204)
#DAEDDB
(218,237,219)
#E8F4EA
(232,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CAE54; }

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

This text font color is #5CAE54.

Background Color

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

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

This div background color is #5CAE54.

Border color

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

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

This div border color is #5CAE54.

Opacity

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

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

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

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

This text has shadow with #5CAE54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CAE54.

Preview

Color preview on black background

This text has color #5CAE54 on black background.


Color preview on white background

This text has color #5CAE54 on white background.


Black color preview on #5CAE54 background

This text has black color on #5CAE54 background.


White color preview on #5CAE54 background

This text has white color on #5CAE54 background.


Related colors

Complementary color

Complementary color for #hex is #A351AB.


I love getcolorcode.com

Triadic colors

1 #545CAE and #AE545C with #5CAE54 are triadic colors.

2 #54AE5C and #AE5C54 with #5CAE54 are triadic colors.