COLOR #4B0921

HEX: #4B0921 RGB: (75,9,33)

Color info

#4B0921 contains mainly red and blue colors. Web safe color of #4B0921 is #330033 (or #303).

RGB color model

#4B0921 color RGB value is (75,9,33).

RGB: (75,9,33) (29%, 4%, 13%)

RGB channels and saturation

R 75 of 255 = 29%
G 9 of 255 = 4%
B 33 of 255 = 13%

75
9
33

R + G + B ~ 15%. #4B0921 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 9 + 33 = 117 (100%)
R 75 of 117 ~ 64.1%
G 9 of 117 ~ 7.69%
B 33 of 117 ~ 28.21'%

%64.1
%28.21

CMYK color model

#4B0921 color CMYK value is (0,88,56,71).

  • cyan value is 0.00%
  • magenta value is 88.00%
  • yellow value is 56.00%
  • key color value is 70.59%

CMYK: (0,88,56,71)
C0M88Y56K71 (0%, 88%, 56%, 71%)
(0.00 / 0.88 / 0.56 / 0.71)

CMYK percentages

%0
%88
%56
%70.59

Codes

Color #4B0921 in popluar color models

4B 09 21
RGB 75 9 33
HSL 338° 78.57% 16.47%
HSB/HSV 338° 88.00% 29.41%
CMYK 0.00% 88.00% 56.00%
70.59%

Color #4B0921 in popluar number systems.

HEX 4B 09 21
Decimal 75 9 33
Binary 1001011 1001 100001
Octal 113 11 41

Shades and tints

Shades of #4B0921

#4B0921
(75,9,33)
#45091E
(69,9,30)
#3F091B
(63,9,27)
#390918
(57,9,24)
#330915
(51,9,21)
#2D0912
(45,9,18)
#27090F
(39,9,15)
#21090C
(33,9,12)
#1B0909
(27,9,9)
#150906
(21,9,6)
#0F0903
(15,9,3)
#000000
(0,0,0)

Tints of #4B0921

#4B0921
(75,9,33)
#5B1F35
(91,31,53)
#6B3549
(107,53,73)
#7B4B5D
(123,75,93)
#8B6171
(139,97,113)
#9B7785
(155,119,133)
#AB8D99
(171,141,153)
#BBA3AD
(187,163,173)
#CBB9C1
(203,185,193)
#DBCFD5
(219,207,213)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0921; }

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

This text font color is #4B0921.

Background Color

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

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

This div background color is #4B0921.

Border color

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

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

This div border color is #4B0921.

Opacity

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

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

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

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

This text has shadow with #4B0921 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B0921.

Preview

Color preview on black background

This text has color #4B0921 on black background.


Color preview on white background

This text has color #4B0921 on white background.


Black color preview on #4B0921 background

This text has black color on #4B0921 background.


White color preview on #4B0921 background

This text has white color on #4B0921 background.


Related colors

Complementary color

Complementary color for #hex is #B4F6DE.


I love getcolorcode.com

Triadic colors

1 #214B09 and #09214B with #4B0921 are triadic colors.

2 #21094B and #094B21 with #4B0921 are triadic colors.