COLOR #4C9851

HEX: #4C9851
RGB: (76,152,81)

Color info

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

RGB color model

#4C9851 color RGB value is (76,152,81).

  • red value is 76;
  • green value is 152;
  • blue value is 81.
RGB:
(76,152,81)
(30%,60%,32%)

RGB channels and saturation

R 76 of 255 = 30%
G 152 of 255 = 60%
B 81 of 255 = 32%

76
152
81

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

Portions of RGB colors in percentages

R + G + B =
76 + 152 + 81 = 309 (100%)
R 76 of 309 ~ 24.6%
G 152 of 309 ~ 49.19%
B 81 of 309 ~ 26.21%

%24.6
%49.19
%26.21

CMYK color model

#4C9851 color CMYK value is (50,0,47,40).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 46.71%
  • key color value is 40.39%
CMYK:
(50,0,47,40)
C50M0Y47K40 
(50%,0%,47%,40%)
(0.50/0.00/0.47/0.40)	

CMYK percentages

%50
%0
%46.71
%40.39

Codes

Color #4C9851 in popluar color models

4C9851
RGB7615281
HSL124°33.33%44.71%
HSB/HSV124°50.00%59.61%
CMYK50.00%0.00%46.71%
40.39%

Color #4C9851 in popluar number systems.

HEX4C9851
Decimal7615281
Binary1001100100110001010001
Octal114230121

Shades and tints

Shades of #4C9851

#4C9851
(76,152,81)
#468B4A
(70,139,74)
#407E43
(64,126,67)
#3A713C
(58,113,60)
#346435
(52,100,53)
#2E572E
(46,87,46)
#284A27
(40,74,39)
#223D20
(34,61,32)
#1C3019
(28,48,25)
#162312
(22,35,18)
#10160B
(16,22,11)
#000000
(0,0,0)

Tints of #4C9851

#4C9851
(76,152,81)
#5CA160
(92,161,96)
#6CAA6F
(108,170,111)
#7CB37E
(124,179,126)
#8CBC8D
(140,188,141)
#9CC59C
(156,197,156)
#ACCEAB
(172,206,171)
#BCD7BA
(188,215,186)
#CCE0C9
(204,224,201)
#DCE9D8
(220,233,216)
#ECF2E7
(236,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9851 color. Also use rgb(76,152,81) instead hex code.

Text Font Color

.myTextColor { color: #4C9851; }

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

This text font color is #4C9851.


Background Color

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

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

This div background color is #4C9851.


Border color

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

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

This div border color is #4C9851.


Opacity

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

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

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

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

This text has shadow with #4C9851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9851 on black background.


Color preview on white background

This text has color #4C9851 on white background.



Black color preview on #4C9851 background

This text has black color on #4C9851 background.


White color preview on #4C9851 background

This text has white color on #4C9851 background.