COLOR #4C896F

HEX: #4C896F
RGB: (76,137,111)

Color info

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

RGB color model

#4C896F color RGB value is (76,137,111).

  • red value is 76;
  • green value is 137;
  • blue value is 111.
RGB:
(76,137,111)
(30%,54%,44%)

RGB channels and saturation

R 76 of 255 = 30%
G 137 of 255 = 54%
B 111 of 255 = 44%

76
137
111

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

Portions of RGB colors in percentages

R + G + B =
76 + 137 + 111 = 324 (100%)
R 76 of 324 ~ 23.46%
G 137 of 324 ~ 42.28%
B 111 of 324 ~ 34.26%

%23.46
%42.28
%34.26

CMYK color model

#4C896F color CMYK value is (45,0,19,46).

  • cyan value is 44.53%
  • magenta value is 0.00%
  • yellow value is 18.98%
  • key color value is 46.27%
CMYK:
(45,0,19,46)
C45M0Y19K46 
(45%,0%,19%,46%)
(0.45/0.00/0.19/0.46)	

CMYK percentages

%44.53
%0
%18.98
%46.27

Codes

Color #4C896F in popluar color models

4C896F
RGB76137111
HSL154°28.64%41.76%
HSB/HSV154°44.53%53.73%
CMYK44.53%0.00%18.98%
46.27%

Color #4C896F in popluar number systems.

HEX4C896F
Decimal76137111
Binary1001100100010011101111
Octal114211157

Shades and tints

Shades of #4C896F

#4C896F
(76,137,111)
#467D65
(70,125,101)
#40715B
(64,113,91)
#3A6551
(58,101,81)
#345947
(52,89,71)
#2E4D3D
(46,77,61)
#284133
(40,65,51)
#223529
(34,53,41)
#1C291F
(28,41,31)
#161D15
(22,29,21)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #4C896F

#4C896F
(76,137,111)
#5C937C
(92,147,124)
#6C9D89
(108,157,137)
#7CA796
(124,167,150)
#8CB1A3
(140,177,163)
#9CBBB0
(156,187,176)
#ACC5BD
(172,197,189)
#BCCFCA
(188,207,202)
#CCD9D7
(204,217,215)
#DCE3E4
(220,227,228)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C896F color. Also use rgb(76,137,111) instead hex code.

Text Font Color

.myTextColor { color: #4C896F; }

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

This text font color is #4C896F.


Background Color

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

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

This div background color is #4C896F.


Border color

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

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

This div border color is #4C896F.


Opacity

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

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

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

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

This text has shadow with #4C896F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C896F on black background.


Color preview on white background

This text has color #4C896F on white background.



Black color preview on #4C896F background

This text has black color on #4C896F background.


White color preview on #4C896F background

This text has white color on #4C896F background.