COLOR #4B1A21

HEX: #4B1A21
RGB: (75,26,33)

Color info

#4B1A21 contains red, green and blue colors in about the same proportion. Web safe color of #4B1A21 is #330033 (or #303).

RGB color model

#4B1A21 color RGB value is (75,26,33).

  • red value is 75;
  • green value is 26;
  • blue value is 33.
RGB:
(75,26,33)
(29%,10%,13%)

RGB channels and saturation

R 75 of 255 = 29%
G 26 of 255 = 10%
B 33 of 255 = 13%

75
26
33

R + G + B ~ 17%. #4B1A21 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 26 + 33 = 134 (100%)
R 75 of 134 ~ 55.97%
G 26 of 134 ~ 19.4%
B 33 of 134 ~ 24.63%

%55.97
%19.4
%24.63

CMYK color model

#4B1A21 color CMYK value is (0,65,56,71).

  • cyan value is 0.00%
  • magenta value is 65.33%
  • yellow value is 56.00%
  • key color value is 70.59%
CMYK:
(0,65,56,71)
C0M65Y56K71 
(0%,65%,56%,71%)
(0.00/0.65/0.56/0.71)	

CMYK percentages

%0
%65.33
%56
%70.59

Codes

Color #4B1A21 in popluar color models

4B1A21
RGB752633
HSL351°48.51%19.80%
HSB/HSV351°65.33%29.41%
CMYK0.00%65.33%56.00%
70.59%

Color #4B1A21 in popluar number systems.

HEX4B1A21
Decimal752633
Binary100101111010100001
Octal1133241

Shades and tints

Shades of #4B1A21

#4B1A21
(75,26,33)
#45181E
(69,24,30)
#3F161B
(63,22,27)
#391418
(57,20,24)
#331215
(51,18,21)
#2D1012
(45,16,18)
#270E0F
(39,14,15)
#210C0C
(33,12,12)
#1B0A09
(27,10,9)
#150806
(21,8,6)
#0F0603
(15,6,3)
#000000
(0,0,0)

Tints of #4B1A21

#4B1A21
(75,26,33)
#5B2E35
(91,46,53)
#6B4249
(107,66,73)
#7B565D
(123,86,93)
#8B6A71
(139,106,113)
#9B7E85
(155,126,133)
#AB9299
(171,146,153)
#BBA6AD
(187,166,173)
#CBBAC1
(203,186,193)
#DBCED5
(219,206,213)
#EBE2E9
(235,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1A21; }

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

This text font color is #4B1A21.


Background Color

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

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

This div background color is #4B1A21.


Border color

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

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

This div border color is #4B1A21.


Opacity

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

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

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

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

This text has shadow with #4B1A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1A21 on black background.


Color preview on white background

This text has color #4B1A21 on white background.



Black color preview on #4B1A21 background

This text has black color on #4B1A21 background.


White color preview on #4B1A21 background

This text has white color on #4B1A21 background.