COLOR #4C8967

HEX: #4C8967
RGB: (76,137,103)

Color info

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

RGB color model

#4C8967 color RGB value is (76,137,103).

  • red value is 76;
  • green value is 137;
  • blue value is 103.
RGB:
(76,137,103)
(30%,54%,40%)

RGB channels and saturation

R 76 of 255 = 30%
G 137 of 255 = 54%
B 103 of 255 = 40%

76
137
103

R + G + B ~ 41%. #4C8967 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 137 + 103 = 316 (100%)
R 76 of 316 ~ 24.05%
G 137 of 316 ~ 43.35%
B 103 of 316 ~ 32.59%

%24.05
%43.35
%32.59

CMYK color model

#4C8967 color CMYK value is (45,0,25,46).

  • cyan value is 44.53%
  • magenta value is 0.00%
  • yellow value is 24.82%
  • key color value is 46.27%
CMYK:
(45,0,25,46)
C45M0Y25K46 
(45%,0%,25%,46%)
(0.45/0.00/0.25/0.46)	

CMYK percentages

%44.53
%0
%24.82
%46.27

Codes

Color #4C8967 in popluar color models

4C8967
RGB76137103
HSL147°28.64%41.76%
HSB/HSV147°44.53%53.73%
CMYK44.53%0.00%24.82%
46.27%

Color #4C8967 in popluar number systems.

HEX4C8967
Decimal76137103
Binary1001100100010011100111
Octal114211147

Shades and tints

Shades of #4C8967

#4C8967
(76,137,103)
#467D5E
(70,125,94)
#407155
(64,113,85)
#3A654C
(58,101,76)
#345943
(52,89,67)
#2E4D3A
(46,77,58)
#284131
(40,65,49)
#223528
(34,53,40)
#1C291F
(28,41,31)
#161D16
(22,29,22)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #4C8967

#4C8967
(76,137,103)
#5C9374
(92,147,116)
#6C9D81
(108,157,129)
#7CA78E
(124,167,142)
#8CB19B
(140,177,155)
#9CBBA8
(156,187,168)
#ACC5B5
(172,197,181)
#BCCFC2
(188,207,194)
#CCD9CF
(204,217,207)
#DCE3DC
(220,227,220)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8967 color. Also use rgb(76,137,103) instead hex code.

Text Font Color

.myTextColor { color: #4C8967; }

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

This text font color is #4C8967.


Background Color

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

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

This div background color is #4C8967.


Border color

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

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

This div border color is #4C8967.


Opacity

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

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

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

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

This text has shadow with #4C8967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8967 on black background.


Color preview on white background

This text has color #4C8967 on white background.



Black color preview on #4C8967 background

This text has black color on #4C8967 background.


White color preview on #4C8967 background

This text has white color on #4C8967 background.