COLOR #4D896E

HEX: #4D896E RGB: (77,137,110)

Color info

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

RGB color model

#4D896E color RGB value is (77,137,110).

RGB: (77,137,110) (30%, 54%, 43%)

RGB channels and saturation

R 77 of 255 = 30%
G 137 of 255 = 54%
B 110 of 255 = 43%

77
137
110

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

Portions of RGB colors in percentages

R + G + B = 77 + 137 + 110 = 324 (100%)
R 77 of 324 ~ 23.77%
G 137 of 324 ~ 42.28%
B 110 of 324 ~ 33.95'%

%23.77
%42.28
%33.95

CMYK color model

#4D896E color CMYK value is (44,0,20,46).

  • cyan value is 43.80%
  • magenta value is 0.00%
  • yellow value is 19.71%
  • key color value is 46.27%

CMYK: (44,0,20,46)
C44M0Y20K46 (44%, 0%, 20%, 46%)
(0.44 / 0.00 / 0.20 / 0.46)

CMYK percentages

%43.8
%0
%19.71
%46.27

Codes

Color #4D896E in popluar color models

4D 89 6E
RGB 77 137 110
HSL 153° 28.04% 41.96%
HSB/HSV 153° 43.80% 53.73%
CMYK 43.80% 0.00% 19.71%
46.27%

Color #4D896E in popluar number systems.

HEX 4D 89 6E
Decimal 77 137 110
Binary 1001101 10001001 1101110
Octal 115 211 156

Shades and tints

Shades of #4D896E

#4D896E
(77,137,110)
#467D64
(70,125,100)
#3F715A
(63,113,90)
#386550
(56,101,80)
#315946
(49,89,70)
#2A4D3C
(42,77,60)
#234132
(35,65,50)
#1C3528
(28,53,40)
#15291E
(21,41,30)
#0E1D14
(14,29,20)
#07110A
(7,17,10)
#000000
(0,0,0)

Tints of #4D896E

#4D896E
(77,137,110)
#5D937B
(93,147,123)
#6D9D88
(109,157,136)
#7DA795
(125,167,149)
#8DB1A2
(141,177,162)
#9DBBAF
(157,187,175)
#ADC5BC
(173,197,188)
#BDCFC9
(189,207,201)
#CDD9D6
(205,217,214)
#DDE3E3
(221,227,227)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D896E color. Also use rgb(77,137,110) instead hex code.

Text Font Color

.myTextColor { color: #4D896E; }

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

This text font color is #4D896E.

Background Color

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

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

This div background color is #4D896E.

Border color

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

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

This div border color is #4D896E.

Opacity

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

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

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

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

This text has shadow with #4D896E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D896E.

Preview

Color preview on black background

This text has color #4D896E on black background.


Color preview on white background

This text has color #4D896E on white background.


Black color preview on #4D896E background

This text has black color on #4D896E background.


White color preview on #4D896E background

This text has white color on #4D896E background.


Related colors

Complementary color

Complementary color for #hex is #B27691.


I love getcolorcode.com

Triadic colors

1 #6E4D89 and #896E4D with #4D896E are triadic colors.

2 #6E894D and #894D6E with #4D896E are triadic colors.