COLOR #4D9669

HEX: #4D9669
RGB: (77,150,105)

Color info

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

RGB color model

#4D9669 color RGB value is (77,150,105).

  • red value is 77;
  • green value is 150;
  • blue value is 105.
RGB:
(77,150,105)
(30%,59%,41%)

RGB channels and saturation

R 77 of 255 = 30%
G 150 of 255 = 59%
B 105 of 255 = 41%

77
150
105

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

Portions of RGB colors in percentages

R + G + B =
77 + 150 + 105 = 332 (100%)
R 77 of 332 ~ 23.19%
G 150 of 332 ~ 45.18%
B 105 of 332 ~ 31.63%

%23.19
%45.18
%31.63

CMYK color model

#4D9669 color CMYK value is (49,0,30,41).

  • cyan value is 48.67%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 41.18%
CMYK:
(49,0,30,41)
C49M0Y30K41 
(49%,0%,30%,41%)
(0.49/0.00/0.30/0.41)	

CMYK percentages

%48.67
%0
%30
%41.18

Codes

Color #4D9669 in popluar color models

4D9669
RGB77150105
HSL143°32.16%44.51%
HSB/HSV143°48.67%58.82%
CMYK48.67%0.00%30.00%
41.18%

Color #4D9669 in popluar number systems.

HEX4D9669
Decimal77150105
Binary1001101100101101101001
Octal115226151

Shades and tints

Shades of #4D9669

#4D9669
(77,150,105)
#468960
(70,137,96)
#3F7C57
(63,124,87)
#386F4E
(56,111,78)
#316245
(49,98,69)
#2A553C
(42,85,60)
#234833
(35,72,51)
#1C3B2A
(28,59,42)
#152E21
(21,46,33)
#0E2118
(14,33,24)
#07140F
(7,20,15)
#000000
(0,0,0)

Tints of #4D9669

#4D9669
(77,150,105)
#5D9F76
(93,159,118)
#6DA883
(109,168,131)
#7DB190
(125,177,144)
#8DBA9D
(141,186,157)
#9DC3AA
(157,195,170)
#ADCCB7
(173,204,183)
#BDD5C4
(189,213,196)
#CDDED1
(205,222,209)
#DDE7DE
(221,231,222)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D9669; }

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

This text font color is #4D9669.


Background Color

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

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

This div background color is #4D9669.


Border color

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

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

This div border color is #4D9669.


Opacity

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

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

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

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

This text has shadow with #4D9669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9669 on black background.


Color preview on white background

This text has color #4D9669 on white background.



Black color preview on #4D9669 background

This text has black color on #4D9669 background.


White color preview on #4D9669 background

This text has white color on #4D9669 background.