COLOR #4C8E53

HEX: #4C8E53
RGB: (76,142,83)

Color info

#4C8E53 contains mainly green and blue colors. Web safe color of #4C8E53 is #339966 (or #396).

RGB color model

#4C8E53 color RGB value is (76,142,83).

  • red value is 76;
  • green value is 142;
  • blue value is 83.
RGB:
(76,142,83)
(30%,56%,33%)

RGB channels and saturation

R 76 of 255 = 30%
G 142 of 255 = 56%
B 83 of 255 = 33%

76
142
83

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

Portions of RGB colors in percentages

R + G + B =
76 + 142 + 83 = 301 (100%)
R 76 of 301 ~ 25.25%
G 142 of 301 ~ 47.18%
B 83 of 301 ~ 27.57%

%25.25
%47.18
%27.57

CMYK color model

#4C8E53 color CMYK value is (46,0,42,44).

  • cyan value is 46.48%
  • magenta value is 0.00%
  • yellow value is 41.55%
  • key color value is 44.31%
CMYK:
(46,0,42,44)
C46M0Y42K44 
(46%,0%,42%,44%)
(0.46/0.00/0.42/0.44)	

CMYK percentages

%46.48
%0
%41.55
%44.31

Codes

Color #4C8E53 in popluar color models

4C8E53
RGB7614283
HSL126°30.28%42.75%
HSB/HSV126°46.48%55.69%
CMYK46.48%0.00%41.55%
44.31%

Color #4C8E53 in popluar number systems.

HEX4C8E53
Decimal7614283
Binary1001100100011101010011
Octal114216123

Shades and tints

Shades of #4C8E53

#4C8E53
(76,142,83)
#46824C
(70,130,76)
#407645
(64,118,69)
#3A6A3E
(58,106,62)
#345E37
(52,94,55)
#2E5230
(46,82,48)
#284629
(40,70,41)
#223A22
(34,58,34)
#1C2E1B
(28,46,27)
#162214
(22,34,20)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #4C8E53

#4C8E53
(76,142,83)
#5C9862
(92,152,98)
#6CA271
(108,162,113)
#7CAC80
(124,172,128)
#8CB68F
(140,182,143)
#9CC09E
(156,192,158)
#ACCAAD
(172,202,173)
#BCD4BC
(188,212,188)
#CCDECB
(204,222,203)
#DCE8DA
(220,232,218)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8E53 color. Also use rgb(76,142,83) instead hex code.

Text Font Color

.myTextColor { color: #4C8E53; }

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

This text font color is #4C8E53.


Background Color

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

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

This div background color is #4C8E53.


Border color

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

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

This div border color is #4C8E53.


Opacity

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

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

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

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

This text has shadow with #4C8E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8E53 on black background.


Color preview on white background

This text has color #4C8E53 on white background.



Black color preview on #4C8E53 background

This text has black color on #4C8E53 background.


White color preview on #4C8E53 background

This text has white color on #4C8E53 background.