COLOR #4D001B

HEX: #4D001B
RGB: (77,0,27)

Color info

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

RGB color model

#4D001B color RGB value is (77,0,27).

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

RGB channels and saturation

R 77 of 255 = 30%
G 0 of 255 = 0%
B 27 of 255 = 11%

77
0
27

R + G + B ~ 14%. #4D001B is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 0 + 27 = 104 (100%)
R 77 of 104 ~ 74.04%
G 0 of 104 ~ 0%
B 27 of 104 ~ 25.96%

%74.04
%25.96

CMYK color model

#4D001B color CMYK value is (0,100,65,70).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 64.94%
  • key color value is 69.80%
CMYK:
(0,100,65,70)
C0M100Y65K70 
(0%,100%,65%,70%)
(0.00/1.00/0.65/0.70)	

CMYK percentages

%0
%100
%64.94
%69.8

Codes

Color #4D001B in popluar color models

4D001B
RGB77027
HSL339°100.00%15.10%
HSB/HSV339°100.00%30.20%
CMYK0.00%100.00%64.94%
69.80%

Color #4D001B in popluar number systems.

HEX4D001B
Decimal77027
Binary1001101011011
Octal115033

Shades and tints

Shades of #4D001B

#4D001B
(77,0,27)
#460019
(70,0,25)
#3F0017
(63,0,23)
#380015
(56,0,21)
#310013
(49,0,19)
#2A0011
(42,0,17)
#23000F
(35,0,15)
#1C000D
(28,0,13)
#15000B
(21,0,11)
#0E0009
(14,0,9)
#070007
(7,0,7)
#000000
(0,0,0)

Tints of #4D001B

#4D001B
(77,0,27)
#5D172F
(93,23,47)
#6D2E43
(109,46,67)
#7D4557
(125,69,87)
#8D5C6B
(141,92,107)
#9D737F
(157,115,127)
#AD8A93
(173,138,147)
#BDA1A7
(189,161,167)
#CDB8BB
(205,184,187)
#DDCFCF
(221,207,207)
#EDE6E3
(237,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D001B; }

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

This text font color is #4D001B.


Background Color

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

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

This div background color is #4D001B.


Border color

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

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

This div border color is #4D001B.


Opacity

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

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

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

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

This text has shadow with #4D001B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D001B on black background.


Color preview on white background

This text has color #4D001B on white background.



Black color preview on #4D001B background

This text has black color on #4D001B background.


White color preview on #4D001B background

This text has white color on #4D001B background.