COLOR #4CB04E

HEX: #4CB04E
RGB: (76,176,78)

Color info

#4CB04E contains mainly green color. Web safe color of #4CB04E is #339966 (or #396).

RGB color model

#4CB04E color RGB value is (76,176,78).

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

RGB channels and saturation

R 76 of 255 = 30%
G 176 of 255 = 69%
B 78 of 255 = 31%

76
176
78

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

Portions of RGB colors in percentages

R + G + B =
76 + 176 + 78 = 330 (100%)
R 76 of 330 ~ 23.03%
G 176 of 330 ~ 53.33%
B 78 of 330 ~ 23.64%

%23.03
%53.33
%23.64

CMYK color model

#4CB04E color CMYK value is (57,0,56,31).

  • cyan value is 56.82%
  • magenta value is 0.00%
  • yellow value is 55.68%
  • key color value is 30.98%
CMYK:
(57,0,56,31)
C57M0Y56K31 
(57%,0%,56%,31%)
(0.57/0.00/0.56/0.31)	

CMYK percentages

%56.82
%0
%55.68
%30.98

Codes

Color #4CB04E in popluar color models

4CB04E
RGB7617678
HSL121°39.68%49.41%
HSB/HSV121°56.82%69.02%
CMYK56.82%0.00%55.68%
30.98%

Color #4CB04E in popluar number systems.

HEX4CB04E
Decimal7617678
Binary1001100101100001001110
Octal114260116

Shades and tints

Shades of #4CB04E

#4CB04E
(76,176,78)
#46A047
(70,160,71)
#409040
(64,144,64)
#3A8039
(58,128,57)
#347032
(52,112,50)
#2E602B
(46,96,43)
#285024
(40,80,36)
#22401D
(34,64,29)
#1C3016
(28,48,22)
#16200F
(22,32,15)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #4CB04E

#4CB04E
(76,176,78)
#5CB75E
(92,183,94)
#6CBE6E
(108,190,110)
#7CC57E
(124,197,126)
#8CCC8E
(140,204,142)
#9CD39E
(156,211,158)
#ACDAAE
(172,218,174)
#BCE1BE
(188,225,190)
#CCE8CE
(204,232,206)
#DCEFDE
(220,239,222)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CB04E; }

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

This text font color is #4CB04E.


Background Color

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

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

This div background color is #4CB04E.


Border color

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

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

This div border color is #4CB04E.


Opacity

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

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

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

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

This text has shadow with #4CB04E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB04E on black background.


Color preview on white background

This text has color #4CB04E on white background.



Black color preview on #4CB04E background

This text has black color on #4CB04E background.


White color preview on #4CB04E background

This text has white color on #4CB04E background.