COLOR #4C8351

HEX: #4C8351
RGB: (76,131,81)

Color info

#4C8351 contains red, green and blue colors in about the same proportion. Web safe color of #4C8351 is #339966 (or #396).

RGB color model

#4C8351 color RGB value is (76,131,81).

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

RGB channels and saturation

R 76 of 255 = 30%
G 131 of 255 = 51%
B 81 of 255 = 32%

76
131
81

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

Portions of RGB colors in percentages

R + G + B =
76 + 131 + 81 = 288 (100%)
R 76 of 288 ~ 26.39%
G 131 of 288 ~ 45.49%
B 81 of 288 ~ 28.13%

%26.39
%45.49
%28.13

CMYK color model

#4C8351 color CMYK value is (42,0,38,49).

  • cyan value is 41.98%
  • magenta value is 0.00%
  • yellow value is 38.17%
  • key color value is 48.63%
CMYK:
(42,0,38,49)
C42M0Y38K49 
(42%,0%,38%,49%)
(0.42/0.00/0.38/0.49)	

CMYK percentages

%41.98
%0
%38.17
%48.63

Codes

Color #4C8351 in popluar color models

4C8351
RGB7613181
HSL125°26.57%40.59%
HSB/HSV125°41.98%51.37%
CMYK41.98%0.00%38.17%
48.63%

Color #4C8351 in popluar number systems.

HEX4C8351
Decimal7613181
Binary1001100100000111010001
Octal114203121

Shades and tints

Shades of #4C8351

#4C8351
(76,131,81)
#46784A
(70,120,74)
#406D43
(64,109,67)
#3A623C
(58,98,60)
#345735
(52,87,53)
#2E4C2E
(46,76,46)
#284127
(40,65,39)
#223620
(34,54,32)
#1C2B19
(28,43,25)
#162012
(22,32,18)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #4C8351

#4C8351
(76,131,81)
#5C8E60
(92,142,96)
#6C996F
(108,153,111)
#7CA47E
(124,164,126)
#8CAF8D
(140,175,141)
#9CBA9C
(156,186,156)
#ACC5AB
(172,197,171)
#BCD0BA
(188,208,186)
#CCDBC9
(204,219,201)
#DCE6D8
(220,230,216)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8351; }

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

This text font color is #4C8351.


Background Color

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

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

This div background color is #4C8351.


Border color

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

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

This div border color is #4C8351.


Opacity

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

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

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

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

This text has shadow with #4C8351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8351 on black background.


Color preview on white background

This text has color #4C8351 on white background.



Black color preview on #4C8351 background

This text has black color on #4C8351 background.


White color preview on #4C8351 background

This text has white color on #4C8351 background.