COLOR #4D2320

HEX: #4D2320
RGB: (77,35,32)

Color info

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

RGB color model

#4D2320 color RGB value is (77,35,32).

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

RGB channels and saturation

R 77 of 255 = 30%
G 35 of 255 = 14%
B 32 of 255 = 13%

77
35
32

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

Portions of RGB colors in percentages

R + G + B =
77 + 35 + 32 = 144 (100%)
R 77 of 144 ~ 53.47%
G 35 of 144 ~ 24.31%
B 32 of 144 ~ 22.22%

%53.47
%24.31
%22.22

CMYK color model

#4D2320 color CMYK value is (0,55,58,70).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 58.44%
  • key color value is 69.80%
CMYK:
(0,55,58,70)
C0M55Y58K70 
(0%,55%,58%,70%)
(0.00/0.55/0.58/0.70)	

CMYK percentages

%0
%54.55
%58.44
%69.8

Codes

Color #4D2320 in popluar color models

4D2320
RGB773532
HSL41.28%21.37%
HSB/HSV58.44%30.20%
CMYK0.00%54.55%58.44%
69.80%

Color #4D2320 in popluar number systems.

HEX4D2320
Decimal773532
Binary1001101100011100000
Octal1154340

Shades and tints

Shades of #4D2320

#4D2320
(77,35,32)
#46201E
(70,32,30)
#3F1D1C
(63,29,28)
#381A1A
(56,26,26)
#311718
(49,23,24)
#2A1416
(42,20,22)
#231114
(35,17,20)
#1C0E12
(28,14,18)
#150B10
(21,11,16)
#0E080E
(14,8,14)
#07050C
(7,5,12)
#000000
(0,0,0)

Tints of #4D2320

#4D2320
(77,35,32)
#5D3734
(93,55,52)
#6D4B48
(109,75,72)
#7D5F5C
(125,95,92)
#8D7370
(141,115,112)
#9D8784
(157,135,132)
#AD9B98
(173,155,152)
#BDAFAC
(189,175,172)
#CDC3C0
(205,195,192)
#DDD7D4
(221,215,212)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2320; }

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

This text font color is #4D2320.


Background Color

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

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

This div background color is #4D2320.


Border color

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

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

This div border color is #4D2320.


Opacity

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

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

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

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

This text has shadow with #4D2320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2320 on black background.


Color preview on white background

This text has color #4D2320 on white background.



Black color preview on #4D2320 background

This text has black color on #4D2320 background.


White color preview on #4D2320 background

This text has white color on #4D2320 background.