COLOR #4C9156

HEX: #4C9156
RGB: (76,145,86)

Color info

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

RGB color model

#4C9156 color RGB value is (76,145,86).

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

RGB channels and saturation

R 76 of 255 = 30%
G 145 of 255 = 57%
B 86 of 255 = 34%

76
145
86

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

Portions of RGB colors in percentages

R + G + B =
76 + 145 + 86 = 307 (100%)
R 76 of 307 ~ 24.76%
G 145 of 307 ~ 47.23%
B 86 of 307 ~ 28.01%

%24.76
%47.23
%28.01

CMYK color model

#4C9156 color CMYK value is (48,0,41,43).

  • cyan value is 47.59%
  • magenta value is 0.00%
  • yellow value is 40.69%
  • key color value is 43.14%
CMYK:
(48,0,41,43)
C48M0Y41K43 
(48%,0%,41%,43%)
(0.48/0.00/0.41/0.43)	

CMYK percentages

%47.59
%0
%40.69
%43.14

Codes

Color #4C9156 in popluar color models

4C9156
RGB7614586
HSL129°31.22%43.33%
HSB/HSV129°47.59%56.86%
CMYK47.59%0.00%40.69%
43.14%

Color #4C9156 in popluar number systems.

HEX4C9156
Decimal7614586
Binary1001100100100011010110
Octal114221126

Shades and tints

Shades of #4C9156

#4C9156
(76,145,86)
#46844F
(70,132,79)
#407748
(64,119,72)
#3A6A41
(58,106,65)
#345D3A
(52,93,58)
#2E5033
(46,80,51)
#28432C
(40,67,44)
#223625
(34,54,37)
#1C291E
(28,41,30)
#161C17
(22,28,23)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #4C9156

#4C9156
(76,145,86)
#5C9B65
(92,155,101)
#6CA574
(108,165,116)
#7CAF83
(124,175,131)
#8CB992
(140,185,146)
#9CC3A1
(156,195,161)
#ACCDB0
(172,205,176)
#BCD7BF
(188,215,191)
#CCE1CE
(204,225,206)
#DCEBDD
(220,235,221)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C9156; }

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

This text font color is #4C9156.


Background Color

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

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

This div background color is #4C9156.


Border color

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

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

This div border color is #4C9156.


Opacity

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

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

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

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

This text has shadow with #4C9156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9156 on black background.


Color preview on white background

This text has color #4C9156 on white background.



Black color preview on #4C9156 background

This text has black color on #4C9156 background.


White color preview on #4C9156 background

This text has white color on #4C9156 background.