COLOR #4C8C56

HEX: #4C8C56
RGB: (76,140,86)

Color info

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

RGB color model

#4C8C56 color RGB value is (76,140,86).

  • red value is 76;
  • green value is 140;
  • blue value is 86.
RGB:
(76,140,86)
(30%,55%,34%)

RGB channels and saturation

R 76 of 255 = 30%
G 140 of 255 = 55%
B 86 of 255 = 34%

76
140
86

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

Portions of RGB colors in percentages

R + G + B =
76 + 140 + 86 = 302 (100%)
R 76 of 302 ~ 25.17%
G 140 of 302 ~ 46.36%
B 86 of 302 ~ 28.48%

%25.17
%46.36
%28.48

CMYK color model

#4C8C56 color CMYK value is (46,0,39,45).

  • cyan value is 45.71%
  • magenta value is 0.00%
  • yellow value is 38.57%
  • key color value is 45.10%
CMYK:
(46,0,39,45)
C46M0Y39K45 
(46%,0%,39%,45%)
(0.46/0.00/0.39/0.45)	

CMYK percentages

%45.71
%0
%38.57
%45.1

Codes

Color #4C8C56 in popluar color models

4C8C56
RGB7614086
HSL129°29.63%42.35%
HSB/HSV129°45.71%54.90%
CMYK45.71%0.00%38.57%
45.10%

Color #4C8C56 in popluar number systems.

HEX4C8C56
Decimal7614086
Binary1001100100011001010110
Octal114214126

Shades and tints

Shades of #4C8C56

#4C8C56
(76,140,86)
#46804F
(70,128,79)
#407448
(64,116,72)
#3A6841
(58,104,65)
#345C3A
(52,92,58)
#2E5033
(46,80,51)
#28442C
(40,68,44)
#223825
(34,56,37)
#1C2C1E
(28,44,30)
#162017
(22,32,23)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #4C8C56

#4C8C56
(76,140,86)
#5C9665
(92,150,101)
#6CA074
(108,160,116)
#7CAA83
(124,170,131)
#8CB492
(140,180,146)
#9CBEA1
(156,190,161)
#ACC8B0
(172,200,176)
#BCD2BF
(188,210,191)
#CCDCCE
(204,220,206)
#DCE6DD
(220,230,221)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8C56 color. Also use rgb(76,140,86) instead hex code.

Text Font Color

.myTextColor { color: #4C8C56; }

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

This text font color is #4C8C56.


Background Color

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

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

This div background color is #4C8C56.


Border color

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

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

This div border color is #4C8C56.


Opacity

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

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

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

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

This text has shadow with #4C8C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8C56 on black background.


Color preview on white background

This text has color #4C8C56 on white background.



Black color preview on #4C8C56 background

This text has black color on #4C8C56 background.


White color preview on #4C8C56 background

This text has white color on #4C8C56 background.