COLOR #4D9769

HEX: #4D9769
RGB: (77,151,105)

Color info

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

RGB color model

#4D9769 color RGB value is (77,151,105).

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

RGB channels and saturation

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

77
151
105

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

Portions of RGB colors in percentages

R + G + B =
77 + 151 + 105 = 333 (100%)
R 77 of 333 ~ 23.12%
G 151 of 333 ~ 45.35%
B 105 of 333 ~ 31.53%

%23.12
%45.35
%31.53

CMYK color model

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

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

CMYK percentages

%49.01
%0
%30.46
%40.78

Codes

Color #4D9769 in popluar color models

4D9769
RGB77151105
HSL143°32.46%44.71%
HSB/HSV143°49.01%59.22%
CMYK49.01%0.00%30.46%
40.78%

Color #4D9769 in popluar number systems.

HEX4D9769
Decimal77151105
Binary1001101100101111101001
Octal115227151

Shades and tints

Shades of #4D9769

#4D9769
(77,151,105)
#468A60
(70,138,96)
#3F7D57
(63,125,87)
#38704E
(56,112,78)
#316345
(49,99,69)
#2A563C
(42,86,60)
#234933
(35,73,51)
#1C3C2A
(28,60,42)
#152F21
(21,47,33)
#0E2218
(14,34,24)
#07150F
(7,21,15)
#000000
(0,0,0)

Tints of #4D9769

#4D9769
(77,151,105)
#5DA076
(93,160,118)
#6DA983
(109,169,131)
#7DB290
(125,178,144)
#8DBB9D
(141,187,157)
#9DC4AA
(157,196,170)
#ADCDB7
(173,205,183)
#BDD6C4
(189,214,196)
#CDDFD1
(205,223,209)
#DDE8DE
(221,232,222)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D9769; }

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

This text font color is #4D9769.


Background Color

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

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

This div background color is #4D9769.


Border color

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

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

This div border color is #4D9769.


Opacity

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

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

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

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

This text has shadow with #4D9769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9769 on black background.


Color preview on white background

This text has color #4D9769 on white background.



Black color preview on #4D9769 background

This text has black color on #4D9769 background.


White color preview on #4D9769 background

This text has white color on #4D9769 background.