COLOR #4D7650

HEX: #4D7650
RGB: (77,118,80)

Color info

#4D7650 contains red, green and blue colors in about the same proportion. Web safe color of #4D7650 is #336666 (or #366).

RGB color model

#4D7650 color RGB value is (77,118,80).

  • red value is 77;
  • green value is 118;
  • blue value is 80.
RGB:
(77,118,80)
(30%,46%,31%)

RGB channels and saturation

R 77 of 255 = 30%
G 118 of 255 = 46%
B 80 of 255 = 31%

77
118
80

R + G + B ~ 36%. #4D7650 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 118 + 80 = 275 (100%)
R 77 of 275 ~ 28%
G 118 of 275 ~ 42.91%
B 80 of 275 ~ 29.09%

%28
%42.91
%29.09

CMYK color model

#4D7650 color CMYK value is (35,0,32,54).

  • cyan value is 34.75%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 53.73%
CMYK:
(35,0,32,54)
C35M0Y32K54 
(35%,0%,32%,54%)
(0.35/0.00/0.32/0.54)	

CMYK percentages

%34.75
%0
%32.2
%53.73

Codes

Color #4D7650 in popluar color models

4D7650
RGB7711880
HSL124°21.03%38.24%
HSB/HSV124°34.75%46.27%
CMYK34.75%0.00%32.20%
53.73%

Color #4D7650 in popluar number systems.

HEX4D7650
Decimal7711880
Binary100110111101101010000
Octal115166120

Shades and tints

Shades of #4D7650

#4D7650
(77,118,80)
#466C49
(70,108,73)
#3F6242
(63,98,66)
#38583B
(56,88,59)
#314E34
(49,78,52)
#2A442D
(42,68,45)
#233A26
(35,58,38)
#1C301F
(28,48,31)
#152618
(21,38,24)
#0E1C11
(14,28,17)
#07120A
(7,18,10)
#000000
(0,0,0)

Tints of #4D7650

#4D7650
(77,118,80)
#5D825F
(93,130,95)
#6D8E6E
(109,142,110)
#7D9A7D
(125,154,125)
#8DA68C
(141,166,140)
#9DB29B
(157,178,155)
#ADBEAA
(173,190,170)
#BDCAB9
(189,202,185)
#CDD6C8
(205,214,200)
#DDE2D7
(221,226,215)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7650 color. Also use rgb(77,118,80) instead hex code.

Text Font Color

.myTextColor { color: #4D7650; }

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

This text font color is #4D7650.


Background Color

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

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

This div background color is #4D7650.


Border color

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

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

This div border color is #4D7650.


Opacity

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

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

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

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

This text has shadow with #4D7650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7650 on black background.


Color preview on white background

This text has color #4D7650 on white background.



Black color preview on #4D7650 background

This text has black color on #4D7650 background.


White color preview on #4D7650 background

This text has white color on #4D7650 background.