COLOR #4D5F3D

HEX: #4D5F3D
RGB: (77,95,61)

Color info

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

RGB color model

#4D5F3D color RGB value is (77,95,61).

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

RGB channels and saturation

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

77
95
61

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

Portions of RGB colors in percentages

R + G + B =
77 + 95 + 61 = 233 (100%)
R 77 of 233 ~ 33.05%
G 95 of 233 ~ 40.77%
B 61 of 233 ~ 26.18%

%33.05
%40.77
%26.18

CMYK color model

#4D5F3D color CMYK value is (19,0,36,63).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 35.79%
  • key color value is 62.75%
CMYK:
(19,0,36,63)
C19M0Y36K63 
(19%,0%,36%,63%)
(0.19/0.00/0.36/0.63)	

CMYK percentages

%18.95
%0
%35.79
%62.75

Codes

Color #4D5F3D in popluar color models

4D5F3D
RGB779561
HSL92°21.79%30.59%
HSB/HSV92°35.79%37.25%
CMYK18.95%0.00%35.79%
62.75%

Color #4D5F3D in popluar number systems.

HEX4D5F3D
Decimal779561
Binary10011011011111111101
Octal11513775

Shades and tints

Shades of #4D5F3D

#4D5F3D
(77,95,61)
#465738
(70,87,56)
#3F4F33
(63,79,51)
#38472E
(56,71,46)
#313F29
(49,63,41)
#2A3724
(42,55,36)
#232F1F
(35,47,31)
#1C271A
(28,39,26)
#151F15
(21,31,21)
#0E1710
(14,23,16)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #4D5F3D

#4D5F3D
(77,95,61)
#5D6D4E
(93,109,78)
#6D7B5F
(109,123,95)
#7D8970
(125,137,112)
#8D9781
(141,151,129)
#9DA592
(157,165,146)
#ADB3A3
(173,179,163)
#BDC1B4
(189,193,180)
#CDCFC5
(205,207,197)
#DDDDD6
(221,221,214)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5F3D; }

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

This text font color is #4D5F3D.


Background Color

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

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

This div background color is #4D5F3D.


Border color

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

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

This div border color is #4D5F3D.


Opacity

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

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

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

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

This text has shadow with #4D5F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5F3D on black background.


Color preview on white background

This text has color #4D5F3D on white background.



Black color preview on #4D5F3D background

This text has black color on #4D5F3D background.


White color preview on #4D5F3D background

This text has white color on #4D5F3D background.