COLOR #4C8741

HEX: #4C8741
RGB: (76,135,65)

Color info

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

RGB color model

#4C8741 color RGB value is (76,135,65).

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

RGB channels and saturation

R 76 of 255 = 30%
G 135 of 255 = 53%
B 65 of 255 = 25%

76
135
65

R + G + B ~ 36%. #4C8741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 135 + 65 = 276 (100%)
R 76 of 276 ~ 27.54%
G 135 of 276 ~ 48.91%
B 65 of 276 ~ 23.55%

%27.54
%48.91
%23.55

CMYK color model

#4C8741 color CMYK value is (44,0,52,47).

  • cyan value is 43.70%
  • magenta value is 0.00%
  • yellow value is 51.85%
  • key color value is 47.06%
CMYK:
(44,0,52,47)
C44M0Y52K47 
(44%,0%,52%,47%)
(0.44/0.00/0.52/0.47)	

CMYK percentages

%43.7
%0
%51.85
%47.06

Codes

Color #4C8741 in popluar color models

4C8741
RGB7613565
HSL111°35.00%39.22%
HSB/HSV111°51.85%52.94%
CMYK43.70%0.00%51.85%
47.06%

Color #4C8741 in popluar number systems.

HEX4C8741
Decimal7613565
Binary1001100100001111000001
Octal114207101

Shades and tints

Shades of #4C8741

#4C8741
(76,135,65)
#467B3C
(70,123,60)
#406F37
(64,111,55)
#3A6332
(58,99,50)
#34572D
(52,87,45)
#2E4B28
(46,75,40)
#283F23
(40,63,35)
#22331E
(34,51,30)
#1C2719
(28,39,25)
#161B14
(22,27,20)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #4C8741

#4C8741
(76,135,65)
#5C9152
(92,145,82)
#6C9B63
(108,155,99)
#7CA574
(124,165,116)
#8CAF85
(140,175,133)
#9CB996
(156,185,150)
#ACC3A7
(172,195,167)
#BCCDB8
(188,205,184)
#CCD7C9
(204,215,201)
#DCE1DA
(220,225,218)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8741; }

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

This text font color is #4C8741.


Background Color

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

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

This div background color is #4C8741.


Border color

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

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

This div border color is #4C8741.


Opacity

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

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

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

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

This text has shadow with #4C8741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8741 on black background.


Color preview on white background

This text has color #4C8741 on white background.



Black color preview on #4C8741 background

This text has black color on #4C8741 background.


White color preview on #4C8741 background

This text has white color on #4C8741 background.