COLOR #4B1701

HEX: #4B1701
RGB: (75,23,1)

Color info

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

RGB color model

#4B1701 color RGB value is (75,23,1).

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

RGB channels and saturation

R 75 of 255 = 29%
G 23 of 255 = 9%
B 1 of 255 = 0%

75
23
1

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

Portions of RGB colors in percentages

R + G + B =
75 + 23 + 1 = 99 (100%)
R 75 of 99 ~ 75.76%
G 23 of 99 ~ 23.23%
B 1 of 99 ~ 1.01%

%75.76
%23.23

CMYK color model

#4B1701 color CMYK value is (0,69,99,71).

  • cyan value is 0.00%
  • magenta value is 69.33%
  • yellow value is 98.67%
  • key color value is 70.59%
CMYK:
(0,69,99,71)
C0M69Y99K71 
(0%,69%,99%,71%)
(0.00/0.69/0.99/0.71)	

CMYK percentages

%0
%69.33
%98.67
%70.59

Codes

Color #4B1701 in popluar color models

4B1701
RGB75231
HSL18°97.37%14.90%
HSB/HSV18°98.67%29.41%
CMYK0.00%69.33%98.67%
70.59%

Color #4B1701 in popluar number systems.

HEX4B1701
Decimal75231
Binary1001011101111
Octal113271

Shades and tints

Shades of #4B1701

#4B1701
(75,23,1)
#451501
(69,21,1)
#3F1301
(63,19,1)
#391101
(57,17,1)
#330F01
(51,15,1)
#2D0D01
(45,13,1)
#270B01
(39,11,1)
#210901
(33,9,1)
#1B0701
(27,7,1)
#150501
(21,5,1)
#0F0301
(15,3,1)
#000000
(0,0,0)

Tints of #4B1701

#4B1701
(75,23,1)
#5B2C18
(91,44,24)
#6B412F
(107,65,47)
#7B5646
(123,86,70)
#8B6B5D
(139,107,93)
#9B8074
(155,128,116)
#AB958B
(171,149,139)
#BBAAA2
(187,170,162)
#CBBFB9
(203,191,185)
#DBD4D0
(219,212,208)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1701; }

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

This text font color is #4B1701.


Background Color

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

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

This div background color is #4B1701.


Border color

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

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

This div border color is #4B1701.


Opacity

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

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

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

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

This text has shadow with #4B1701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1701 on black background.


Color preview on white background

This text has color #4B1701 on white background.



Black color preview on #4B1701 background

This text has black color on #4B1701 background.


White color preview on #4B1701 background

This text has white color on #4B1701 background.