COLOR #4D996D

HEX: #4D996D RGB: (77,153,109)

Color info

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

RGB color model

#4D996D color RGB value is (77,153,109).

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

RGB channels and saturation

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

77
153
109

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

Portions of RGB colors in percentages

R + G + B = 77 + 153 + 109 = 339 (100%)
R 77 of 339 ~ 22.71%
G 153 of 339 ~ 45.13%
B 109 of 339 ~ 32.15'%

%22.71
%45.13
%32.15

CMYK color model

#4D996D color CMYK value is (50,0,29,40).

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

CMYK: (50,0,29,40)
C50M0Y29K40 (50%, 0%, 29%, 40%)
(0.50 / 0.00 / 0.29 / 0.40)

CMYK percentages

%49.67
%0
%28.76
%40

Codes

Color #4D996D in popluar color models

4D 99 6D
RGB 77 153 109
HSL 145° 33.04% 45.10%
HSB/HSV 145° 49.67% 60.00%
CMYK 49.67% 0.00% 28.76%
40.00%

Color #4D996D in popluar number systems.

HEX 4D 99 6D
Decimal 77 153 109
Binary 1001101 10011001 1101101
Octal 115 231 155

Shades and tints

Shades of #4D996D

#4D996D
(77,153,109)
#468C64
(70,140,100)
#3F7F5B
(63,127,91)
#387252
(56,114,82)
#316549
(49,101,73)
#2A5840
(42,88,64)
#234B37
(35,75,55)
#1C3E2E
(28,62,46)
#153125
(21,49,37)
#0E241C
(14,36,28)
#071713
(7,23,19)
#000000
(0,0,0)

Tints of #4D996D

#4D996D
(77,153,109)
#5DA27A
(93,162,122)
#6DAB87
(109,171,135)
#7DB494
(125,180,148)
#8DBDA1
(141,189,161)
#9DC6AE
(157,198,174)
#ADCFBB
(173,207,187)
#BDD8C8
(189,216,200)
#CDE1D5
(205,225,213)
#DDEAE2
(221,234,226)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D996D; }

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

This text font color is #4D996D.

Background Color

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

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

This div background color is #4D996D.

Border color

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

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

This div border color is #4D996D.

Opacity

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

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

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

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

This text has shadow with #4D996D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D996D.

Preview

Color preview on black background

This text has color #4D996D on black background.


Color preview on white background

This text has color #4D996D on white background.


Black color preview on #4D996D background

This text has black color on #4D996D background.


White color preview on #4D996D background

This text has white color on #4D996D background.


Related colors

Complementary color

Complementary color for #hex is #B26692.


I love getcolorcode.com

Triadic colors

1 #6D4D99 and #996D4D with #4D996D are triadic colors.

2 #6D994D and #994D6D with #4D996D are triadic colors.