COLOR #4D6E30

HEX: #4D6E30
RGB: (77,110,48)

Color info

#4D6E30 contains mainly red and green colors. Web safe color of #4D6E30 is #336633 (or #363).

RGB color model

#4D6E30 color RGB value is (77,110,48).

  • red value is 77;
  • green value is 110;
  • blue value is 48.
RGB:
(77,110,48)
(30%,43%,19%)

RGB channels and saturation

R 77 of 255 = 30%
G 110 of 255 = 43%
B 48 of 255 = 19%

77
110
48

R + G + B ~ 31%. #4D6E30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 110 + 48 = 235 (100%)
R 77 of 235 ~ 32.77%
G 110 of 235 ~ 46.81%
B 48 of 235 ~ 20.43%

%32.77
%46.81
%20.43

CMYK color model

#4D6E30 color CMYK value is (30,0,56,57).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 56.36%
  • key color value is 56.86%
CMYK:
(30,0,56,57)
C30M0Y56K57 
(30%,0%,56%,57%)
(0.30/0.00/0.56/0.57)	

CMYK percentages

%30
%0
%56.36
%56.86

Codes

Color #4D6E30 in popluar color models

4D6E30
RGB7711048
HSL92°39.24%30.98%
HSB/HSV92°56.36%43.14%
CMYK30.00%0.00%56.36%
56.86%

Color #4D6E30 in popluar number systems.

HEX4D6E30
Decimal7711048
Binary10011011101110110000
Octal11515660

Shades and tints

Shades of #4D6E30

#4D6E30
(77,110,48)
#46642C
(70,100,44)
#3F5A28
(63,90,40)
#385024
(56,80,36)
#314620
(49,70,32)
#2A3C1C
(42,60,28)
#233218
(35,50,24)
#1C2814
(28,40,20)
#151E10
(21,30,16)
#0E140C
(14,20,12)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #4D6E30

#4D6E30
(77,110,48)
#5D7B42
(93,123,66)
#6D8854
(109,136,84)
#7D9566
(125,149,102)
#8DA278
(141,162,120)
#9DAF8A
(157,175,138)
#ADBC9C
(173,188,156)
#BDC9AE
(189,201,174)
#CDD6C0
(205,214,192)
#DDE3D2
(221,227,210)
#EDF0E4
(237,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6E30 color. Also use rgb(77,110,48) instead hex code.

Text Font Color

.myTextColor { color: #4D6E30; }

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

This text font color is #4D6E30.


Background Color

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

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

This div background color is #4D6E30.


Border color

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

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

This div border color is #4D6E30.


Opacity

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

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

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

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

This text has shadow with #4D6E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6E30 on black background.


Color preview on white background

This text has color #4D6E30 on white background.



Black color preview on #4D6E30 background

This text has black color on #4D6E30 background.


White color preview on #4D6E30 background

This text has white color on #4D6E30 background.