COLOR #4B2151

HEX: #4B2151
RGB: (75,33,81)

Color info

#4B2151 contains red, green and blue colors in about the same proportion. Web safe color of #4B2151 is #333366 (or #336).

RGB color model

#4B2151 color RGB value is (75,33,81).

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

RGB channels and saturation

R 75 of 255 = 29%
G 33 of 255 = 13%
B 81 of 255 = 32%

75
33
81

R + G + B ~ 25%. #4B2151 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 33 + 81 = 189 (100%)
R 75 of 189 ~ 39.68%
G 33 of 189 ~ 17.46%
B 81 of 189 ~ 42.86%

%39.68
%17.46
%42.86

CMYK color model

#4B2151 color CMYK value is (7,59,0,68).

  • cyan value is 7.41%
  • magenta value is 59.26%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(7,59,0,68)
C7M59Y0K68 
(7%,59%,0%,68%)
(0.07/0.59/0.00/0.68)	

CMYK percentages

%7.41
%59.26
%0
%68.24

Codes

Color #4B2151 in popluar color models

4B2151
RGB753381
HSL293°42.11%22.35%
HSB/HSV293°59.26%31.76%
CMYK7.41%59.26%0.00%
68.24%

Color #4B2151 in popluar number systems.

HEX4B2151
Decimal753381
Binary10010111000011010001
Octal11341121

Shades and tints

Shades of #4B2151

#4B2151
(75,33,81)
#451E4A
(69,30,74)
#3F1B43
(63,27,67)
#39183C
(57,24,60)
#331535
(51,21,53)
#2D122E
(45,18,46)
#270F27
(39,15,39)
#210C20
(33,12,32)
#1B0919
(27,9,25)
#150612
(21,6,18)
#0F030B
(15,3,11)
#000000
(0,0,0)

Tints of #4B2151

#4B2151
(75,33,81)
#5B3560
(91,53,96)
#6B496F
(107,73,111)
#7B5D7E
(123,93,126)
#8B718D
(139,113,141)
#9B859C
(155,133,156)
#AB99AB
(171,153,171)
#BBADBA
(187,173,186)
#CBC1C9
(203,193,201)
#DBD5D8
(219,213,216)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2151; }

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

This text font color is #4B2151.


Background Color

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

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

This div background color is #4B2151.


Border color

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

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

This div border color is #4B2151.


Opacity

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

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

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

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

This text has shadow with #4B2151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2151 on black background.


Color preview on white background

This text has color #4B2151 on white background.



Black color preview on #4B2151 background

This text has black color on #4B2151 background.


White color preview on #4B2151 background

This text has white color on #4B2151 background.