COLOR #4B1C51

HEX: #4B1C51
RGB: (75,28,81)

Color info

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

RGB color model

#4B1C51 color RGB value is (75,28,81).

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

RGB channels and saturation

R 75 of 255 = 29%
G 28 of 255 = 11%
B 81 of 255 = 32%

75
28
81

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

Portions of RGB colors in percentages

R + G + B =
75 + 28 + 81 = 184 (100%)
R 75 of 184 ~ 40.76%
G 28 of 184 ~ 15.22%
B 81 of 184 ~ 44.02%

%40.76
%15.22
%44.02

CMYK color model

#4B1C51 color CMYK value is (7,65,0,68).

  • cyan value is 7.41%
  • magenta value is 65.43%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(7,65,0,68)
C7M65Y0K68 
(7%,65%,0%,68%)
(0.07/0.65/0.00/0.68)	

CMYK percentages

%7.41
%65.43
%0
%68.24

Codes

Color #4B1C51 in popluar color models

4B1C51
RGB752881
HSL293°48.62%21.37%
HSB/HSV293°65.43%31.76%
CMYK7.41%65.43%0.00%
68.24%

Color #4B1C51 in popluar number systems.

HEX4B1C51
Decimal752881
Binary1001011111001010001
Octal11334121

Shades and tints

Shades of #4B1C51

#4B1C51
(75,28,81)
#451A4A
(69,26,74)
#3F1843
(63,24,67)
#39163C
(57,22,60)
#331435
(51,20,53)
#2D122E
(45,18,46)
#271027
(39,16,39)
#210E20
(33,14,32)
#1B0C19
(27,12,25)
#150A12
(21,10,18)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #4B1C51

#4B1C51
(75,28,81)
#5B3060
(91,48,96)
#6B446F
(107,68,111)
#7B587E
(123,88,126)
#8B6C8D
(139,108,141)
#9B809C
(155,128,156)
#AB94AB
(171,148,171)
#BBA8BA
(187,168,186)
#CBBCC9
(203,188,201)
#DBD0D8
(219,208,216)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1C51; }

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

This text font color is #4B1C51.


Background Color

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

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

This div background color is #4B1C51.


Border color

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

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

This div border color is #4B1C51.


Opacity

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

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

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

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

This text has shadow with #4B1C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1C51 on black background.


Color preview on white background

This text has color #4B1C51 on white background.



Black color preview on #4B1C51 background

This text has black color on #4B1C51 background.


White color preview on #4B1C51 background

This text has white color on #4B1C51 background.