COLOR #4D0B01

HEX: #4D0B01
RGB: (77,11,1)

Color info

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

RGB color model

#4D0B01 color RGB value is (77,11,1).

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

RGB channels and saturation

R 77 of 255 = 30%
G 11 of 255 = 4%
B 1 of 255 = 0%

77
11
1

R + G + B ~ 11%. #4D0B01 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 11 + 1 = 89 (100%)
R 77 of 89 ~ 86.52%
G 11 of 89 ~ 12.36%
B 1 of 89 ~ 1.12%

%86.52
%12.36

CMYK color model

#4D0B01 color CMYK value is (0,86,99,70).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 98.70%
  • key color value is 69.80%
CMYK: (0,86,99,70) C0M86Y99K70 (0%,86%,99%,70%) (0.00/0.86/0.99/0.70)

CMYK percentages

%0
%85.71
%98.7
%69.8

Codes

Color #4D0B01 in popluar color models

4D0B01
RGB77111
HSL97.44%15.29%
HSB/HSV98.70%30.20%
CMYK0.00%85.71%98.70%
69.80%

Color #4D0B01 in popluar number systems.

HEX4D0B01
Decimal77111
Binary100110110111
Octal115131

Shades and tints

Shades of #4D0B01

#4D0B01
(77,11,1)
#460A01
(70,10,1)
#3F0901
(63,9,1)
#380801
(56,8,1)
#310701
(49,7,1)
#2A0601
(42,6,1)
#230501
(35,5,1)
#1C0401
(28,4,1)
#150301
(21,3,1)
#0E0201
(14,2,1)
#070101
(7,1,1)
#000000
(0,0,0)

Tints of #4D0B01

#4D0B01
(77,11,1)
#5D2118
(93,33,24)
#6D372F
(109,55,47)
#7D4D46
(125,77,70)
#8D635D
(141,99,93)
#9D7974
(157,121,116)
#AD8F8B
(173,143,139)
#BDA5A2
(189,165,162)
#CDBBB9
(205,187,185)
#DDD1D0
(221,209,208)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0B01; }

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

This text font color is #4D0B01.


Background Color

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

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

This div background color is #4D0B01.


Border color

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

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

This div border color is #4D0B01.


Opacity

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

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

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

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

This text has shadow with #4D0B01 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4D0B01 on black background.


Color preview on white background

This text has color #4D0B01 on white background.



Black color preview on #4D0B01 background

This text has black color on #4D0B01 background.


White color preview on #4D0B01 background

This text has white color on #4D0B01 background.