COLOR #4B2051

HEX: #4B2051
RGB: (75,32,81)

Color info

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

RGB color model

#4B2051 color RGB value is (75,32,81).

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

RGB channels and saturation

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

75
32
81

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

Portions of RGB colors in percentages

R + G + B =
75 + 32 + 81 = 188 (100%)
R 75 of 188 ~ 39.89%
G 32 of 188 ~ 17.02%
B 81 of 188 ~ 43.09%

%39.89
%17.02
%43.09

CMYK color model

#4B2051 color CMYK value is (7,60,0,68).

  • cyan value is 7.41%
  • magenta value is 60.49%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(7,60,0,68)
C7M60Y0K68 
(7%,60%,0%,68%)
(0.07/0.60/0.00/0.68)	

CMYK percentages

%7.41
%60.49
%0
%68.24

Codes

Color #4B2051 in popluar color models

4B2051
RGB753281
HSL293°43.36%22.16%
HSB/HSV293°60.49%31.76%
CMYK7.41%60.49%0.00%
68.24%

Color #4B2051 in popluar number systems.

HEX4B2051
Decimal753281
Binary10010111000001010001
Octal11340121

Shades and tints

Shades of #4B2051

#4B2051
(75,32,81)
#451E4A
(69,30,74)
#3F1C43
(63,28,67)
#391A3C
(57,26,60)
#331835
(51,24,53)
#2D162E
(45,22,46)
#271427
(39,20,39)
#211220
(33,18,32)
#1B1019
(27,16,25)
#150E12
(21,14,18)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #4B2051

#4B2051
(75,32,81)
#5B3460
(91,52,96)
#6B486F
(107,72,111)
#7B5C7E
(123,92,126)
#8B708D
(139,112,141)
#9B849C
(155,132,156)
#AB98AB
(171,152,171)
#BBACBA
(187,172,186)
#CBC0C9
(203,192,201)
#DBD4D8
(219,212,216)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2051; }

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

This text font color is #4B2051.


Background Color

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

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

This div background color is #4B2051.


Border color

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

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

This div border color is #4B2051.


Opacity

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

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

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

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

This text has shadow with #4B2051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2051 on black background.


Color preview on white background

This text has color #4B2051 on white background.



Black color preview on #4B2051 background

This text has black color on #4B2051 background.


White color preview on #4B2051 background

This text has white color on #4B2051 background.