COLOR #4D1001

HEX: #4D1001 RGB: (77,16,1)

Color info

#4D1001 contains mainly red color. Web safe color of #4D1001 is #330000 (or #300).

RGB color model

#4D1001 color RGB value is (77,16,1).

RGB: (77,16,1) (30%, 6%, 0%)

RGB channels and saturation

R 77 of 255 = 30%
G 16 of 255 = 6%
B 1 of 255 = 0%

77
16
1

R + G + B ~ 12%. #4D1001 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 16 + 1 = 94 (100%)
R 77 of 94 ~ 81.91%
G 16 of 94 ~ 17.02%
B 1 of 94 ~ 1.06'%

%81.91
%17.02

CMYK color model

#4D1001 color CMYK value is (0,79,99,70).

  • cyan value is 0.00%
  • magenta value is 79.22%
  • yellow value is 98.70%
  • key color value is 69.80%

CMYK: (0,79,99,70)
C0M79Y99K70 (0%, 79%, 99%, 70%)
(0.00 / 0.79 / 0.99 / 0.70)

CMYK percentages

%0
%79.22
%98.7
%69.8

Codes

Color #4D1001 in popluar color models

4D 10 01
RGB 77 16 1
HSL 12° 97.44% 15.29%
HSB/HSV 12° 98.70% 30.20%
CMYK 0.00% 79.22% 98.70%
69.80%

Color #4D1001 in popluar number systems.

HEX 4D 10 01
Decimal 77 16 1
Binary 1001101 10000 1
Octal 115 20 1

Shades and tints

Shades of #4D1001

#4D1001
(77,16,1)
#460F01
(70,15,1)
#3F0E01
(63,14,1)
#380D01
(56,13,1)
#310C01
(49,12,1)
#2A0B01
(42,11,1)
#230A01
(35,10,1)
#1C0901
(28,9,1)
#150801
(21,8,1)
#0E0701
(14,7,1)
#070601
(7,6,1)
#000000
(0,0,0)

Tints of #4D1001

#4D1001
(77,16,1)
#5D2518
(93,37,24)
#6D3A2F
(109,58,47)
#7D4F46
(125,79,70)
#8D645D
(141,100,93)
#9D7974
(157,121,116)
#AD8E8B
(173,142,139)
#BDA3A2
(189,163,162)
#CDB8B9
(205,184,185)
#DDCDD0
(221,205,208)
#EDE2E7
(237,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1001 color. Also use rgb(77,16,1) instead hex code.

Text Font Color

.myTextColor { color: #4D1001; }

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

This text font color is #4D1001.

Background Color

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

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

This div background color is #4D1001.

Border color

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

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

This div border color is #4D1001.

Opacity

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

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

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

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

This text has shadow with #4D1001 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D1001.

Preview

Color preview on black background

This text has color #4D1001 on black background.


Color preview on white background

This text has color #4D1001 on white background.


Black color preview on #4D1001 background

This text has black color on #4D1001 background.


White color preview on #4D1001 background

This text has white color on #4D1001 background.


Related colors

Complementary color

Complementary color for #hex is #B2EFFE.


I love getcolorcode.com

Triadic colors

1 #014D10 and #10014D with #4D1001 are triadic colors.

2 #01104D and #104D01 with #4D1001 are triadic colors.