COLOR #4C871C

HEX: #4C871C
RGB: (76,135,28)

Color info

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

RGB color model

#4C871C color RGB value is (76,135,28).

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

RGB channels and saturation

R 76 of 255 = 30%
G 135 of 255 = 53%
B 28 of 255 = 11%

76
135
28

R + G + B ~ 31%. #4C871C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 135 + 28 = 239 (100%)
R 76 of 239 ~ 31.8%
G 135 of 239 ~ 56.49%
B 28 of 239 ~ 11.72%

%31.8
%56.49
%11.72

CMYK color model

#4C871C color CMYK value is (44,0,79,47).

  • cyan value is 43.70%
  • magenta value is 0.00%
  • yellow value is 79.26%
  • key color value is 47.06%
CMYK:
(44,0,79,47)
C44M0Y79K47 
(44%,0%,79%,47%)
(0.44/0.00/0.79/0.47)	

CMYK percentages

%43.7
%0
%79.26
%47.06

Codes

Color #4C871C in popluar color models

4C871C
RGB7613528
HSL93°65.64%31.96%
HSB/HSV93°79.26%52.94%
CMYK43.70%0.00%79.26%
47.06%

Color #4C871C in popluar number systems.

HEX4C871C
Decimal7613528
Binary10011001000011111100
Octal11420734

Shades and tints

Shades of #4C871C

#4C871C
(76,135,28)
#467B1A
(70,123,26)
#406F18
(64,111,24)
#3A6316
(58,99,22)
#345714
(52,87,20)
#2E4B12
(46,75,18)
#283F10
(40,63,16)
#22330E
(34,51,14)
#1C270C
(28,39,12)
#161B0A
(22,27,10)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #4C871C

#4C871C
(76,135,28)
#5C9130
(92,145,48)
#6C9B44
(108,155,68)
#7CA558
(124,165,88)
#8CAF6C
(140,175,108)
#9CB980
(156,185,128)
#ACC394
(172,195,148)
#BCCDA8
(188,205,168)
#CCD7BC
(204,215,188)
#DCE1D0
(220,225,208)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C871C; }

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

This text font color is #4C871C.


Background Color

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

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

This div background color is #4C871C.


Border color

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

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

This div border color is #4C871C.


Opacity

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

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

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

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

This text has shadow with #4C871C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C871C on black background.


Color preview on white background

This text has color #4C871C on white background.



Black color preview on #4C871C background

This text has black color on #4C871C background.


White color preview on #4C871C background

This text has white color on #4C871C background.