COLOR #4D2520

HEX: #4D2520
RGB: (77,37,32)

Color info

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

RGB color model

#4D2520 color RGB value is (77,37,32).

  • red value is 77;
  • green value is 37;
  • blue value is 32.
RGB:
(77,37,32)
(30%,15%,13%)

RGB channels and saturation

R 77 of 255 = 30%
G 37 of 255 = 15%
B 32 of 255 = 13%

77
37
32

R + G + B ~ 19%. #4D2520 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 37 + 32 = 146 (100%)
R 77 of 146 ~ 52.74%
G 37 of 146 ~ 25.34%
B 32 of 146 ~ 21.92%

%52.74
%25.34
%21.92

CMYK color model

#4D2520 color CMYK value is (0,52,58,70).

  • cyan value is 0.00%
  • magenta value is 51.95%
  • yellow value is 58.44%
  • key color value is 69.80%
CMYK:
(0,52,58,70)
C0M52Y58K70 
(0%,52%,58%,70%)
(0.00/0.52/0.58/0.70)	

CMYK percentages

%0
%51.95
%58.44
%69.8

Codes

Color #4D2520 in popluar color models

4D2520
RGB773732
HSL41.28%21.37%
HSB/HSV58.44%30.20%
CMYK0.00%51.95%58.44%
69.80%

Color #4D2520 in popluar number systems.

HEX4D2520
Decimal773732
Binary1001101100101100000
Octal1154540

Shades and tints

Shades of #4D2520

#4D2520
(77,37,32)
#46221E
(70,34,30)
#3F1F1C
(63,31,28)
#381C1A
(56,28,26)
#311918
(49,25,24)
#2A1616
(42,22,22)
#231314
(35,19,20)
#1C1012
(28,16,18)
#150D10
(21,13,16)
#0E0A0E
(14,10,14)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #4D2520

#4D2520
(77,37,32)
#5D3834
(93,56,52)
#6D4B48
(109,75,72)
#7D5E5C
(125,94,92)
#8D7170
(141,113,112)
#9D8484
(157,132,132)
#AD9798
(173,151,152)
#BDAAAC
(189,170,172)
#CDBDC0
(205,189,192)
#DDD0D4
(221,208,212)
#EDE3E8
(237,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2520 color. Also use rgb(77,37,32) instead hex code.

Text Font Color

.myTextColor { color: #4D2520; }

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

This text font color is #4D2520.


Background Color

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

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

This div background color is #4D2520.


Border color

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

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

This div border color is #4D2520.


Opacity

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

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

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

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

This text has shadow with #4D2520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2520 on black background.


Color preview on white background

This text has color #4D2520 on white background.



Black color preview on #4D2520 background

This text has black color on #4D2520 background.


White color preview on #4D2520 background

This text has white color on #4D2520 background.