COLOR #4B2149

HEX: #4B2149
RGB: (75,33,73)

Color info

#4B2149 contains red, green and blue colors in about the same proportion. Web safe color of #4B2149 is #333333 (or #333).

RGB color model

#4B2149 color RGB value is (75,33,73).

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

RGB channels and saturation

R 75 of 255 = 29%
G 33 of 255 = 13%
B 73 of 255 = 29%

75
33
73

R + G + B ~ 24%. #4B2149 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 33 + 73 = 181 (100%)
R 75 of 181 ~ 41.44%
G 33 of 181 ~ 18.23%
B 73 of 181 ~ 40.33%

%41.44
%18.23
%40.33

CMYK color model

#4B2149 color CMYK value is (0,56,3,71).

  • cyan value is 0.00%
  • magenta value is 56.00%
  • yellow value is 2.67%
  • key color value is 70.59%
CMYK:
(0,56,3,71)
C0M56Y3K71 
(0%,56%,3%,71%)
(0.00/0.56/0.03/0.71)	

CMYK percentages

%0
%56
%2.67
%70.59

Codes

Color #4B2149 in popluar color models

4B2149
RGB753373
HSL303°38.89%21.18%
HSB/HSV303°56.00%29.41%
CMYK0.00%56.00%2.67%
70.59%

Color #4B2149 in popluar number systems.

HEX4B2149
Decimal753373
Binary10010111000011001001
Octal11341111

Shades and tints

Shades of #4B2149

#4B2149
(75,33,73)
#451E43
(69,30,67)
#3F1B3D
(63,27,61)
#391837
(57,24,55)
#331531
(51,21,49)
#2D122B
(45,18,43)
#270F25
(39,15,37)
#210C1F
(33,12,31)
#1B0919
(27,9,25)
#150613
(21,6,19)
#0F030D
(15,3,13)
#000000
(0,0,0)

Tints of #4B2149

#4B2149
(75,33,73)
#5B3559
(91,53,89)
#6B4969
(107,73,105)
#7B5D79
(123,93,121)
#8B7189
(139,113,137)
#9B8599
(155,133,153)
#AB99A9
(171,153,169)
#BBADB9
(187,173,185)
#CBC1C9
(203,193,201)
#DBD5D9
(219,213,217)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2149; }

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

This text font color is #4B2149.


Background Color

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

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

This div background color is #4B2149.


Border color

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

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

This div border color is #4B2149.


Opacity

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

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

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

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

This text has shadow with #4B2149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2149 on black background.


Color preview on white background

This text has color #4B2149 on white background.



Black color preview on #4B2149 background

This text has black color on #4B2149 background.


White color preview on #4B2149 background

This text has white color on #4B2149 background.