COLOR #4C8746

HEX: #4C8746
RGB: (76,135,70)

Color info

#4C8746 contains mainly red and green colors. Web safe color of #4C8746 is #339933 (or #393).

RGB color model

#4C8746 color RGB value is (76,135,70).

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

RGB channels and saturation

R 76 of 255 = 30%
G 135 of 255 = 53%
B 70 of 255 = 27%

76
135
70

R + G + B ~ 37%. #4C8746 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 135 + 70 = 281 (100%)
R 76 of 281 ~ 27.05%
G 135 of 281 ~ 48.04%
B 70 of 281 ~ 24.91%

%27.05
%48.04
%24.91

CMYK color model

#4C8746 color CMYK value is (44,0,48,47).

  • cyan value is 43.70%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 47.06%
CMYK:
(44,0,48,47)
C44M0Y48K47 
(44%,0%,48%,47%)
(0.44/0.00/0.48/0.47)	

CMYK percentages

%43.7
%0
%48.15
%47.06

Codes

Color #4C8746 in popluar color models

4C8746
RGB7613570
HSL114°31.71%40.20%
HSB/HSV114°48.15%52.94%
CMYK43.70%0.00%48.15%
47.06%

Color #4C8746 in popluar number systems.

HEX4C8746
Decimal7613570
Binary1001100100001111000110
Octal114207106

Shades and tints

Shades of #4C8746

#4C8746
(76,135,70)
#467B40
(70,123,64)
#406F3A
(64,111,58)
#3A6334
(58,99,52)
#34572E
(52,87,46)
#2E4B28
(46,75,40)
#283F22
(40,63,34)
#22331C
(34,51,28)
#1C2716
(28,39,22)
#161B10
(22,27,16)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #4C8746

#4C8746
(76,135,70)
#5C9156
(92,145,86)
#6C9B66
(108,155,102)
#7CA576
(124,165,118)
#8CAF86
(140,175,134)
#9CB996
(156,185,150)
#ACC3A6
(172,195,166)
#BCCDB6
(188,205,182)
#CCD7C6
(204,215,198)
#DCE1D6
(220,225,214)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8746; }

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

This text font color is #4C8746.


Background Color

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

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

This div background color is #4C8746.


Border color

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

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

This div border color is #4C8746.


Opacity

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

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

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

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

This text has shadow with #4C8746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8746 on black background.


Color preview on white background

This text has color #4C8746 on white background.



Black color preview on #4C8746 background

This text has black color on #4C8746 background.


White color preview on #4C8746 background

This text has white color on #4C8746 background.