COLOR #4C9464

HEX: #4C9464
RGB: (76,148,100)

Color info

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

RGB color model

#4C9464 color RGB value is (76,148,100).

  • red value is 76;
  • green value is 148;
  • blue value is 100.
RGB:
(76,148,100)
(30%,58%,39%)

RGB channels and saturation

R 76 of 255 = 30%
G 148 of 255 = 58%
B 100 of 255 = 39%

76
148
100

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

Portions of RGB colors in percentages

R + G + B =
76 + 148 + 100 = 324 (100%)
R 76 of 324 ~ 23.46%
G 148 of 324 ~ 45.68%
B 100 of 324 ~ 30.86%

%23.46
%45.68
%30.86

CMYK color model

#4C9464 color CMYK value is (49,0,32,42).

  • cyan value is 48.65%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 41.96%
CMYK:
(49,0,32,42)
C49M0Y32K42 
(49%,0%,32%,42%)
(0.49/0.00/0.32/0.42)	

CMYK percentages

%48.65
%0
%32.43
%41.96

Codes

Color #4C9464 in popluar color models

4C9464
RGB76148100
HSL140°32.14%43.92%
HSB/HSV140°48.65%58.04%
CMYK48.65%0.00%32.43%
41.96%

Color #4C9464 in popluar number systems.

HEX4C9464
Decimal76148100
Binary1001100100101001100100
Octal114224144

Shades and tints

Shades of #4C9464

#4C9464
(76,148,100)
#46875B
(70,135,91)
#407A52
(64,122,82)
#3A6D49
(58,109,73)
#346040
(52,96,64)
#2E5337
(46,83,55)
#28462E
(40,70,46)
#223925
(34,57,37)
#1C2C1C
(28,44,28)
#161F13
(22,31,19)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #4C9464

#4C9464
(76,148,100)
#5C9D72
(92,157,114)
#6CA680
(108,166,128)
#7CAF8E
(124,175,142)
#8CB89C
(140,184,156)
#9CC1AA
(156,193,170)
#ACCAB8
(172,202,184)
#BCD3C6
(188,211,198)
#CCDCD4
(204,220,212)
#DCE5E2
(220,229,226)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9464 color. Also use rgb(76,148,100) instead hex code.

Text Font Color

.myTextColor { color: #4C9464; }

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

This text font color is #4C9464.


Background Color

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

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

This div background color is #4C9464.


Border color

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

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

This div border color is #4C9464.


Opacity

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

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

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

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

This text has shadow with #4C9464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9464 on black background.


Color preview on white background

This text has color #4C9464 on white background.



Black color preview on #4C9464 background

This text has black color on #4C9464 background.


White color preview on #4C9464 background

This text has white color on #4C9464 background.