COLOR #4D1A1F

HEX: #4D1A1F
RGB: (77,26,31)

Color info

#4D1A1F contains red, green and blue colors in about the same proportion. Web safe color of #4D1A1F is #330033 (or #303).

RGB color model

#4D1A1F color RGB value is (77,26,31).

  • red value is 77;
  • green value is 26;
  • blue value is 31.
RGB:
(77,26,31)
(30%,10%,12%)

RGB channels and saturation

R 77 of 255 = 30%
G 26 of 255 = 10%
B 31 of 255 = 12%

77
26
31

R + G + B ~ 17%. #4D1A1F is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 26 + 31 = 134 (100%)
R 77 of 134 ~ 57.46%
G 26 of 134 ~ 19.4%
B 31 of 134 ~ 23.13%

%57.46
%19.4
%23.13

CMYK color model

#4D1A1F color CMYK value is (0,66,60,70).

  • cyan value is 0.00%
  • magenta value is 66.23%
  • yellow value is 59.74%
  • key color value is 69.80%
CMYK:
(0,66,60,70)
C0M66Y60K70 
(0%,66%,60%,70%)
(0.00/0.66/0.60/0.70)	

CMYK percentages

%0
%66.23
%59.74
%69.8

Codes

Color #4D1A1F in popluar color models

4D1A1F
RGB772631
HSL354°49.51%20.20%
HSB/HSV354°66.23%30.20%
CMYK0.00%66.23%59.74%
69.80%

Color #4D1A1F in popluar number systems.

HEX4D1A1F
Decimal772631
Binary10011011101011111
Octal1153237

Shades and tints

Shades of #4D1A1F

#4D1A1F
(77,26,31)
#46181D
(70,24,29)
#3F161B
(63,22,27)
#381419
(56,20,25)
#311217
(49,18,23)
#2A1015
(42,16,21)
#230E13
(35,14,19)
#1C0C11
(28,12,17)
#150A0F
(21,10,15)
#0E080D
(14,8,13)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #4D1A1F

#4D1A1F
(77,26,31)
#5D2E33
(93,46,51)
#6D4247
(109,66,71)
#7D565B
(125,86,91)
#8D6A6F
(141,106,111)
#9D7E83
(157,126,131)
#AD9297
(173,146,151)
#BDA6AB
(189,166,171)
#CDBABF
(205,186,191)
#DDCED3
(221,206,211)
#EDE2E7
(237,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1A1F color. Also use rgb(77,26,31) instead hex code.

Text Font Color

.myTextColor { color: #4D1A1F; }

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

This text font color is #4D1A1F.


Background Color

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

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

This div background color is #4D1A1F.


Border color

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

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

This div border color is #4D1A1F.


Opacity

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

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

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

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

This text has shadow with #4D1A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1A1F on black background.


Color preview on white background

This text has color #4D1A1F on white background.



Black color preview on #4D1A1F background

This text has black color on #4D1A1F background.


White color preview on #4D1A1F background

This text has white color on #4D1A1F background.