COLOR #4C8854

HEX: #4C8854
RGB: (76,136,84)

Color info

#4C8854 contains mainly green and blue colors. Web safe color of #4C8854 is #339966 (or #396).

RGB color model

#4C8854 color RGB value is (76,136,84).

  • red value is 76;
  • green value is 136;
  • blue value is 84.
RGB:
(76,136,84)
(30%,53%,33%)

RGB channels and saturation

R 76 of 255 = 30%
G 136 of 255 = 53%
B 84 of 255 = 33%

76
136
84

R + G + B ~ 39%. #4C8854 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 136 + 84 = 296 (100%)
R 76 of 296 ~ 25.68%
G 136 of 296 ~ 45.95%
B 84 of 296 ~ 28.38%

%25.68
%45.95
%28.38

CMYK color model

#4C8854 color CMYK value is (44,0,38,47).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 46.67%
CMYK:
(44,0,38,47)
C44M0Y38K47 
(44%,0%,38%,47%)
(0.44/0.00/0.38/0.47)	

CMYK percentages

%44.12
%0
%38.24
%46.67

Codes

Color #4C8854 in popluar color models

4C8854
RGB7613684
HSL128°28.30%41.57%
HSB/HSV128°44.12%53.33%
CMYK44.12%0.00%38.24%
46.67%

Color #4C8854 in popluar number systems.

HEX4C8854
Decimal7613684
Binary1001100100010001010100
Octal114210124

Shades and tints

Shades of #4C8854

#4C8854
(76,136,84)
#467C4D
(70,124,77)
#407046
(64,112,70)
#3A643F
(58,100,63)
#345838
(52,88,56)
#2E4C31
(46,76,49)
#28402A
(40,64,42)
#223423
(34,52,35)
#1C281C
(28,40,28)
#161C15
(22,28,21)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #4C8854

#4C8854
(76,136,84)
#5C9263
(92,146,99)
#6C9C72
(108,156,114)
#7CA681
(124,166,129)
#8CB090
(140,176,144)
#9CBA9F
(156,186,159)
#ACC4AE
(172,196,174)
#BCCEBD
(188,206,189)
#CCD8CC
(204,216,204)
#DCE2DB
(220,226,219)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8854 color. Also use rgb(76,136,84) instead hex code.

Text Font Color

.myTextColor { color: #4C8854; }

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

This text font color is #4C8854.


Background Color

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

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

This div background color is #4C8854.


Border color

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

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

This div border color is #4C8854.


Opacity

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

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

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

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

This text has shadow with #4C8854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8854 on black background.


Color preview on white background

This text has color #4C8854 on white background.



Black color preview on #4C8854 background

This text has black color on #4C8854 background.


White color preview on #4C8854 background

This text has white color on #4C8854 background.