COLOR #4C8C54

HEX: #4C8C54
RGB: (76,140,84)

Color info

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

RGB color model

#4C8C54 color RGB value is (76,140,84).

  • red value is 76;
  • green value is 140;
  • blue value is 84.
RGB:
(76,140,84)
(30%,55%,33%)

RGB channels and saturation

R 76 of 255 = 30%
G 140 of 255 = 55%
B 84 of 255 = 33%

76
140
84

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

Portions of RGB colors in percentages

R + G + B =
76 + 140 + 84 = 300 (100%)
R 76 of 300 ~ 25.33%
G 140 of 300 ~ 46.67%
B 84 of 300 ~ 28%

%25.33
%46.67
%28

CMYK color model

#4C8C54 color CMYK value is (46,0,40,45).

  • cyan value is 45.71%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 45.10%
CMYK:
(46,0,40,45)
C46M0Y40K45 
(46%,0%,40%,45%)
(0.46/0.00/0.40/0.45)	

CMYK percentages

%45.71
%0
%40
%45.1

Codes

Color #4C8C54 in popluar color models

4C8C54
RGB7614084
HSL128°29.63%42.35%
HSB/HSV128°45.71%54.90%
CMYK45.71%0.00%40.00%
45.10%

Color #4C8C54 in popluar number systems.

HEX4C8C54
Decimal7614084
Binary1001100100011001010100
Octal114214124

Shades and tints

Shades of #4C8C54

#4C8C54
(76,140,84)
#46804D
(70,128,77)
#407446
(64,116,70)
#3A683F
(58,104,63)
#345C38
(52,92,56)
#2E5031
(46,80,49)
#28442A
(40,68,42)
#223823
(34,56,35)
#1C2C1C
(28,44,28)
#162015
(22,32,21)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #4C8C54

#4C8C54
(76,140,84)
#5C9663
(92,150,99)
#6CA072
(108,160,114)
#7CAA81
(124,170,129)
#8CB490
(140,180,144)
#9CBE9F
(156,190,159)
#ACC8AE
(172,200,174)
#BCD2BD
(188,210,189)
#CCDCCC
(204,220,204)
#DCE6DB
(220,230,219)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8C54 color. Also use rgb(76,140,84) instead hex code.

Text Font Color

.myTextColor { color: #4C8C54; }

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

This text font color is #4C8C54.


Background Color

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

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

This div background color is #4C8C54.


Border color

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

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

This div border color is #4C8C54.


Opacity

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

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

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

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

This text has shadow with #4C8C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8C54 on black background.


Color preview on white background

This text has color #4C8C54 on white background.



Black color preview on #4C8C54 background

This text has black color on #4C8C54 background.


White color preview on #4C8C54 background

This text has white color on #4C8C54 background.