COLOR #4C8D78

HEX: #4C8D78
RGB: (76,141,120)

Color info

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

RGB color model

#4C8D78 color RGB value is (76,141,120).

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

RGB channels and saturation

R 76 of 255 = 30%
G 141 of 255 = 55%
B 120 of 255 = 47%

76
141
120

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

Portions of RGB colors in percentages

R + G + B =
76 + 141 + 120 = 337 (100%)
R 76 of 337 ~ 22.55%
G 141 of 337 ~ 41.84%
B 120 of 337 ~ 35.61%

%22.55
%41.84
%35.61

CMYK color model

#4C8D78 color CMYK value is (46,0,15,45).

  • cyan value is 46.10%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 44.71%
CMYK:
(46,0,15,45)
C46M0Y15K45 
(46%,0%,15%,45%)
(0.46/0.00/0.15/0.45)	

CMYK percentages

%46.1
%0
%14.89
%44.71

Codes

Color #4C8D78 in popluar color models

4C8D78
RGB76141120
HSL161°29.95%42.55%
HSB/HSV161°46.10%55.29%
CMYK46.10%0.00%14.89%
44.71%

Color #4C8D78 in popluar number systems.

HEX4C8D78
Decimal76141120
Binary1001100100011011111000
Octal114215170

Shades and tints

Shades of #4C8D78

#4C8D78
(76,141,120)
#46816E
(70,129,110)
#407564
(64,117,100)
#3A695A
(58,105,90)
#345D50
(52,93,80)
#2E5146
(46,81,70)
#28453C
(40,69,60)
#223932
(34,57,50)
#1C2D28
(28,45,40)
#16211E
(22,33,30)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #4C8D78

#4C8D78
(76,141,120)
#5C9784
(92,151,132)
#6CA190
(108,161,144)
#7CAB9C
(124,171,156)
#8CB5A8
(140,181,168)
#9CBFB4
(156,191,180)
#ACC9C0
(172,201,192)
#BCD3CC
(188,211,204)
#CCDDD8
(204,221,216)
#DCE7E4
(220,231,228)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8D78; }

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

This text font color is #4C8D78.


Background Color

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

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

This div background color is #4C8D78.


Border color

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

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

This div border color is #4C8D78.


Opacity

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

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

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

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

This text has shadow with #4C8D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8D78 on black background.


Color preview on white background

This text has color #4C8D78 on white background.



Black color preview on #4C8D78 background

This text has black color on #4C8D78 background.


White color preview on #4C8D78 background

This text has white color on #4C8D78 background.