COLOR #4C8D51

HEX: #4C8D51
RGB: (76,141,81)

Color info

#4C8D51 contains mainly green color. Web safe color of #4C8D51 is #339966 (or #396).

RGB color model

#4C8D51 color RGB value is (76,141,81).

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

RGB channels and saturation

R 76 of 255 = 30%
G 141 of 255 = 55%
B 81 of 255 = 32%

76
141
81

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

Portions of RGB colors in percentages

R + G + B =
76 + 141 + 81 = 298 (100%)
R 76 of 298 ~ 25.5%
G 141 of 298 ~ 47.32%
B 81 of 298 ~ 27.18%

%25.5
%47.32
%27.18

CMYK color model

#4C8D51 color CMYK value is (46,0,43,45).

  • cyan value is 46.10%
  • magenta value is 0.00%
  • yellow value is 42.55%
  • key color value is 44.71%
CMYK:
(46,0,43,45)
C46M0Y43K45 
(46%,0%,43%,45%)
(0.46/0.00/0.43/0.45)	

CMYK percentages

%46.1
%0
%42.55
%44.71

Codes

Color #4C8D51 in popluar color models

4C8D51
RGB7614181
HSL125°29.95%42.55%
HSB/HSV125°46.10%55.29%
CMYK46.10%0.00%42.55%
44.71%

Color #4C8D51 in popluar number systems.

HEX4C8D51
Decimal7614181
Binary1001100100011011010001
Octal114215121

Shades and tints

Shades of #4C8D51

#4C8D51
(76,141,81)
#46814A
(70,129,74)
#407543
(64,117,67)
#3A693C
(58,105,60)
#345D35
(52,93,53)
#2E512E
(46,81,46)
#284527
(40,69,39)
#223920
(34,57,32)
#1C2D19
(28,45,25)
#162112
(22,33,18)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #4C8D51

#4C8D51
(76,141,81)
#5C9760
(92,151,96)
#6CA16F
(108,161,111)
#7CAB7E
(124,171,126)
#8CB58D
(140,181,141)
#9CBF9C
(156,191,156)
#ACC9AB
(172,201,171)
#BCD3BA
(188,211,186)
#CCDDC9
(204,221,201)
#DCE7D8
(220,231,216)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8D51; }

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

This text font color is #4C8D51.


Background Color

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

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

This div background color is #4C8D51.


Border color

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

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

This div border color is #4C8D51.


Opacity

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

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

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

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

This text has shadow with #4C8D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8D51 on black background.


Color preview on white background

This text has color #4C8D51 on white background.



Black color preview on #4C8D51 background

This text has black color on #4C8D51 background.


White color preview on #4C8D51 background

This text has white color on #4C8D51 background.