COLOR #4C9D5D

HEX: #4C9D5D
RGB: (76,157,93)

Color info

#4C9D5D contains mainly green color. Web safe color of #4C9D5D is #339966 (or #396).

RGB color model

#4C9D5D color RGB value is (76,157,93).

  • red value is 76;
  • green value is 157;
  • blue value is 93.
RGB:
(76,157,93)
(30%,62%,36%)

RGB channels and saturation

R 76 of 255 = 30%
G 157 of 255 = 62%
B 93 of 255 = 36%

76
157
93

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

Portions of RGB colors in percentages

R + G + B =
76 + 157 + 93 = 326 (100%)
R 76 of 326 ~ 23.31%
G 157 of 326 ~ 48.16%
B 93 of 326 ~ 28.53%

%23.31
%48.16
%28.53

CMYK color model

#4C9D5D color CMYK value is (52,0,41,38).

  • cyan value is 51.59%
  • magenta value is 0.00%
  • yellow value is 40.76%
  • key color value is 38.43%
CMYK:
(52,0,41,38)
C52M0Y41K38 
(52%,0%,41%,38%)
(0.52/0.00/0.41/0.38)	

CMYK percentages

%51.59
%0
%40.76
%38.43

Codes

Color #4C9D5D in popluar color models

4C9D5D
RGB7615793
HSL133°34.76%45.69%
HSB/HSV133°51.59%61.57%
CMYK51.59%0.00%40.76%
38.43%

Color #4C9D5D in popluar number systems.

HEX4C9D5D
Decimal7615793
Binary1001100100111011011101
Octal114235135

Shades and tints

Shades of #4C9D5D

#4C9D5D
(76,157,93)
#468F55
(70,143,85)
#40814D
(64,129,77)
#3A7345
(58,115,69)
#34653D
(52,101,61)
#2E5735
(46,87,53)
#28492D
(40,73,45)
#223B25
(34,59,37)
#1C2D1D
(28,45,29)
#161F15
(22,31,21)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #4C9D5D

#4C9D5D
(76,157,93)
#5CA56B
(92,165,107)
#6CAD79
(108,173,121)
#7CB587
(124,181,135)
#8CBD95
(140,189,149)
#9CC5A3
(156,197,163)
#ACCDB1
(172,205,177)
#BCD5BF
(188,213,191)
#CCDDCD
(204,221,205)
#DCE5DB
(220,229,219)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9D5D color. Also use rgb(76,157,93) instead hex code.

Text Font Color

.myTextColor { color: #4C9D5D; }

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

This text font color is #4C9D5D.


Background Color

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

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

This div background color is #4C9D5D.


Border color

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

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

This div border color is #4C9D5D.


Opacity

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

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

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

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

This text has shadow with #4C9D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9D5D on black background.


Color preview on white background

This text has color #4C9D5D on white background.



Black color preview on #4C9D5D background

This text has black color on #4C9D5D background.


White color preview on #4C9D5D background

This text has white color on #4C9D5D background.