COLOR #4C8705

HEX: #4C8705 RGB: (76,135,5)

Color info

#4C8705 contains mainly red and green colors. Web safe color of #4C8705 is #339900 (or #390).

RGB color model

#4C8705 color RGB value is (76,135,5).

RGB: (76,135,5) (30%, 53%, 2%)

RGB channels and saturation

R 76 of 255 = 30%
G 135 of 255 = 53%
B 5 of 255 = 2%

76
135
5

R + G + B ~ 28%. #4C8705 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 135 + 5 = 216 (100%)
R 76 of 216 ~ 35.19%
G 135 of 216 ~ 62.5%
B 5 of 216 ~ 2.31'%

%35.19
%62.5

CMYK color model

#4C8705 color CMYK value is (44,0,96,47).

  • cyan value is 43.70%
  • magenta value is 0.00%
  • yellow value is 96.30%
  • key color value is 47.06%

CMYK: (44,0,96,47)
C44M0Y96K47 (44%, 0%, 96%, 47%)
(0.44 / 0.00 / 0.96 / 0.47)

CMYK percentages

%43.7
%0
%96.3
%47.06

Codes

Color #4C8705 in popluar color models

4C 87 05
RGB 76 135 5
HSL 87° 92.86% 27.45%
HSB/HSV 87° 96.30% 52.94%
CMYK 43.70% 0.00% 96.30%
47.06%

Color #4C8705 in popluar number systems.

HEX 4C 87 05
Decimal 76 135 5
Binary 1001100 10000111 101
Octal 114 207 5

Shades and tints

Shades of #4C8705

#4C8705
(76,135,5)
#467B05
(70,123,5)
#406F05
(64,111,5)
#3A6305
(58,99,5)
#345705
(52,87,5)
#2E4B05
(46,75,5)
#283F05
(40,63,5)
#223305
(34,51,5)
#1C2705
(28,39,5)
#161B05
(22,27,5)
#100F05
(16,15,5)
#000000
(0,0,0)

Tints of #4C8705

#4C8705
(76,135,5)
#5C911B
(92,145,27)
#6C9B31
(108,155,49)
#7CA547
(124,165,71)
#8CAF5D
(140,175,93)
#9CB973
(156,185,115)
#ACC389
(172,195,137)
#BCCD9F
(188,205,159)
#CCD7B5
(204,215,181)
#DCE1CB
(220,225,203)
#ECEBE1
(236,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8705; }

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

This text font color is #4C8705.

Background Color

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

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

This div background color is #4C8705.

Border color

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

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

This div border color is #4C8705.

Opacity

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

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

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

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

This text has shadow with #4C8705 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C8705.

Preview

Color preview on black background

This text has color #4C8705 on black background.


Color preview on white background

This text has color #4C8705 on white background.


Black color preview on #4C8705 background

This text has black color on #4C8705 background.


White color preview on #4C8705 background

This text has white color on #4C8705 background.


Related colors

Complementary color

Complementary color for #4C8705 is #B378FA.


I love getcolorcode.com

Triadic colors

1 #054C87 and #87054C with #4C8705 are triadic colors.

2 #05874C and #874C05 with #4C8705 are triadic colors.