COLOR #4C916D

HEX: #4C916D
RGB: (76,145,109)

Color info

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

RGB color model

#4C916D color RGB value is (76,145,109).

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

RGB channels and saturation

R 76 of 255 = 30%
G 145 of 255 = 57%
B 109 of 255 = 43%

76
145
109

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

Portions of RGB colors in percentages

R + G + B =
76 + 145 + 109 = 330 (100%)
R 76 of 330 ~ 23.03%
G 145 of 330 ~ 43.94%
B 109 of 330 ~ 33.03%

%23.03
%43.94
%33.03

CMYK color model

#4C916D color CMYK value is (48,0,25,43).

  • cyan value is 47.59%
  • magenta value is 0.00%
  • yellow value is 24.83%
  • key color value is 43.14%
CMYK:
(48,0,25,43)
C48M0Y25K43 
(48%,0%,25%,43%)
(0.48/0.00/0.25/0.43)	

CMYK percentages

%47.59
%0
%24.83
%43.14

Codes

Color #4C916D in popluar color models

4C916D
RGB76145109
HSL149°31.22%43.33%
HSB/HSV149°47.59%56.86%
CMYK47.59%0.00%24.83%
43.14%

Color #4C916D in popluar number systems.

HEX4C916D
Decimal76145109
Binary1001100100100011101101
Octal114221155

Shades and tints

Shades of #4C916D

#4C916D
(76,145,109)
#468464
(70,132,100)
#40775B
(64,119,91)
#3A6A52
(58,106,82)
#345D49
(52,93,73)
#2E5040
(46,80,64)
#284337
(40,67,55)
#22362E
(34,54,46)
#1C2925
(28,41,37)
#161C1C
(22,28,28)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #4C916D

#4C916D
(76,145,109)
#5C9B7A
(92,155,122)
#6CA587
(108,165,135)
#7CAF94
(124,175,148)
#8CB9A1
(140,185,161)
#9CC3AE
(156,195,174)
#ACCDBB
(172,205,187)
#BCD7C8
(188,215,200)
#CCE1D5
(204,225,213)
#DCEBE2
(220,235,226)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C916D; }

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

This text font color is #4C916D.


Background Color

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

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

This div background color is #4C916D.


Border color

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

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

This div border color is #4C916D.


Opacity

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

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

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

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

This text has shadow with #4C916D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C916D on black background.


Color preview on white background

This text has color #4C916D on white background.



Black color preview on #4C916D background

This text has black color on #4C916D background.


White color preview on #4C916D background

This text has white color on #4C916D background.