COLOR #4C9141

HEX: #4C9141
RGB: (76,145,65)

Color info

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

RGB color model

#4C9141 color RGB value is (76,145,65).

  • red value is 76;
  • green value is 145;
  • blue value is 65.
RGB:
(76,145,65)
(30%,57%,25%)

RGB channels and saturation

R 76 of 255 = 30%
G 145 of 255 = 57%
B 65 of 255 = 25%

76
145
65

R + G + B ~ 37%. #4C9141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 145 + 65 = 286 (100%)
R 76 of 286 ~ 26.57%
G 145 of 286 ~ 50.7%
B 65 of 286 ~ 22.73%

%26.57
%50.7
%22.73

CMYK color model

#4C9141 color CMYK value is (48,0,55,43).

  • cyan value is 47.59%
  • magenta value is 0.00%
  • yellow value is 55.17%
  • key color value is 43.14%
CMYK:
(48,0,55,43)
C48M0Y55K43 
(48%,0%,55%,43%)
(0.48/0.00/0.55/0.43)	

CMYK percentages

%47.59
%0
%55.17
%43.14

Codes

Color #4C9141 in popluar color models

4C9141
RGB7614565
HSL112°38.10%41.18%
HSB/HSV112°55.17%56.86%
CMYK47.59%0.00%55.17%
43.14%

Color #4C9141 in popluar number systems.

HEX4C9141
Decimal7614565
Binary1001100100100011000001
Octal114221101

Shades and tints

Shades of #4C9141

#4C9141
(76,145,65)
#46843C
(70,132,60)
#407737
(64,119,55)
#3A6A32
(58,106,50)
#345D2D
(52,93,45)
#2E5028
(46,80,40)
#284323
(40,67,35)
#22361E
(34,54,30)
#1C2919
(28,41,25)
#161C14
(22,28,20)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #4C9141

#4C9141
(76,145,65)
#5C9B52
(92,155,82)
#6CA563
(108,165,99)
#7CAF74
(124,175,116)
#8CB985
(140,185,133)
#9CC396
(156,195,150)
#ACCDA7
(172,205,167)
#BCD7B8
(188,215,184)
#CCE1C9
(204,225,201)
#DCEBDA
(220,235,218)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9141 color. Also use rgb(76,145,65) instead hex code.

Text Font Color

.myTextColor { color: #4C9141; }

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

This text font color is #4C9141.


Background Color

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

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

This div background color is #4C9141.


Border color

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

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

This div border color is #4C9141.


Opacity

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

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

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

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

This text has shadow with #4C9141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9141 on black background.


Color preview on white background

This text has color #4C9141 on white background.



Black color preview on #4C9141 background

This text has black color on #4C9141 background.


White color preview on #4C9141 background

This text has white color on #4C9141 background.