COLOR #4B2001

HEX: #4B2001 RGB: (75,32,1)

Color info

#4B2001 contains mainly red and green colors. Web safe color of #4B2001 is #333300 (or #330).

RGB color model

#4B2001 color RGB value is (75,32,1).

RGB: (75,32,1) (29%, 13%, 0%)

RGB channels and saturation

R 75 of 255 = 29%
G 32 of 255 = 13%
B 1 of 255 = 0%

75
32
1

R + G + B ~ 14%. #4B2001 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 32 + 1 = 108 (100%)
R 75 of 108 ~ 69.44%
G 32 of 108 ~ 29.63%
B 1 of 108 ~ 0.93'%

%69.44
%29.63

CMYK color model

#4B2001 color CMYK value is (0,57,99,71).

  • cyan value is 0.00%
  • magenta value is 57.33%
  • yellow value is 98.67%
  • key color value is 70.59%

CMYK: (0,57,99,71)
C0M57Y99K71 (0%, 57%, 99%, 71%)
(0.00 / 0.57 / 0.99 / 0.71)

CMYK percentages

%0
%57.33
%98.67
%70.59

Codes

Color #4B2001 in popluar color models

4B 20 01
RGB 75 32 1
HSL 25° 97.37% 14.90%
HSB/HSV 25° 98.67% 29.41%
CMYK 0.00% 57.33% 98.67%
70.59%

Color #4B2001 in popluar number systems.

HEX 4B 20 01
Decimal 75 32 1
Binary 1001011 100000 1
Octal 113 40 1

Shades and tints

Shades of #4B2001

#4B2001
(75,32,1)
#451E01
(69,30,1)
#3F1C01
(63,28,1)
#391A01
(57,26,1)
#331801
(51,24,1)
#2D1601
(45,22,1)
#271401
(39,20,1)
#211201
(33,18,1)
#1B1001
(27,16,1)
#150E01
(21,14,1)
#0F0C01
(15,12,1)
#000000
(0,0,0)

Tints of #4B2001

#4B2001
(75,32,1)
#5B3418
(91,52,24)
#6B482F
(107,72,47)
#7B5C46
(123,92,70)
#8B705D
(139,112,93)
#9B8474
(155,132,116)
#AB988B
(171,152,139)
#BBACA2
(187,172,162)
#CBC0B9
(203,192,185)
#DBD4D0
(219,212,208)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2001; }

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

This text font color is #4B2001.

Background Color

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

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

This div background color is #4B2001.

Border color

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

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

This div border color is #4B2001.

Opacity

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

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

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

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

This text has shadow with #4B2001 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B2001.

Preview

Color preview on black background

This text has color #4B2001 on black background.


Color preview on white background

This text has color #4B2001 on white background.


Black color preview on #4B2001 background

This text has black color on #4B2001 background.


White color preview on #4B2001 background

This text has white color on #4B2001 background.


Related colors

Complementary color

Complementary color for #hex is #B4DFFE.


I love getcolorcode.com

Triadic colors

1 #014B20 and #20014B with #4B2001 are triadic colors.

2 #01204B and #204B01 with #4B2001 are triadic colors.