COLOR #4D1A1B

HEX: #4D1A1B
RGB: (77,26,27)

Color info

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

RGB color model

#4D1A1B color RGB value is (77,26,27).

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

RGB channels and saturation

R 77 of 255 = 30%
G 26 of 255 = 10%
B 27 of 255 = 11%

77
26
27

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

Portions of RGB colors in percentages

R + G + B =
77 + 26 + 27 = 130 (100%)
R 77 of 130 ~ 59.23%
G 26 of 130 ~ 20%
B 27 of 130 ~ 20.77%

%59.23
%20
%20.77

CMYK color model

#4D1A1B color CMYK value is (0,66,65,70).

  • cyan value is 0.00%
  • magenta value is 66.23%
  • yellow value is 64.94%
  • key color value is 69.80%
CMYK:
(0,66,65,70)
C0M66Y65K70 
(0%,66%,65%,70%)
(0.00/0.66/0.65/0.70)	

CMYK percentages

%0
%66.23
%64.94
%69.8

Codes

Color #4D1A1B in popluar color models

4D1A1B
RGB772627
HSL359°49.51%20.20%
HSB/HSV359°66.23%30.20%
CMYK0.00%66.23%64.94%
69.80%

Color #4D1A1B in popluar number systems.

HEX4D1A1B
Decimal772627
Binary10011011101011011
Octal1153233

Shades and tints

Shades of #4D1A1B

#4D1A1B
(77,26,27)
#461819
(70,24,25)
#3F1617
(63,22,23)
#381415
(56,20,21)
#311213
(49,18,19)
#2A1011
(42,16,17)
#230E0F
(35,14,15)
#1C0C0D
(28,12,13)
#150A0B
(21,10,11)
#0E0809
(14,8,9)
#070607
(7,6,7)
#000000
(0,0,0)

Tints of #4D1A1B

#4D1A1B
(77,26,27)
#5D2E2F
(93,46,47)
#6D4243
(109,66,67)
#7D5657
(125,86,87)
#8D6A6B
(141,106,107)
#9D7E7F
(157,126,127)
#AD9293
(173,146,147)
#BDA6A7
(189,166,167)
#CDBABB
(205,186,187)
#DDCECF
(221,206,207)
#EDE2E3
(237,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1A1B; }

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

This text font color is #4D1A1B.


Background Color

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

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

This div background color is #4D1A1B.


Border color

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

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

This div border color is #4D1A1B.


Opacity

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

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

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

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

This text has shadow with #4D1A1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1A1B on black background.


Color preview on white background

This text has color #4D1A1B on white background.



Black color preview on #4D1A1B background

This text has black color on #4D1A1B background.


White color preview on #4D1A1B background

This text has white color on #4D1A1B background.