COLOR #4D2C3E

HEX: #4D2C3E
RGB: (77,44,62)

Color info

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

RGB color model

#4D2C3E color RGB value is (77,44,62).

  • red value is 77;
  • green value is 44;
  • blue value is 62.
RGB:
(77,44,62)
(30%,17%,24%)

RGB channels and saturation

R 77 of 255 = 30%
G 44 of 255 = 17%
B 62 of 255 = 24%

77
44
62

R + G + B ~ 24%. #4D2C3E is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 44 + 62 = 183 (100%)
R 77 of 183 ~ 42.08%
G 44 of 183 ~ 24.04%
B 62 of 183 ~ 33.88%

%42.08
%24.04
%33.88

CMYK color model

#4D2C3E color CMYK value is (0,43,19,70).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 19.48%
  • key color value is 69.80%
CMYK:
(0,43,19,70)
C0M43Y19K70 
(0%,43%,19%,70%)
(0.00/0.43/0.19/0.70)	

CMYK percentages

%0
%42.86
%19.48
%69.8

Codes

Color #4D2C3E in popluar color models

4D2C3E
RGB774462
HSL327°27.27%23.73%
HSB/HSV327°42.86%30.20%
CMYK0.00%42.86%19.48%
69.80%

Color #4D2C3E in popluar number systems.

HEX4D2C3E
Decimal774462
Binary1001101101100111110
Octal1155476

Shades and tints

Shades of #4D2C3E

#4D2C3E
(77,44,62)
#462839
(70,40,57)
#3F2434
(63,36,52)
#38202F
(56,32,47)
#311C2A
(49,28,42)
#2A1825
(42,24,37)
#231420
(35,20,32)
#1C101B
(28,16,27)
#150C16
(21,12,22)
#0E0811
(14,8,17)
#07040C
(7,4,12)
#000000
(0,0,0)

Tints of #4D2C3E

#4D2C3E
(77,44,62)
#5D3F4F
(93,63,79)
#6D5260
(109,82,96)
#7D6571
(125,101,113)
#8D7882
(141,120,130)
#9D8B93
(157,139,147)
#AD9EA4
(173,158,164)
#BDB1B5
(189,177,181)
#CDC4C6
(205,196,198)
#DDD7D7
(221,215,215)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2C3E color. Also use rgb(77,44,62) instead hex code.

Text Font Color

.myTextColor { color: #4D2C3E; }

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

This text font color is #4D2C3E.


Background Color

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

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

This div background color is #4D2C3E.


Border color

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

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

This div border color is #4D2C3E.


Opacity

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

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

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

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

This text has shadow with #4D2C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2C3E on black background.


Color preview on white background

This text has color #4D2C3E on white background.



Black color preview on #4D2C3E background

This text has black color on #4D2C3E background.


White color preview on #4D2C3E background

This text has white color on #4D2C3E background.