COLOR #4C9B5D

HEX: #4C9B5D
RGB: (76,155,93)

Color info

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

RGB color model

#4C9B5D color RGB value is (76,155,93).

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

RGB channels and saturation

R 76 of 255 = 30%
G 155 of 255 = 61%
B 93 of 255 = 36%

76
155
93

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

Portions of RGB colors in percentages

R + G + B =
76 + 155 + 93 = 324 (100%)
R 76 of 324 ~ 23.46%
G 155 of 324 ~ 47.84%
B 93 of 324 ~ 28.7%

%23.46
%47.84
%28.7

CMYK color model

#4C9B5D color CMYK value is (51,0,40,39).

  • cyan value is 50.97%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 39.22%
CMYK:
(51,0,40,39)
C51M0Y40K39 
(51%,0%,40%,39%)
(0.51/0.00/0.40/0.39)	

CMYK percentages

%50.97
%0
%40
%39.22

Codes

Color #4C9B5D in popluar color models

4C9B5D
RGB7615593
HSL133°34.20%45.29%
HSB/HSV133°50.97%60.78%
CMYK50.97%0.00%40.00%
39.22%

Color #4C9B5D in popluar number systems.

HEX4C9B5D
Decimal7615593
Binary1001100100110111011101
Octal114233135

Shades and tints

Shades of #4C9B5D

#4C9B5D
(76,155,93)
#468D55
(70,141,85)
#407F4D
(64,127,77)
#3A7145
(58,113,69)
#34633D
(52,99,61)
#2E5535
(46,85,53)
#28472D
(40,71,45)
#223925
(34,57,37)
#1C2B1D
(28,43,29)
#161D15
(22,29,21)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #4C9B5D

#4C9B5D
(76,155,93)
#5CA46B
(92,164,107)
#6CAD79
(108,173,121)
#7CB687
(124,182,135)
#8CBF95
(140,191,149)
#9CC8A3
(156,200,163)
#ACD1B1
(172,209,177)
#BCDABF
(188,218,191)
#CCE3CD
(204,227,205)
#DCECDB
(220,236,219)
#ECF5E9
(236,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C9B5D; }

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

This text font color is #4C9B5D.


Background Color

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

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

This div background color is #4C9B5D.


Border color

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

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

This div border color is #4C9B5D.


Opacity

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

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

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

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

This text has shadow with #4C9B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9B5D on black background.


Color preview on white background

This text has color #4C9B5D on white background.



Black color preview on #4C9B5D background

This text has black color on #4C9B5D background.


White color preview on #4C9B5D background

This text has white color on #4C9B5D background.