COLOR #4B2144

HEX: #4B2144
RGB: (75,33,68)

Color info

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

RGB color model

#4B2144 color RGB value is (75,33,68).

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

RGB channels and saturation

R 75 of 255 = 29%
G 33 of 255 = 13%
B 68 of 255 = 27%

75
33
68

R + G + B ~ 23%. #4B2144 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 33 + 68 = 176 (100%)
R 75 of 176 ~ 42.61%
G 33 of 176 ~ 18.75%
B 68 of 176 ~ 38.64%

%42.61
%18.75
%38.64

CMYK color model

#4B2144 color CMYK value is (0,56,9,71).

  • cyan value is 0.00%
  • magenta value is 56.00%
  • yellow value is 9.33%
  • key color value is 70.59%
CMYK:
(0,56,9,71)
C0M56Y9K71 
(0%,56%,9%,71%)
(0.00/0.56/0.09/0.71)	

CMYK percentages

%0
%56
%9.33
%70.59

Codes

Color #4B2144 in popluar color models

4B2144
RGB753368
HSL310°38.89%21.18%
HSB/HSV310°56.00%29.41%
CMYK0.00%56.00%9.33%
70.59%

Color #4B2144 in popluar number systems.

HEX4B2144
Decimal753368
Binary10010111000011000100
Octal11341104

Shades and tints

Shades of #4B2144

#4B2144
(75,33,68)
#451E3E
(69,30,62)
#3F1B38
(63,27,56)
#391832
(57,24,50)
#33152C
(51,21,44)
#2D1226
(45,18,38)
#270F20
(39,15,32)
#210C1A
(33,12,26)
#1B0914
(27,9,20)
#15060E
(21,6,14)
#0F0308
(15,3,8)
#000000
(0,0,0)

Tints of #4B2144

#4B2144
(75,33,68)
#5B3555
(91,53,85)
#6B4966
(107,73,102)
#7B5D77
(123,93,119)
#8B7188
(139,113,136)
#9B8599
(155,133,153)
#AB99AA
(171,153,170)
#BBADBB
(187,173,187)
#CBC1CC
(203,193,204)
#DBD5DD
(219,213,221)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2144; }

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

This text font color is #4B2144.


Background Color

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

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

This div background color is #4B2144.


Border color

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

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

This div border color is #4B2144.


Opacity

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

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

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

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

This text has shadow with #4B2144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2144 on black background.


Color preview on white background

This text has color #4B2144 on white background.



Black color preview on #4B2144 background

This text has black color on #4B2144 background.


White color preview on #4B2144 background

This text has white color on #4B2144 background.