COLOR #4D6B38

HEX: #4D6B38
RGB: (77,107,56)

Color info

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

RGB color model

#4D6B38 color RGB value is (77,107,56).

  • red value is 77;
  • green value is 107;
  • blue value is 56.
RGB:
(77,107,56)
(30%,42%,22%)

RGB channels and saturation

R 77 of 255 = 30%
G 107 of 255 = 42%
B 56 of 255 = 22%

77
107
56

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

Portions of RGB colors in percentages

R + G + B =
77 + 107 + 56 = 240 (100%)
R 77 of 240 ~ 32.08%
G 107 of 240 ~ 44.58%
B 56 of 240 ~ 23.33%

%32.08
%44.58
%23.33

CMYK color model

#4D6B38 color CMYK value is (28,0,48,58).

  • cyan value is 28.04%
  • magenta value is 0.00%
  • yellow value is 47.66%
  • key color value is 58.04%
CMYK:
(28,0,48,58)
C28M0Y48K58 
(28%,0%,48%,58%)
(0.28/0.00/0.48/0.58)	

CMYK percentages

%28.04
%0
%47.66
%58.04

Codes

Color #4D6B38 in popluar color models

4D6B38
RGB7710756
HSL95°31.29%31.96%
HSB/HSV95°47.66%41.96%
CMYK28.04%0.00%47.66%
58.04%

Color #4D6B38 in popluar number systems.

HEX4D6B38
Decimal7710756
Binary10011011101011111000
Octal11515370

Shades and tints

Shades of #4D6B38

#4D6B38
(77,107,56)
#466233
(70,98,51)
#3F592E
(63,89,46)
#385029
(56,80,41)
#314724
(49,71,36)
#2A3E1F
(42,62,31)
#23351A
(35,53,26)
#1C2C15
(28,44,21)
#152310
(21,35,16)
#0E1A0B
(14,26,11)
#071106
(7,17,6)
#000000
(0,0,0)

Tints of #4D6B38

#4D6B38
(77,107,56)
#5D784A
(93,120,74)
#6D855C
(109,133,92)
#7D926E
(125,146,110)
#8D9F80
(141,159,128)
#9DAC92
(157,172,146)
#ADB9A4
(173,185,164)
#BDC6B6
(189,198,182)
#CDD3C8
(205,211,200)
#DDE0DA
(221,224,218)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6B38 color. Also use rgb(77,107,56) instead hex code.

Text Font Color

.myTextColor { color: #4D6B38; }

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

This text font color is #4D6B38.


Background Color

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

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

This div background color is #4D6B38.


Border color

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

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

This div border color is #4D6B38.


Opacity

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

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

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

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

This text has shadow with #4D6B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6B38 on black background.


Color preview on white background

This text has color #4D6B38 on white background.



Black color preview on #4D6B38 background

This text has black color on #4D6B38 background.


White color preview on #4D6B38 background

This text has white color on #4D6B38 background.