COLOR #4C8B56

HEX: #4C8B56
RGB: (76,139,86)

Color info

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

RGB color model

#4C8B56 color RGB value is (76,139,86).

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

RGB channels and saturation

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

76
139
86

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

Portions of RGB colors in percentages

R + G + B =
76 + 139 + 86 = 301 (100%)
R 76 of 301 ~ 25.25%
G 139 of 301 ~ 46.18%
B 86 of 301 ~ 28.57%

%25.25
%46.18
%28.57

CMYK color model

#4C8B56 color CMYK value is (45,0,38,45).

  • cyan value is 45.32%
  • magenta value is 0.00%
  • yellow value is 38.13%
  • key color value is 45.49%
CMYK:
(45,0,38,45)
C45M0Y38K45 
(45%,0%,38%,45%)
(0.45/0.00/0.38/0.45)	

CMYK percentages

%45.32
%0
%38.13
%45.49

Codes

Color #4C8B56 in popluar color models

4C8B56
RGB7613986
HSL130°29.30%42.16%
HSB/HSV130°45.32%54.51%
CMYK45.32%0.00%38.13%
45.49%

Color #4C8B56 in popluar number systems.

HEX4C8B56
Decimal7613986
Binary1001100100010111010110
Octal114213126

Shades and tints

Shades of #4C8B56

#4C8B56
(76,139,86)
#467F4F
(70,127,79)
#407348
(64,115,72)
#3A6741
(58,103,65)
#345B3A
(52,91,58)
#2E4F33
(46,79,51)
#28432C
(40,67,44)
#223725
(34,55,37)
#1C2B1E
(28,43,30)
#161F17
(22,31,23)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #4C8B56

#4C8B56
(76,139,86)
#5C9565
(92,149,101)
#6C9F74
(108,159,116)
#7CA983
(124,169,131)
#8CB392
(140,179,146)
#9CBDA1
(156,189,161)
#ACC7B0
(172,199,176)
#BCD1BF
(188,209,191)
#CCDBCE
(204,219,206)
#DCE5DD
(220,229,221)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8B56; }

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

This text font color is #4C8B56.


Background Color

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

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

This div background color is #4C8B56.


Border color

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

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

This div border color is #4C8B56.


Opacity

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

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

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

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

This text has shadow with #4C8B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8B56 on black background.


Color preview on white background

This text has color #4C8B56 on white background.



Black color preview on #4C8B56 background

This text has black color on #4C8B56 background.


White color preview on #4C8B56 background

This text has white color on #4C8B56 background.