COLOR #4D996E

HEX: #4D996E RGB: (77,153,110)

Color info

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

RGB color model

#4D996E color RGB value is (77,153,110).

RGB: (77,153,110) (30%, 60%, 43%)

RGB channels and saturation

R 77 of 255 = 30%
G 153 of 255 = 60%
B 110 of 255 = 43%

77
153
110

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

Portions of RGB colors in percentages

R + G + B = 77 + 153 + 110 = 340 (100%)
R 77 of 340 ~ 22.65%
G 153 of 340 ~ 45%
B 110 of 340 ~ 32.35'%

%22.65
%45
%32.35

CMYK color model

#4D996E color CMYK value is (50,0,28,40).

  • cyan value is 49.67%
  • magenta value is 0.00%
  • yellow value is 28.10%
  • key color value is 40.00%

CMYK: (50,0,28,40)
C50M0Y28K40 (50%, 0%, 28%, 40%)
(0.50 / 0.00 / 0.28 / 0.40)

CMYK percentages

%49.67
%0
%28.1
%40

Codes

Color #4D996E in popluar color models

4D 99 6E
RGB 77 153 110
HSL 146° 33.04% 45.10%
HSB/HSV 146° 49.67% 60.00%
CMYK 49.67% 0.00% 28.10%
40.00%

Color #4D996E in popluar number systems.

HEX 4D 99 6E
Decimal 77 153 110
Binary 1001101 10011001 1101110
Octal 115 231 156

Shades and tints

Shades of #4D996E

#4D996E
(77,153,110)
#468C64
(70,140,100)
#3F7F5A
(63,127,90)
#387250
(56,114,80)
#316546
(49,101,70)
#2A583C
(42,88,60)
#234B32
(35,75,50)
#1C3E28
(28,62,40)
#15311E
(21,49,30)
#0E2414
(14,36,20)
#07170A
(7,23,10)
#000000
(0,0,0)

Tints of #4D996E

#4D996E
(77,153,110)
#5DA27B
(93,162,123)
#6DAB88
(109,171,136)
#7DB495
(125,180,149)
#8DBDA2
(141,189,162)
#9DC6AF
(157,198,175)
#ADCFBC
(173,207,188)
#BDD8C9
(189,216,201)
#CDE1D6
(205,225,214)
#DDEAE3
(221,234,227)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D996E; }

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

This text font color is #4D996E.

Background Color

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

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

This div background color is #4D996E.

Border color

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

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

This div border color is #4D996E.

Opacity

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

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

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

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

This text has shadow with #4D996E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D996E.

Preview

Color preview on black background

This text has color #4D996E on black background.


Color preview on white background

This text has color #4D996E on white background.


Black color preview on #4D996E background

This text has black color on #4D996E background.


White color preview on #4D996E background

This text has white color on #4D996E background.


Related colors

Complementary color

Complementary color for #hex is #B26691.


I love getcolorcode.com

Triadic colors

1 #6E4D99 and #996E4D with #4D996E are triadic colors.

2 #6E994D and #994D6E with #4D996E are triadic colors.