COLOR #4D6A31

HEX: #4D6A31
RGB: (77,106,49)

Color info

#4D6A31 contains red, green and blue colors in about the same proportion. Web safe color of #4D6A31 is #336633 (or #363).

RGB color model

#4D6A31 color RGB value is (77,106,49).

  • red value is 77;
  • green value is 106;
  • blue value is 49.
RGB:
(77,106,49)
(30%,42%,19%)

RGB channels and saturation

R 77 of 255 = 30%
G 106 of 255 = 42%
B 49 of 255 = 19%

77
106
49

R + G + B ~ 30%. #4D6A31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 106 + 49 = 232 (100%)
R 77 of 232 ~ 33.19%
G 106 of 232 ~ 45.69%
B 49 of 232 ~ 21.12%

%33.19
%45.69
%21.12

CMYK color model

#4D6A31 color CMYK value is (27,0,54,58).

  • cyan value is 27.36%
  • magenta value is 0.00%
  • yellow value is 53.77%
  • key color value is 58.43%
CMYK:
(27,0,54,58)
C27M0Y54K58 
(27%,0%,54%,58%)
(0.27/0.00/0.54/0.58)	

CMYK percentages

%27.36
%0
%53.77
%58.43

Codes

Color #4D6A31 in popluar color models

4D6A31
RGB7710649
HSL91°36.77%30.39%
HSB/HSV91°53.77%41.57%
CMYK27.36%0.00%53.77%
58.43%

Color #4D6A31 in popluar number systems.

HEX4D6A31
Decimal7710649
Binary10011011101010110001
Octal11515261

Shades and tints

Shades of #4D6A31

#4D6A31
(77,106,49)
#46612D
(70,97,45)
#3F5829
(63,88,41)
#384F25
(56,79,37)
#314621
(49,70,33)
#2A3D1D
(42,61,29)
#233419
(35,52,25)
#1C2B15
(28,43,21)
#152211
(21,34,17)
#0E190D
(14,25,13)
#071009
(7,16,9)
#000000
(0,0,0)

Tints of #4D6A31

#4D6A31
(77,106,49)
#5D7743
(93,119,67)
#6D8455
(109,132,85)
#7D9167
(125,145,103)
#8D9E79
(141,158,121)
#9DAB8B
(157,171,139)
#ADB89D
(173,184,157)
#BDC5AF
(189,197,175)
#CDD2C1
(205,210,193)
#DDDFD3
(221,223,211)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6A31 color. Also use rgb(77,106,49) instead hex code.

Text Font Color

.myTextColor { color: #4D6A31; }

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

This text font color is #4D6A31.


Background Color

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

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

This div background color is #4D6A31.


Border color

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

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

This div border color is #4D6A31.


Opacity

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

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

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

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

This text has shadow with #4D6A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6A31 on black background.


Color preview on white background

This text has color #4D6A31 on white background.



Black color preview on #4D6A31 background

This text has black color on #4D6A31 background.


White color preview on #4D6A31 background

This text has white color on #4D6A31 background.