COLOR #4D996A

HEX: #4D996A RGB: (77,153,106)

Color info

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

RGB color model

#4D996A color RGB value is (77,153,106).

RGB: (77,153,106) (30%, 60%, 42%)

RGB channels and saturation

R 77 of 255 = 30%
G 153 of 255 = 60%
B 106 of 255 = 42%

77
153
106

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

Portions of RGB colors in percentages

R + G + B = 77 + 153 + 106 = 336 (100%)
R 77 of 336 ~ 22.92%
G 153 of 336 ~ 45.54%
B 106 of 336 ~ 31.55'%

%22.92
%45.54
%31.55

CMYK color model

#4D996A color CMYK value is (50,0,31,40).

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

CMYK: (50,0,31,40)
C50M0Y31K40 (50%, 0%, 31%, 40%)
(0.50 / 0.00 / 0.31 / 0.40)

CMYK percentages

%49.67
%0
%30.72
%40

Codes

Color #4D996A in popluar color models

4D 99 6A
RGB 77 153 106
HSL 143° 33.04% 45.10%
HSB/HSV 143° 49.67% 60.00%
CMYK 49.67% 0.00% 30.72%
40.00%

Color #4D996A in popluar number systems.

HEX 4D 99 6A
Decimal 77 153 106
Binary 1001101 10011001 1101010
Octal 115 231 152

Shades and tints

Shades of #4D996A

#4D996A
(77,153,106)
#468C61
(70,140,97)
#3F7F58
(63,127,88)
#38724F
(56,114,79)
#316546
(49,101,70)
#2A583D
(42,88,61)
#234B34
(35,75,52)
#1C3E2B
(28,62,43)
#153122
(21,49,34)
#0E2419
(14,36,25)
#071710
(7,23,16)
#000000
(0,0,0)

Tints of #4D996A

#4D996A
(77,153,106)
#5DA277
(93,162,119)
#6DAB84
(109,171,132)
#7DB491
(125,180,145)
#8DBD9E
(141,189,158)
#9DC6AB
(157,198,171)
#ADCFB8
(173,207,184)
#BDD8C5
(189,216,197)
#CDE1D2
(205,225,210)
#DDEADF
(221,234,223)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D996A; }

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

This text font color is #4D996A.

Background Color

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

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

This div background color is #4D996A.

Border color

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

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

This div border color is #4D996A.

Opacity

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

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

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

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

This text has shadow with #4D996A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D996A.

Preview

Color preview on black background

This text has color #4D996A on black background.


Color preview on white background

This text has color #4D996A on white background.


Black color preview on #4D996A background

This text has black color on #4D996A background.


White color preview on #4D996A background

This text has white color on #4D996A background.


Related colors

Complementary color

Complementary color for #hex is #B26695.


I love getcolorcode.com

Triadic colors

1 #6A4D99 and #996A4D with #4D996A are triadic colors.

2 #6A994D and #994D6A with #4D996A are triadic colors.