COLOR #4B1404

HEX: #4B1404
RGB: (75,20,4)

Color info

#4B1404 contains mainly red and green colors. Web safe color of #4B1404 is #330000 (or #300).

RGB color model

#4B1404 color RGB value is (75,20,4).

  • red value is 75;
  • green value is 20;
  • blue value is 4.
RGB:
(75,20,4)
(29%,8%,2%)

RGB channels and saturation

R 75 of 255 = 29%
G 20 of 255 = 8%
B 4 of 255 = 2%

75
20
4

R + G + B ~ 13%. #4B1404 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 20 + 4 = 99 (100%)
R 75 of 99 ~ 75.76%
G 20 of 99 ~ 20.2%
B 4 of 99 ~ 4.04%

%75.76
%20.2

CMYK color model

#4B1404 color CMYK value is (0,73,95,71).

  • cyan value is 0.00%
  • magenta value is 73.33%
  • yellow value is 94.67%
  • key color value is 70.59%
CMYK:
(0,73,95,71)
C0M73Y95K71 
(0%,73%,95%,71%)
(0.00/0.73/0.95/0.71)	

CMYK percentages

%0
%73.33
%94.67
%70.59

Codes

Color #4B1404 in popluar color models

4B1404
RGB75204
HSL14°89.87%15.49%
HSB/HSV14°94.67%29.41%
CMYK0.00%73.33%94.67%
70.59%

Color #4B1404 in popluar number systems.

HEX4B1404
Decimal75204
Binary100101110100100
Octal113244

Shades and tints

Shades of #4B1404

#4B1404
(75,20,4)
#451304
(69,19,4)
#3F1204
(63,18,4)
#391104
(57,17,4)
#331004
(51,16,4)
#2D0F04
(45,15,4)
#270E04
(39,14,4)
#210D04
(33,13,4)
#1B0C04
(27,12,4)
#150B04
(21,11,4)
#0F0A04
(15,10,4)
#000000
(0,0,0)

Tints of #4B1404

#4B1404
(75,20,4)
#5B291A
(91,41,26)
#6B3E30
(107,62,48)
#7B5346
(123,83,70)
#8B685C
(139,104,92)
#9B7D72
(155,125,114)
#AB9288
(171,146,136)
#BBA79E
(187,167,158)
#CBBCB4
(203,188,180)
#DBD1CA
(219,209,202)
#EBE6E0
(235,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1404; }

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

This text font color is #4B1404.


Background Color

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

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

This div background color is #4B1404.


Border color

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

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

This div border color is #4B1404.


Opacity

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

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

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

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

This text has shadow with #4B1404 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1404 on black background.


Color preview on white background

This text has color #4B1404 on white background.



Black color preview on #4B1404 background

This text has black color on #4B1404 background.


White color preview on #4B1404 background

This text has white color on #4B1404 background.