COLOR #4C8851

HEX: #4C8851
RGB: (76,136,81)

Color info

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

RGB color model

#4C8851 color RGB value is (76,136,81).

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

RGB channels and saturation

R 76 of 255 = 30%
G 136 of 255 = 53%
B 81 of 255 = 32%

76
136
81

R + G + B ~ 38%. #4C8851 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 136 + 81 = 293 (100%)
R 76 of 293 ~ 25.94%
G 136 of 293 ~ 46.42%
B 81 of 293 ~ 27.65%

%25.94
%46.42
%27.65

CMYK color model

#4C8851 color CMYK value is (44,0,40,47).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 40.44%
  • key color value is 46.67%
CMYK:
(44,0,40,47)
C44M0Y40K47 
(44%,0%,40%,47%)
(0.44/0.00/0.40/0.47)	

CMYK percentages

%44.12
%0
%40.44
%46.67

Codes

Color #4C8851 in popluar color models

4C8851
RGB7613681
HSL125°28.30%41.57%
HSB/HSV125°44.12%53.33%
CMYK44.12%0.00%40.44%
46.67%

Color #4C8851 in popluar number systems.

HEX4C8851
Decimal7613681
Binary1001100100010001010001
Octal114210121

Shades and tints

Shades of #4C8851

#4C8851
(76,136,81)
#467C4A
(70,124,74)
#407043
(64,112,67)
#3A643C
(58,100,60)
#345835
(52,88,53)
#2E4C2E
(46,76,46)
#284027
(40,64,39)
#223420
(34,52,32)
#1C2819
(28,40,25)
#161C12
(22,28,18)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #4C8851

#4C8851
(76,136,81)
#5C9260
(92,146,96)
#6C9C6F
(108,156,111)
#7CA67E
(124,166,126)
#8CB08D
(140,176,141)
#9CBA9C
(156,186,156)
#ACC4AB
(172,196,171)
#BCCEBA
(188,206,186)
#CCD8C9
(204,216,201)
#DCE2D8
(220,226,216)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8851; }

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

This text font color is #4C8851.


Background Color

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

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

This div background color is #4C8851.


Border color

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

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

This div border color is #4C8851.


Opacity

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

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

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

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

This text has shadow with #4C8851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8851 on black background.


Color preview on white background

This text has color #4C8851 on white background.



Black color preview on #4C8851 background

This text has black color on #4C8851 background.


White color preview on #4C8851 background

This text has white color on #4C8851 background.