COLOR #4D5F3E

HEX: #4D5F3E
RGB: (77,95,62)

Color info

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

RGB color model

#4D5F3E color RGB value is (77,95,62).

  • red value is 77;
  • green value is 95;
  • blue value is 62.
RGB:
(77,95,62)
(30%,37%,24%)

RGB channels and saturation

R 77 of 255 = 30%
G 95 of 255 = 37%
B 62 of 255 = 24%

77
95
62

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

Portions of RGB colors in percentages

R + G + B =
77 + 95 + 62 = 234 (100%)
R 77 of 234 ~ 32.91%
G 95 of 234 ~ 40.6%
B 62 of 234 ~ 26.5%

%32.91
%40.6
%26.5

CMYK color model

#4D5F3E color CMYK value is (19,0,35,63).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 34.74%
  • key color value is 62.75%
CMYK:
(19,0,35,63)
C19M0Y35K63 
(19%,0%,35%,63%)
(0.19/0.00/0.35/0.63)	

CMYK percentages

%18.95
%0
%34.74
%62.75

Codes

Color #4D5F3E in popluar color models

4D5F3E
RGB779562
HSL93°21.02%30.78%
HSB/HSV93°34.74%37.25%
CMYK18.95%0.00%34.74%
62.75%

Color #4D5F3E in popluar number systems.

HEX4D5F3E
Decimal779562
Binary10011011011111111110
Octal11513776

Shades and tints

Shades of #4D5F3E

#4D5F3E
(77,95,62)
#465739
(70,87,57)
#3F4F34
(63,79,52)
#38472F
(56,71,47)
#313F2A
(49,63,42)
#2A3725
(42,55,37)
#232F20
(35,47,32)
#1C271B
(28,39,27)
#151F16
(21,31,22)
#0E1711
(14,23,17)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #4D5F3E

#4D5F3E
(77,95,62)
#5D6D4F
(93,109,79)
#6D7B60
(109,123,96)
#7D8971
(125,137,113)
#8D9782
(141,151,130)
#9DA593
(157,165,147)
#ADB3A4
(173,179,164)
#BDC1B5
(189,193,181)
#CDCFC6
(205,207,198)
#DDDDD7
(221,221,215)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5F3E color. Also use rgb(77,95,62) instead hex code.

Text Font Color

.myTextColor { color: #4D5F3E; }

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

This text font color is #4D5F3E.


Background Color

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

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

This div background color is #4D5F3E.


Border color

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

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

This div border color is #4D5F3E.


Opacity

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

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

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

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

This text has shadow with #4D5F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5F3E on black background.


Color preview on white background

This text has color #4D5F3E on white background.



Black color preview on #4D5F3E background

This text has black color on #4D5F3E background.


White color preview on #4D5F3E background

This text has white color on #4D5F3E background.