COLOR #5CB04E

HEX: #5CB04E
RGB: (92,176,78)

Color info

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

RGB color model

#5CB04E color RGB value is (92,176,78).

  • red value is 92;
  • green value is 176;
  • blue value is 78.
RGB:
(92,176,78)
(36%,69%,31%)

RGB channels and saturation

R 92 of 255 = 36%
G 176 of 255 = 69%
B 78 of 255 = 31%

92
176
78

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

Portions of RGB colors in percentages

R + G + B =
92 + 176 + 78 = 346 (100%)
R 92 of 346 ~ 26.59%
G 176 of 346 ~ 50.87%
B 78 of 346 ~ 22.54%

%26.59
%50.87
%22.54

CMYK color model

#5CB04E color CMYK value is (48,0,56,31).

  • cyan value is 47.73%
  • magenta value is 0.00%
  • yellow value is 55.68%
  • key color value is 30.98%
CMYK:
(48,0,56,31)
C48M0Y56K31 
(48%,0%,56%,31%)
(0.48/0.00/0.56/0.31)	

CMYK percentages

%47.73
%0
%55.68
%30.98

Codes

Color #5CB04E in popluar color models

5CB04E
RGB9217678
HSL111°38.58%49.80%
HSB/HSV111°55.68%69.02%
CMYK47.73%0.00%55.68%
30.98%

Color #5CB04E in popluar number systems.

HEX5CB04E
Decimal9217678
Binary1011100101100001001110
Octal134260116

Shades and tints

Shades of #5CB04E

#5CB04E
(92,176,78)
#54A047
(84,160,71)
#4C9040
(76,144,64)
#448039
(68,128,57)
#3C7032
(60,112,50)
#34602B
(52,96,43)
#2C5024
(44,80,36)
#24401D
(36,64,29)
#1C3016
(28,48,22)
#14200F
(20,32,15)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #5CB04E

#5CB04E
(92,176,78)
#6AB75E
(106,183,94)
#78BE6E
(120,190,110)
#86C57E
(134,197,126)
#94CC8E
(148,204,142)
#A2D39E
(162,211,158)
#B0DAAE
(176,218,174)
#BEE1BE
(190,225,190)
#CCE8CE
(204,232,206)
#DAEFDE
(218,239,222)
#E8F6EE
(232,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB04E color. Also use rgb(92,176,78) instead hex code.

Text Font Color

.myTextColor { color: #5CB04E; }

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

This text font color is #5CB04E.


Background Color

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

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

This div background color is #5CB04E.


Border color

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

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

This div border color is #5CB04E.


Opacity

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

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

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

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

This text has shadow with #5CB04E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB04E on black background.


Color preview on white background

This text has color #5CB04E on white background.



Black color preview on #5CB04E background

This text has black color on #5CB04E background.


White color preview on #5CB04E background

This text has white color on #5CB04E background.