COLOR #4D2A1C

HEX: #4D2A1C
RGB: (77,42,28)

Color info

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

RGB color model

#4D2A1C color RGB value is (77,42,28).

  • red value is 77;
  • green value is 42;
  • blue value is 28.
RGB:
(77,42,28)
(30%,16%,11%)

RGB channels and saturation

R 77 of 255 = 30%
G 42 of 255 = 16%
B 28 of 255 = 11%

77
42
28

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

Portions of RGB colors in percentages

R + G + B =
77 + 42 + 28 = 147 (100%)
R 77 of 147 ~ 52.38%
G 42 of 147 ~ 28.57%
B 28 of 147 ~ 19.05%

%52.38
%28.57
%19.05

CMYK color model

#4D2A1C color CMYK value is (0,45,64,70).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 63.64%
  • key color value is 69.80%
CMYK:
(0,45,64,70)
C0M45Y64K70 
(0%,45%,64%,70%)
(0.00/0.45/0.64/0.70)	

CMYK percentages

%0
%45.45
%63.64
%69.8

Codes

Color #4D2A1C in popluar color models

4D2A1C
RGB774228
HSL17°46.67%20.59%
HSB/HSV17°63.64%30.20%
CMYK0.00%45.45%63.64%
69.80%

Color #4D2A1C in popluar number systems.

HEX4D2A1C
Decimal774228
Binary100110110101011100
Octal1155234

Shades and tints

Shades of #4D2A1C

#4D2A1C
(77,42,28)
#46271A
(70,39,26)
#3F2418
(63,36,24)
#382116
(56,33,22)
#311E14
(49,30,20)
#2A1B12
(42,27,18)
#231810
(35,24,16)
#1C150E
(28,21,14)
#15120C
(21,18,12)
#0E0F0A
(14,15,10)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #4D2A1C

#4D2A1C
(77,42,28)
#5D3D30
(93,61,48)
#6D5044
(109,80,68)
#7D6358
(125,99,88)
#8D766C
(141,118,108)
#9D8980
(157,137,128)
#AD9C94
(173,156,148)
#BDAFA8
(189,175,168)
#CDC2BC
(205,194,188)
#DDD5D0
(221,213,208)
#EDE8E4
(237,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2A1C color. Also use rgb(77,42,28) instead hex code.

Text Font Color

.myTextColor { color: #4D2A1C; }

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

This text font color is #4D2A1C.


Background Color

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

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

This div background color is #4D2A1C.


Border color

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

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

This div border color is #4D2A1C.


Opacity

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

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

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

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

This text has shadow with #4D2A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2A1C on black background.


Color preview on white background

This text has color #4D2A1C on white background.



Black color preview on #4D2A1C background

This text has black color on #4D2A1C background.


White color preview on #4D2A1C background

This text has white color on #4D2A1C background.