COLOR #4D2620

HEX: #4D2620
RGB: (77,38,32)

Color info

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

RGB color model

#4D2620 color RGB value is (77,38,32).

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

RGB channels and saturation

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

77
38
32

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

Portions of RGB colors in percentages

R + G + B =
77 + 38 + 32 = 147 (100%)
R 77 of 147 ~ 52.38%
G 38 of 147 ~ 25.85%
B 32 of 147 ~ 21.77%

%52.38
%25.85
%21.77

CMYK color model

#4D2620 color CMYK value is (0,51,58,70).

  • cyan value is 0.00%
  • magenta value is 50.65%
  • yellow value is 58.44%
  • key color value is 69.80%
CMYK:
(0,51,58,70)
C0M51Y58K70 
(0%,51%,58%,70%)
(0.00/0.51/0.58/0.70)	

CMYK percentages

%0
%50.65
%58.44
%69.8

Codes

Color #4D2620 in popluar color models

4D2620
RGB773832
HSL41.28%21.37%
HSB/HSV58.44%30.20%
CMYK0.00%50.65%58.44%
69.80%

Color #4D2620 in popluar number systems.

HEX4D2620
Decimal773832
Binary1001101100110100000
Octal1154640

Shades and tints

Shades of #4D2620

#4D2620
(77,38,32)
#46231E
(70,35,30)
#3F201C
(63,32,28)
#381D1A
(56,29,26)
#311A18
(49,26,24)
#2A1716
(42,23,22)
#231414
(35,20,20)
#1C1112
(28,17,18)
#150E10
(21,14,16)
#0E0B0E
(14,11,14)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #4D2620

#4D2620
(77,38,32)
#5D3934
(93,57,52)
#6D4C48
(109,76,72)
#7D5F5C
(125,95,92)
#8D7270
(141,114,112)
#9D8584
(157,133,132)
#AD9898
(173,152,152)
#BDABAC
(189,171,172)
#CDBEC0
(205,190,192)
#DDD1D4
(221,209,212)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2620; }

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

This text font color is #4D2620.


Background Color

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

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

This div background color is #4D2620.


Border color

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

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

This div border color is #4D2620.


Opacity

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

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

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

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

This text has shadow with #4D2620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2620 on black background.


Color preview on white background

This text has color #4D2620 on white background.



Black color preview on #4D2620 background

This text has black color on #4D2620 background.


White color preview on #4D2620 background

This text has white color on #4D2620 background.