COLOR #4C896C

HEX: #4C896C RGB: (76,137,108)

Color info

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

RGB color model

#4C896C color RGB value is (76,137,108).

RGB: (76,137,108) (30%, 54%, 42%)

RGB channels and saturation

R 76 of 255 = 30%
G 137 of 255 = 54%
B 108 of 255 = 42%

76
137
108

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

Portions of RGB colors in percentages

R + G + B = 76 + 137 + 108 = 321 (100%)
R 76 of 321 ~ 23.68%
G 137 of 321 ~ 42.68%
B 108 of 321 ~ 33.64'%

%23.68
%42.68
%33.64

CMYK color model

#4C896C color CMYK value is (45,0,21,46).

  • cyan value is 44.53%
  • magenta value is 0.00%
  • yellow value is 21.17%
  • key color value is 46.27%

CMYK: (45,0,21,46)
C45M0Y21K46 (45%, 0%, 21%, 46%)
(0.45 / 0.00 / 0.21 / 0.46)

CMYK percentages

%44.53
%0
%21.17
%46.27

Codes

Color #4C896C in popluar color models

4C 89 6C
RGB 76 137 108
HSL 151° 28.64% 41.76%
HSB/HSV 151° 44.53% 53.73%
CMYK 44.53% 0.00% 21.17%
46.27%

Color #4C896C in popluar number systems.

HEX 4C 89 6C
Decimal 76 137 108
Binary 1001100 10001001 1101100
Octal 114 211 154

Shades and tints

Shades of #4C896C

#4C896C
(76,137,108)
#467D63
(70,125,99)
#40715A
(64,113,90)
#3A6551
(58,101,81)
#345948
(52,89,72)
#2E4D3F
(46,77,63)
#284136
(40,65,54)
#22352D
(34,53,45)
#1C2924
(28,41,36)
#161D1B
(22,29,27)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #4C896C

#4C896C
(76,137,108)
#5C9379
(92,147,121)
#6C9D86
(108,157,134)
#7CA793
(124,167,147)
#8CB1A0
(140,177,160)
#9CBBAD
(156,187,173)
#ACC5BA
(172,197,186)
#BCCFC7
(188,207,199)
#CCD9D4
(204,217,212)
#DCE3E1
(220,227,225)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C896C; }

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

This text font color is #4C896C.

Background Color

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

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

This div background color is #4C896C.

Border color

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

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

This div border color is #4C896C.

Opacity

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

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

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

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

This text has shadow with #4C896C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C896C.

Preview

Color preview on black background

This text has color #4C896C on black background.


Color preview on white background

This text has color #4C896C on white background.


Black color preview on #4C896C background

This text has black color on #4C896C background.


White color preview on #4C896C background

This text has white color on #4C896C background.


Related colors

Complementary color

Complementary color for #hex is #B37693.


I love getcolorcode.com

Triadic colors

1 #6C4C89 and #896C4C with #4C896C are triadic colors.

2 #6C894C and #894C6C with #4C896C are triadic colors.