COLOR #5CB44D

HEX: #5CB44D
RGB: (92,180,77)

Color info

#5CB44D contains mainly green color. Web safe color of #5CB44D is #66CC33 (or #6C3).

RGB color model

#5CB44D color RGB value is (92,180,77).

  • red value is 92;
  • green value is 180;
  • blue value is 77.
RGB:
(92,180,77)
(36%,71%,30%)

RGB channels and saturation

R 92 of 255 = 36%
G 180 of 255 = 71%
B 77 of 255 = 30%

92
180
77

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

Portions of RGB colors in percentages

R + G + B =
92 + 180 + 77 = 349 (100%)
R 92 of 349 ~ 26.36%
G 180 of 349 ~ 51.58%
B 77 of 349 ~ 22.06%

%26.36
%51.58
%22.06

CMYK color model

#5CB44D color CMYK value is (49,0,57,29).

  • cyan value is 48.89%
  • magenta value is 0.00%
  • yellow value is 57.22%
  • key color value is 29.41%
CMYK:
(49,0,57,29)
C49M0Y57K29 
(49%,0%,57%,29%)
(0.49/0.00/0.57/0.29)	

CMYK percentages

%48.89
%0
%57.22
%29.41

Codes

Color #5CB44D in popluar color models

5CB44D
RGB9218077
HSL111°40.71%50.39%
HSB/HSV111°57.22%70.59%
CMYK48.89%0.00%57.22%
29.41%

Color #5CB44D in popluar number systems.

HEX5CB44D
Decimal9218077
Binary1011100101101001001101
Octal134264115

Shades and tints

Shades of #5CB44D

#5CB44D
(92,180,77)
#54A446
(84,164,70)
#4C943F
(76,148,63)
#448438
(68,132,56)
#3C7431
(60,116,49)
#34642A
(52,100,42)
#2C5423
(44,84,35)
#24441C
(36,68,28)
#1C3415
(28,52,21)
#14240E
(20,36,14)
#0C1407
(12,20,7)
#000000
(0,0,0)

Tints of #5CB44D

#5CB44D
(92,180,77)
#6ABA5D
(106,186,93)
#78C06D
(120,192,109)
#86C67D
(134,198,125)
#94CC8D
(148,204,141)
#A2D29D
(162,210,157)
#B0D8AD
(176,216,173)
#BEDEBD
(190,222,189)
#CCE4CD
(204,228,205)
#DAEADD
(218,234,221)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB44D color. Also use rgb(92,180,77) instead hex code.

Text Font Color

.myTextColor { color: #5CB44D; }

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

This text font color is #5CB44D.


Background Color

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

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

This div background color is #5CB44D.


Border color

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

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

This div border color is #5CB44D.


Opacity

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

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

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

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

This text has shadow with #5CB44D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB44D on black background.


Color preview on white background

This text has color #5CB44D on white background.



Black color preview on #5CB44D background

This text has black color on #5CB44D background.


White color preview on #5CB44D background

This text has white color on #5CB44D background.