COLOR #4D9965

HEX: #4D9965
RGB: (77,153,101)

Color info

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

RGB color model

#4D9965 color RGB value is (77,153,101).

  • red value is 77;
  • green value is 153;
  • blue value is 101.
RGB:
(77,153,101)
(30%,60%,40%)

RGB channels and saturation

R 77 of 255 = 30%
G 153 of 255 = 60%
B 101 of 255 = 40%

77
153
101

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

Portions of RGB colors in percentages

R + G + B =
77 + 153 + 101 = 331 (100%)
R 77 of 331 ~ 23.26%
G 153 of 331 ~ 46.22%
B 101 of 331 ~ 30.51%

%23.26
%46.22
%30.51

CMYK color model

#4D9965 color CMYK value is (50,0,34,40).

  • cyan value is 49.67%
  • magenta value is 0.00%
  • yellow value is 33.99%
  • key color value is 40.00%
CMYK:
(50,0,34,40)
C50M0Y34K40 
(50%,0%,34%,40%)
(0.50/0.00/0.34/0.40)	

CMYK percentages

%49.67
%0
%33.99
%40

Codes

Color #4D9965 in popluar color models

4D9965
RGB77153101
HSL139°33.04%45.10%
HSB/HSV139°49.67%60.00%
CMYK49.67%0.00%33.99%
40.00%

Color #4D9965 in popluar number systems.

HEX4D9965
Decimal77153101
Binary1001101100110011100101
Octal115231145

Shades and tints

Shades of #4D9965

#4D9965
(77,153,101)
#468C5C
(70,140,92)
#3F7F53
(63,127,83)
#38724A
(56,114,74)
#316541
(49,101,65)
#2A5838
(42,88,56)
#234B2F
(35,75,47)
#1C3E26
(28,62,38)
#15311D
(21,49,29)
#0E2414
(14,36,20)
#07170B
(7,23,11)
#000000
(0,0,0)

Tints of #4D9965

#4D9965
(77,153,101)
#5DA273
(93,162,115)
#6DAB81
(109,171,129)
#7DB48F
(125,180,143)
#8DBD9D
(141,189,157)
#9DC6AB
(157,198,171)
#ADCFB9
(173,207,185)
#BDD8C7
(189,216,199)
#CDE1D5
(205,225,213)
#DDEAE3
(221,234,227)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D9965; }

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

This text font color is #4D9965.


Background Color

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

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

This div background color is #4D9965.


Border color

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

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

This div border color is #4D9965.


Opacity

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

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

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

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

This text has shadow with #4D9965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9965 on black background.


Color preview on white background

This text has color #4D9965 on white background.



Black color preview on #4D9965 background

This text has black color on #4D9965 background.


White color preview on #4D9965 background

This text has white color on #4D9965 background.