COLOR #4D6D35

HEX: #4D6D35
RGB: (77,109,53)

Color info

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

RGB color model

#4D6D35 color RGB value is (77,109,53).

  • red value is 77;
  • green value is 109;
  • blue value is 53.
RGB:
(77,109,53)
(30%,43%,21%)

RGB channels and saturation

R 77 of 255 = 30%
G 109 of 255 = 43%
B 53 of 255 = 21%

77
109
53

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

Portions of RGB colors in percentages

R + G + B =
77 + 109 + 53 = 239 (100%)
R 77 of 239 ~ 32.22%
G 109 of 239 ~ 45.61%
B 53 of 239 ~ 22.18%

%32.22
%45.61
%22.18

CMYK color model

#4D6D35 color CMYK value is (29,0,51,57).

  • cyan value is 29.36%
  • magenta value is 0.00%
  • yellow value is 51.38%
  • key color value is 57.25%
CMYK:
(29,0,51,57)
C29M0Y51K57 
(29%,0%,51%,57%)
(0.29/0.00/0.51/0.57)	

CMYK percentages

%29.36
%0
%51.38
%57.25

Codes

Color #4D6D35 in popluar color models

4D6D35
RGB7710953
HSL94°34.57%31.76%
HSB/HSV94°51.38%42.75%
CMYK29.36%0.00%51.38%
57.25%

Color #4D6D35 in popluar number systems.

HEX4D6D35
Decimal7710953
Binary10011011101101110101
Octal11515565

Shades and tints

Shades of #4D6D35

#4D6D35
(77,109,53)
#466431
(70,100,49)
#3F5B2D
(63,91,45)
#385229
(56,82,41)
#314925
(49,73,37)
#2A4021
(42,64,33)
#23371D
(35,55,29)
#1C2E19
(28,46,25)
#152515
(21,37,21)
#0E1C11
(14,28,17)
#07130D
(7,19,13)
#000000
(0,0,0)

Tints of #4D6D35

#4D6D35
(77,109,53)
#5D7A47
(93,122,71)
#6D8759
(109,135,89)
#7D946B
(125,148,107)
#8DA17D
(141,161,125)
#9DAE8F
(157,174,143)
#ADBBA1
(173,187,161)
#BDC8B3
(189,200,179)
#CDD5C5
(205,213,197)
#DDE2D7
(221,226,215)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6D35 color. Also use rgb(77,109,53) instead hex code.

Text Font Color

.myTextColor { color: #4D6D35; }

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

This text font color is #4D6D35.


Background Color

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

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

This div background color is #4D6D35.


Border color

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

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

This div border color is #4D6D35.


Opacity

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

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

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

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

This text has shadow with #4D6D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6D35 on black background.


Color preview on white background

This text has color #4D6D35 on white background.



Black color preview on #4D6D35 background

This text has black color on #4D6D35 background.


White color preview on #4D6D35 background

This text has white color on #4D6D35 background.