COLOR #4B0801

HEX: #4B0801 RGB: (75,8,1)

Color info

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

RGB color model

#4B0801 color RGB value is (75,8,1).

RGB: (75,8,1) (29%, 3%, 0%)

RGB channels and saturation

R 75 of 255 = 29%
G 8 of 255 = 3%
B 1 of 255 = 0%

75
8
1

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

Portions of RGB colors in percentages

R + G + B = 75 + 8 + 1 = 84 (100%)
R 75 of 84 ~ 89.29%
G 8 of 84 ~ 9.52%
B 1 of 84 ~ 1.19'%

%89.29
%9.52

CMYK color model

#4B0801 color CMYK value is (0,89,99,71).

  • cyan value is 0.00%
  • magenta value is 89.33%
  • yellow value is 98.67%
  • key color value is 70.59%
CMYK: (0,89,99,71) C0M89Y99K71 (0%,89%,99%,71%) (0.00/0.89/0.99/0.71) 

CMYK percentages

%0
%89.33
%98.67
%70.59

Codes

Color #4B0801 in popluar color models

4B 08 01
RGB 75 8 1
HSL 97.37% 14.90%
HSB/HSV 98.67% 29.41%
CMYK 0.00% 89.33% 98.67%
70.59%

Color #4B0801 in popluar number systems.

HEX 4B 08 01
Decimal 75 8 1
Binary 1001011 1000 1
Octal 113 10 1

Shades and tints

Shades of #4B0801

#4B0801
(75,8,1)
#450801
(69,8,1)
#3F0801
(63,8,1)
#390801
(57,8,1)
#330801
(51,8,1)
#2D0801
(45,8,1)
#270801
(39,8,1)
#210801
(33,8,1)
#1B0801
(27,8,1)
#150801
(21,8,1)
#0F0801
(15,8,1)
#000000
(0,0,0)

Tints of #4B0801

#4B0801
(75,8,1)
#5B1E18
(91,30,24)
#6B342F
(107,52,47)
#7B4A46
(123,74,70)
#8B605D
(139,96,93)
#9B7674
(155,118,116)
#AB8C8B
(171,140,139)
#BBA2A2
(187,162,162)
#CBB8B9
(203,184,185)
#DBCED0
(219,206,208)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0801 color. Also use rgb(75,8,1) instead hex code.

Text Font Color

.myTextColor { color: #4B0801; }

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

This text font color is #4B0801.

Background Color

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

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

This div background color is #4B0801.

Border color

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

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

This div border color is #4B0801.

Opacity

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

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

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

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

This text has shadow with #4B0801 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B0801.

Preview

Color preview on black background

This text has color #4B0801 on black background.


Color preview on white background

This text has color #4B0801 on white background.


Black color preview on #4B0801 background

This text has black color on #4B0801 background.


White color preview on #4B0801 background

This text has white color on #4B0801 background.


Related colors

Complementary color

Complementary color for #hex is #B4F7FE.


I love getcolorcode.com

Triadic colors

1 #014B08 and #08014B with #4B0801 are triadic colors.

2 #01084B and #084B01 with #4B0801 are triadic colors.