COLOR #4B0501

HEX: #4B0501
RGB: (75,5,1)

Color info

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

RGB color model

#4B0501 color RGB value is (75,5,1).

  • red value is 75;
  • green value is 5;
  • blue value is 1.
RGB:
(75,5,1)
(29%,2%,0%)

RGB channels and saturation

R 75 of 255 = 29%
G 5 of 255 = 2%
B 1 of 255 = 0%

75
5
1

R + G + B ~ 10%. #4B0501 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 5 + 1 = 81 (100%)
R 75 of 81 ~ 92.59%
G 5 of 81 ~ 6.17%
B 1 of 81 ~ 1.23%

%92.59

CMYK color model

#4B0501 color CMYK value is (0,93,99,71).

  • cyan value is 0.00%
  • magenta value is 93.33%
  • yellow value is 98.67%
  • key color value is 70.59%
CMYK:
(0,93,99,71)
C0M93Y99K71 
(0%,93%,99%,71%)
(0.00/0.93/0.99/0.71)	

CMYK percentages

%0
%93.33
%98.67
%70.59

Codes

Color #4B0501 in popluar color models

4B0501
RGB7551
HSL97.37%14.90%
HSB/HSV98.67%29.41%
CMYK0.00%93.33%98.67%
70.59%

Color #4B0501 in popluar number systems.

HEX4B0501
Decimal7551
Binary10010111011
Octal11351

Shades and tints

Shades of #4B0501

#4B0501
(75,5,1)
#450501
(69,5,1)
#3F0501
(63,5,1)
#390501
(57,5,1)
#330501
(51,5,1)
#2D0501
(45,5,1)
#270501
(39,5,1)
#210501
(33,5,1)
#1B0501
(27,5,1)
#150501
(21,5,1)
#0F0501
(15,5,1)
#000000
(0,0,0)

Tints of #4B0501

#4B0501
(75,5,1)
#5B1B18
(91,27,24)
#6B312F
(107,49,47)
#7B4746
(123,71,70)
#8B5D5D
(139,93,93)
#9B7374
(155,115,116)
#AB898B
(171,137,139)
#BB9FA2
(187,159,162)
#CBB5B9
(203,181,185)
#DBCBD0
(219,203,208)
#EBE1E7
(235,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0501; }

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

This text font color is #4B0501.


Background Color

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

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

This div background color is #4B0501.


Border color

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

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

This div border color is #4B0501.


Opacity

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

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

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

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

This text has shadow with #4B0501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0501 on black background.


Color preview on white background

This text has color #4B0501 on white background.



Black color preview on #4B0501 background

This text has black color on #4B0501 background.


White color preview on #4B0501 background

This text has white color on #4B0501 background.