COLOR #4D111B

HEX: #4D111B RGB: (77,17,27)

Color info

#4D111B contains mainly red and blue colors. Web safe color of #4D111B is #330033 (or #303).

RGB color model

#4D111B color RGB value is (77,17,27).

RGB: (77,17,27) (30%, 7%, 11%)

RGB channels and saturation

R 77 of 255 = 30%
G 17 of 255 = 7%
B 27 of 255 = 11%

77
17
27

R + G + B ~ 16%. #4D111B is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 17 + 27 = 121 (100%)
R 77 of 121 ~ 63.64%
G 17 of 121 ~ 14.05%
B 27 of 121 ~ 22.31'%

%63.64
%14.05
%22.31

CMYK color model

#4D111B color CMYK value is (0,78,65,70).

  • cyan value is 0.00%
  • magenta value is 77.92%
  • yellow value is 64.94%
  • key color value is 69.80%

CMYK: (0,78,65,70)
C0M78Y65K70 (0%, 78%, 65%, 70%)
(0.00 / 0.78 / 0.65 / 0.70)

CMYK percentages

%0
%77.92
%64.94
%69.8

Codes

Color #4D111B in popluar color models

4D 11 1B
RGB 77 17 27
HSL 350° 63.83% 18.43%
HSB/HSV 350° 77.92% 30.20%
CMYK 0.00% 77.92% 64.94%
69.80%

Color #4D111B in popluar number systems.

HEX 4D 11 1B
Decimal 77 17 27
Binary 1001101 10001 11011
Octal 115 21 33

Shades and tints

Shades of #4D111B

#4D111B
(77,17,27)
#461019
(70,16,25)
#3F0F17
(63,15,23)
#380E15
(56,14,21)
#310D13
(49,13,19)
#2A0C11
(42,12,17)
#230B0F
(35,11,15)
#1C0A0D
(28,10,13)
#15090B
(21,9,11)
#0E0809
(14,8,9)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #4D111B

#4D111B
(77,17,27)
#5D262F
(93,38,47)
#6D3B43
(109,59,67)
#7D5057
(125,80,87)
#8D656B
(141,101,107)
#9D7A7F
(157,122,127)
#AD8F93
(173,143,147)
#BDA4A7
(189,164,167)
#CDB9BB
(205,185,187)
#DDCECF
(221,206,207)
#EDE3E3
(237,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D111B; }

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

This text font color is #4D111B.

Background Color

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

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

This div background color is #4D111B.

Border color

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

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

This div border color is #4D111B.

Opacity

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

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

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

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

This text has shadow with #4D111B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D111B.

Preview

Color preview on black background

This text has color #4D111B on black background.


Color preview on white background

This text has color #4D111B on white background.


Black color preview on #4D111B background

This text has black color on #4D111B background.


White color preview on #4D111B background

This text has white color on #4D111B background.


Related colors

Complementary color

Complementary color for #hex is #B2EEE4.


I love getcolorcode.com

Triadic colors

1 #1B4D11 and #111B4D with #4D111B are triadic colors.

2 #1B114D and #114D1B with #4D111B are triadic colors.