COLOR #4C895E

HEX: #4C895E RGB: (76,137,94)

Color info

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

RGB color model

#4C895E color RGB value is (76,137,94).

RGB: (76,137,94) (30%, 54%, 37%)

RGB channels and saturation

R 76 of 255 = 30%
G 137 of 255 = 54%
B 94 of 255 = 37%

76
137
94

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

Portions of RGB colors in percentages

R + G + B = 76 + 137 + 94 = 307 (100%)
R 76 of 307 ~ 24.76%
G 137 of 307 ~ 44.63%
B 94 of 307 ~ 30.62'%

%24.76
%44.63
%30.62

CMYK color model

#4C895E color CMYK value is (45,0,31,46).

  • cyan value is 44.53%
  • magenta value is 0.00%
  • yellow value is 31.39%
  • key color value is 46.27%
CMYK: (45,0,31,46) C45M0Y31K46 (45%,0%,31%,46%) (0.45/0.00/0.31/0.46) 

CMYK percentages

%44.53
%0
%31.39
%46.27

Codes

Color #4C895E in popluar color models

4C 89 5E
RGB 76 137 94
HSL 138° 28.64% 41.76%
HSB/HSV 138° 44.53% 53.73%
CMYK 44.53% 0.00% 31.39%
46.27%

Color #4C895E in popluar number systems.

HEX 4C 89 5E
Decimal 76 137 94
Binary 1001100 10001001 1011110
Octal 114 211 136

Shades and tints

Shades of #4C895E

#4C895E
(76,137,94)
#467D56
(70,125,86)
#40714E
(64,113,78)
#3A6546
(58,101,70)
#34593E
(52,89,62)
#2E4D36
(46,77,54)
#28412E
(40,65,46)
#223526
(34,53,38)
#1C291E
(28,41,30)
#161D16
(22,29,22)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #4C895E

#4C895E
(76,137,94)
#5C936C
(92,147,108)
#6C9D7A
(108,157,122)
#7CA788
(124,167,136)
#8CB196
(140,177,150)
#9CBBA4
(156,187,164)
#ACC5B2
(172,197,178)
#BCCFC0
(188,207,192)
#CCD9CE
(204,217,206)
#DCE3DC
(220,227,220)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C895E; }

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

This text font color is #4C895E.

Background Color

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

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

This div background color is #4C895E.

Border color

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

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

This div border color is #4C895E.

Opacity

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

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

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

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

This text has shadow with #4C895E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C895E.

Preview

Color preview on black background

This text has color #4C895E on black background.


Color preview on white background

This text has color #4C895E on white background.


Black color preview on #4C895E background

This text has black color on #4C895E background.


White color preview on #4C895E background

This text has white color on #4C895E background.


Related colors

Complementary color

Complementary color for #hex is #B376A1.


I love getcolorcode.com

Triadic colors

1 #5E4C89 and #895E4C with #4C895E are triadic colors.

2 #5E894C and #894C5E with #4C895E are triadic colors.