COLOR #4C8760

HEX: #4C8760
RGB: (76,135,96)

Color info

#4C8760 contains red, green and blue colors in about the same proportion. Web safe color of #4C8760 is #339966 (or #396).

RGB color model

#4C8760 color RGB value is (76,135,96).

  • red value is 76;
  • green value is 135;
  • blue value is 96.
RGB:
(76,135,96)
(30%,53%,38%)

RGB channels and saturation

R 76 of 255 = 30%
G 135 of 255 = 53%
B 96 of 255 = 38%

76
135
96

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

Portions of RGB colors in percentages

R + G + B =
76 + 135 + 96 = 307 (100%)
R 76 of 307 ~ 24.76%
G 135 of 307 ~ 43.97%
B 96 of 307 ~ 31.27%

%24.76
%43.97
%31.27

CMYK color model

#4C8760 color CMYK value is (44,0,29,47).

  • cyan value is 43.70%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 47.06%
CMYK:
(44,0,29,47)
C44M0Y29K47 
(44%,0%,29%,47%)
(0.44/0.00/0.29/0.47)	

CMYK percentages

%43.7
%0
%28.89
%47.06

Codes

Color #4C8760 in popluar color models

4C8760
RGB7613596
HSL140°27.96%41.37%
HSB/HSV140°43.70%52.94%
CMYK43.70%0.00%28.89%
47.06%

Color #4C8760 in popluar number systems.

HEX4C8760
Decimal7613596
Binary1001100100001111100000
Octal114207140

Shades and tints

Shades of #4C8760

#4C8760
(76,135,96)
#467B58
(70,123,88)
#406F50
(64,111,80)
#3A6348
(58,99,72)
#345740
(52,87,64)
#2E4B38
(46,75,56)
#283F30
(40,63,48)
#223328
(34,51,40)
#1C2720
(28,39,32)
#161B18
(22,27,24)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #4C8760

#4C8760
(76,135,96)
#5C916E
(92,145,110)
#6C9B7C
(108,155,124)
#7CA58A
(124,165,138)
#8CAF98
(140,175,152)
#9CB9A6
(156,185,166)
#ACC3B4
(172,195,180)
#BCCDC2
(188,205,194)
#CCD7D0
(204,215,208)
#DCE1DE
(220,225,222)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8760 color. Also use rgb(76,135,96) instead hex code.

Text Font Color

.myTextColor { color: #4C8760; }

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

This text font color is #4C8760.


Background Color

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

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

This div background color is #4C8760.


Border color

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

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

This div border color is #4C8760.


Opacity

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

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

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

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

This text has shadow with #4C8760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8760 on black background.


Color preview on white background

This text has color #4C8760 on white background.



Black color preview on #4C8760 background

This text has black color on #4C8760 background.


White color preview on #4C8760 background

This text has white color on #4C8760 background.