COLOR #4B1201

HEX: #4B1201 RGB: (75,18,1)

Color info

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

RGB color model

#4B1201 color RGB value is (75,18,1).

RGB: (75,18,1) (29%, 7%, 0%)

RGB channels and saturation

R 75 of 255 = 29%
G 18 of 255 = 7%
B 1 of 255 = 0%

75
18
1

R + G + B ~ 12%. #4B1201 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 18 + 1 = 94 (100%)
R 75 of 94 ~ 79.79%
G 18 of 94 ~ 19.15%
B 1 of 94 ~ 1.06'%

%79.79
%19.15

CMYK color model

#4B1201 color CMYK value is (0,76,99,71).

  • cyan value is 0.00%
  • magenta value is 76.00%
  • yellow value is 98.67%
  • key color value is 70.59%
CMYK: (0,76,99,71) C0M76Y99K71 (0%,76%,99%,71%) (0.00/0.76/0.99/0.71) 

CMYK percentages

%0
%76
%98.67
%70.59

Codes

Color #4B1201 in popluar color models

4B 12 01
RGB 75 18 1
HSL 14° 97.37% 14.90%
HSB/HSV 14° 98.67% 29.41%
CMYK 0.00% 76.00% 98.67%
70.59%

Color #4B1201 in popluar number systems.

HEX 4B 12 01
Decimal 75 18 1
Binary 1001011 10010 1
Octal 113 22 1

Shades and tints

Shades of #4B1201

#4B1201
(75,18,1)
#451101
(69,17,1)
#3F1001
(63,16,1)
#390F01
(57,15,1)
#330E01
(51,14,1)
#2D0D01
(45,13,1)
#270C01
(39,12,1)
#210B01
(33,11,1)
#1B0A01
(27,10,1)
#150901
(21,9,1)
#0F0801
(15,8,1)
#000000
(0,0,0)

Tints of #4B1201

#4B1201
(75,18,1)
#5B2718
(91,39,24)
#6B3C2F
(107,60,47)
#7B5146
(123,81,70)
#8B665D
(139,102,93)
#9B7B74
(155,123,116)
#AB908B
(171,144,139)
#BBA5A2
(187,165,162)
#CBBAB9
(203,186,185)
#DBCFD0
(219,207,208)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1201; }

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

This text font color is #4B1201.

Background Color

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

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

This div background color is #4B1201.

Border color

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

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

This div border color is #4B1201.

Opacity

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

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

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

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

This text has shadow with #4B1201 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B1201.

Preview

Color preview on black background

This text has color #4B1201 on black background.


Color preview on white background

This text has color #4B1201 on white background.


Black color preview on #4B1201 background

This text has black color on #4B1201 background.


White color preview on #4B1201 background

This text has white color on #4B1201 background.


Related colors

Complementary color

Complementary color for #hex is #B4EDFE.


I love getcolorcode.com

Triadic colors

1 #014B12 and #12014B with #4B1201 are triadic colors.

2 #01124B and #124B01 with #4B1201 are triadic colors.