COLOR #4C8C37

HEX: #4C8C37
RGB: (76,140,55)

Color info

#4C8C37 contains mainly green color. Web safe color of #4C8C37 is #339933 (or #393).

RGB color model

#4C8C37 color RGB value is (76,140,55).

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

RGB channels and saturation

R 76 of 255 = 30%
G 140 of 255 = 55%
B 55 of 255 = 22%

76
140
55

R + G + B ~ 36%. #4C8C37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 140 + 55 = 271 (100%)
R 76 of 271 ~ 28.04%
G 140 of 271 ~ 51.66%
B 55 of 271 ~ 20.3%

%28.04
%51.66
%20.3

CMYK color model

#4C8C37 color CMYK value is (46,0,61,45).

  • cyan value is 45.71%
  • magenta value is 0.00%
  • yellow value is 60.71%
  • key color value is 45.10%
CMYK:
(46,0,61,45)
C46M0Y61K45 
(46%,0%,61%,45%)
(0.46/0.00/0.61/0.45)	

CMYK percentages

%45.71
%0
%60.71
%45.1

Codes

Color #4C8C37 in popluar color models

4C8C37
RGB7614055
HSL105°43.59%38.24%
HSB/HSV105°60.71%54.90%
CMYK45.71%0.00%60.71%
45.10%

Color #4C8C37 in popluar number systems.

HEX4C8C37
Decimal7614055
Binary100110010001100110111
Octal11421467

Shades and tints

Shades of #4C8C37

#4C8C37
(76,140,55)
#468032
(70,128,50)
#40742D
(64,116,45)
#3A6828
(58,104,40)
#345C23
(52,92,35)
#2E501E
(46,80,30)
#284419
(40,68,25)
#223814
(34,56,20)
#1C2C0F
(28,44,15)
#16200A
(22,32,10)
#101405
(16,20,5)
#000000
(0,0,0)

Tints of #4C8C37

#4C8C37
(76,140,55)
#5C9649
(92,150,73)
#6CA05B
(108,160,91)
#7CAA6D
(124,170,109)
#8CB47F
(140,180,127)
#9CBE91
(156,190,145)
#ACC8A3
(172,200,163)
#BCD2B5
(188,210,181)
#CCDCC7
(204,220,199)
#DCE6D9
(220,230,217)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8C37; }

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

This text font color is #4C8C37.


Background Color

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

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

This div background color is #4C8C37.


Border color

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

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

This div border color is #4C8C37.


Opacity

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

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

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

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

This text has shadow with #4C8C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8C37 on black background.


Color preview on white background

This text has color #4C8C37 on white background.



Black color preview on #4C8C37 background

This text has black color on #4C8C37 background.


White color preview on #4C8C37 background

This text has white color on #4C8C37 background.