COLOR #4D9666

HEX: #4D9666 RGB: (77,150,102)

Color info

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

RGB color model

#4D9666 color RGB value is (77,150,102).

RGB: (77,150,102) (30%, 59%, 40%)

RGB channels and saturation

R 77 of 255 = 30%
G 150 of 255 = 59%
B 102 of 255 = 40%

77
150
102

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

Portions of RGB colors in percentages

R + G + B = 77 + 150 + 102 = 329 (100%)
R 77 of 329 ~ 23.4%
G 150 of 329 ~ 45.59%
B 102 of 329 ~ 31'%

%23.4
%45.59
%31

CMYK color model

#4D9666 color CMYK value is (49,0,32,41).

  • cyan value is 48.67%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 41.18%

CMYK: (49,0,32,41)
C49M0Y32K41 (49%, 0%, 32%, 41%)
(0.49 / 0.00 / 0.32 / 0.41)

CMYK percentages

%48.67
%0
%32
%41.18

Codes

Color #4D9666 in popluar color models

4D 96 66
RGB 77 150 102
HSL 141° 32.16% 44.51%
HSB/HSV 141° 48.67% 58.82%
CMYK 48.67% 0.00% 32.00%
41.18%

Color #4D9666 in popluar number systems.

HEX 4D 96 66
Decimal 77 150 102
Binary 1001101 10010110 1100110
Octal 115 226 146

Shades and tints

Shades of #4D9666

#4D9666
(77,150,102)
#46895D
(70,137,93)
#3F7C54
(63,124,84)
#386F4B
(56,111,75)
#316242
(49,98,66)
#2A5539
(42,85,57)
#234830
(35,72,48)
#1C3B27
(28,59,39)
#152E1E
(21,46,30)
#0E2115
(14,33,21)
#07140C
(7,20,12)
#000000
(0,0,0)

Tints of #4D9666

#4D9666
(77,150,102)
#5D9F73
(93,159,115)
#6DA880
(109,168,128)
#7DB18D
(125,177,141)
#8DBA9A
(141,186,154)
#9DC3A7
(157,195,167)
#ADCCB4
(173,204,180)
#BDD5C1
(189,213,193)
#CDDECE
(205,222,206)
#DDE7DB
(221,231,219)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9666 color. Also use rgb(77,150,102) instead hex code.

Text Font Color

.myTextColor { color: #4D9666; }

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

This text font color is #4D9666.

Background Color

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

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

This div background color is #4D9666.

Border color

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

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

This div border color is #4D9666.

Opacity

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

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

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

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

This text has shadow with #4D9666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D9666.

Preview

Color preview on black background

This text has color #4D9666 on black background.


Color preview on white background

This text has color #4D9666 on white background.


Black color preview on #4D9666 background

This text has black color on #4D9666 background.


White color preview on #4D9666 background

This text has white color on #4D9666 background.


Related colors

Complementary color

Complementary color for #hex is #B26999.


I love getcolorcode.com

Triadic colors

1 #664D96 and #96664D with #4D9666 are triadic colors.

2 #66964D and #964D66 with #4D9666 are triadic colors.