COLOR #4C9359

HEX: #4C9359
RGB: (76,147,89)

Color info

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

RGB color model

#4C9359 color RGB value is (76,147,89).

  • red value is 76;
  • green value is 147;
  • blue value is 89.
RGB:
(76,147,89)
(30%,58%,35%)

RGB channels and saturation

R 76 of 255 = 30%
G 147 of 255 = 58%
B 89 of 255 = 35%

76
147
89

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

Portions of RGB colors in percentages

R + G + B =
76 + 147 + 89 = 312 (100%)
R 76 of 312 ~ 24.36%
G 147 of 312 ~ 47.12%
B 89 of 312 ~ 28.53%

%24.36
%47.12
%28.53

CMYK color model

#4C9359 color CMYK value is (48,0,39,42).

  • cyan value is 48.30%
  • magenta value is 0.00%
  • yellow value is 39.46%
  • key color value is 42.35%
CMYK:
(48,0,39,42)
C48M0Y39K42 
(48%,0%,39%,42%)
(0.48/0.00/0.39/0.42)	

CMYK percentages

%48.3
%0
%39.46
%42.35

Codes

Color #4C9359 in popluar color models

4C9359
RGB7614789
HSL131°31.84%43.73%
HSB/HSV131°48.30%57.65%
CMYK48.30%0.00%39.46%
42.35%

Color #4C9359 in popluar number systems.

HEX4C9359
Decimal7614789
Binary1001100100100111011001
Octal114223131

Shades and tints

Shades of #4C9359

#4C9359
(76,147,89)
#468651
(70,134,81)
#407949
(64,121,73)
#3A6C41
(58,108,65)
#345F39
(52,95,57)
#2E5231
(46,82,49)
#284529
(40,69,41)
#223821
(34,56,33)
#1C2B19
(28,43,25)
#161E11
(22,30,17)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #4C9359

#4C9359
(76,147,89)
#5C9C68
(92,156,104)
#6CA577
(108,165,119)
#7CAE86
(124,174,134)
#8CB795
(140,183,149)
#9CC0A4
(156,192,164)
#ACC9B3
(172,201,179)
#BCD2C2
(188,210,194)
#CCDBD1
(204,219,209)
#DCE4E0
(220,228,224)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9359 color. Also use rgb(76,147,89) instead hex code.

Text Font Color

.myTextColor { color: #4C9359; }

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

This text font color is #4C9359.


Background Color

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

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

This div background color is #4C9359.


Border color

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

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

This div border color is #4C9359.


Opacity

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

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

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

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

This text has shadow with #4C9359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9359 on black background.


Color preview on white background

This text has color #4C9359 on white background.



Black color preview on #4C9359 background

This text has black color on #4C9359 background.


White color preview on #4C9359 background

This text has white color on #4C9359 background.