COLOR #4D342F

HEX: #4D342F
RGB: (77,52,47)

Color info

#4D342F contains red, green and blue colors in about the same proportion. Web safe color of #4D342F is #333333 (or #333).

RGB color model

#4D342F color RGB value is (77,52,47).

  • red value is 77;
  • green value is 52;
  • blue value is 47.
RGB:
(77,52,47)
(30%,20%,18%)

RGB channels and saturation

R 77 of 255 = 30%
G 52 of 255 = 20%
B 47 of 255 = 18%

77
52
47

R + G + B ~ 23%. #4D342F is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 52 + 47 = 176 (100%)
R 77 of 176 ~ 43.75%
G 52 of 176 ~ 29.55%
B 47 of 176 ~ 26.7%

%43.75
%29.55
%26.7

CMYK color model

#4D342F color CMYK value is (0,32,39,70).

  • cyan value is 0.00%
  • magenta value is 32.47%
  • yellow value is 38.96%
  • key color value is 69.80%
CMYK:
(0,32,39,70)
C0M32Y39K70 
(0%,32%,39%,70%)
(0.00/0.32/0.39/0.70)	

CMYK percentages

%0
%32.47
%38.96
%69.8

Codes

Color #4D342F in popluar color models

4D342F
RGB775247
HSL10°24.19%24.31%
HSB/HSV10°38.96%30.20%
CMYK0.00%32.47%38.96%
69.80%

Color #4D342F in popluar number systems.

HEX4D342F
Decimal775247
Binary1001101110100101111
Octal1156457

Shades and tints

Shades of #4D342F

#4D342F
(77,52,47)
#46302B
(70,48,43)
#3F2C27
(63,44,39)
#382823
(56,40,35)
#31241F
(49,36,31)
#2A201B
(42,32,27)
#231C17
(35,28,23)
#1C1813
(28,24,19)
#15140F
(21,20,15)
#0E100B
(14,16,11)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #4D342F

#4D342F
(77,52,47)
#5D4641
(93,70,65)
#6D5853
(109,88,83)
#7D6A65
(125,106,101)
#8D7C77
(141,124,119)
#9D8E89
(157,142,137)
#ADA09B
(173,160,155)
#BDB2AD
(189,178,173)
#CDC4BF
(205,196,191)
#DDD6D1
(221,214,209)
#EDE8E3
(237,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D342F color. Also use rgb(77,52,47) instead hex code.

Text Font Color

.myTextColor { color: #4D342F; }

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

This text font color is #4D342F.


Background Color

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

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

This div background color is #4D342F.


Border color

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

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

This div border color is #4D342F.


Opacity

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

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

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

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

This text has shadow with #4D342F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D342F on black background.


Color preview on white background

This text has color #4D342F on white background.



Black color preview on #4D342F background

This text has black color on #4D342F background.


White color preview on #4D342F background

This text has white color on #4D342F background.