COLOR #4B0211

HEX: #4B0211 RGB: (75,2,17)

Color info

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

RGB color model

#4B0211 color RGB value is (75,2,17).

RGB: (75,2,17) (29%, 1%, 7%)

RGB channels and saturation

R 75 of 255 = 29%
G 2 of 255 = 1%
B 17 of 255 = 7%

75
2
17

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

Portions of RGB colors in percentages

R + G + B = 75 + 2 + 17 = 94 (100%)
R 75 of 94 ~ 79.79%
G 2 of 94 ~ 2.13%
B 17 of 94 ~ 18.09'%

%79.79
%18.09

CMYK color model

#4B0211 color CMYK value is (0,97,77,71).

  • cyan value is 0.00%
  • magenta value is 97.33%
  • yellow value is 77.33%
  • key color value is 70.59%

CMYK: (0,97,77,71)
C0M97Y77K71 (0%, 97%, 77%, 71%)
(0.00 / 0.97 / 0.77 / 0.71)

CMYK percentages

%0
%97.33
%77.33
%70.59

Codes

Color #4B0211 in popluar color models

4B 02 11
RGB 75 2 17
HSL 348° 94.81% 15.10%
HSB/HSV 348° 97.33% 29.41%
CMYK 0.00% 97.33% 77.33%
70.59%

Color #4B0211 in popluar number systems.

HEX 4B 02 11
Decimal 75 2 17
Binary 1001011 10 10001
Octal 113 2 21

Shades and tints

Shades of #4B0211

#4B0211
(75,2,17)
#450210
(69,2,16)
#3F020F
(63,2,15)
#39020E
(57,2,14)
#33020D
(51,2,13)
#2D020C
(45,2,12)
#27020B
(39,2,11)
#21020A
(33,2,10)
#1B0209
(27,2,9)
#150208
(21,2,8)
#0F0207
(15,2,7)
#000000
(0,0,0)

Tints of #4B0211

#4B0211
(75,2,17)
#5B1926
(91,25,38)
#6B303B
(107,48,59)
#7B4750
(123,71,80)
#8B5E65
(139,94,101)
#9B757A
(155,117,122)
#AB8C8F
(171,140,143)
#BBA3A4
(187,163,164)
#CBBAB9
(203,186,185)
#DBD1CE
(219,209,206)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0211; }

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

This text font color is #4B0211.

Background Color

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

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

This div background color is #4B0211.

Border color

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

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

This div border color is #4B0211.

Opacity

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

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

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

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

This text has shadow with #4B0211 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B0211.

Preview

Color preview on black background

This text has color #4B0211 on black background.


Color preview on white background

This text has color #4B0211 on white background.


Black color preview on #4B0211 background

This text has black color on #4B0211 background.


White color preview on #4B0211 background

This text has white color on #4B0211 background.


Related colors

Complementary color

Complementary color for #hex is #B4FDEE.


I love getcolorcode.com

Triadic colors

1 #114B02 and #02114B with #4B0211 are triadic colors.

2 #11024B and #024B11 with #4B0211 are triadic colors.