COLOR #4B1557

HEX: #4B1557
RGB: (75,21,87)

Color info

#4B1557 contains mainly red and blue colors. Web safe color of #4B1557 is #330066 (or #306).

RGB color model

#4B1557 color RGB value is (75,21,87).

  • red value is 75;
  • green value is 21;
  • blue value is 87.
RGB:
(75,21,87)
(29%,8%,34%)

RGB channels and saturation

R 75 of 255 = 29%
G 21 of 255 = 8%
B 87 of 255 = 34%

75
21
87

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

Portions of RGB colors in percentages

R + G + B =
75 + 21 + 87 = 183 (100%)
R 75 of 183 ~ 40.98%
G 21 of 183 ~ 11.48%
B 87 of 183 ~ 47.54%

%40.98
%11.48
%47.54

CMYK color model

#4B1557 color CMYK value is (14,76,0,66).

  • cyan value is 13.79%
  • magenta value is 75.86%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(14,76,0,66)
C14M76Y0K66 
(14%,76%,0%,66%)
(0.14/0.76/0.00/0.66)	

CMYK percentages

%13.79
%75.86
%0
%65.88

Codes

Color #4B1557 in popluar color models

4B1557
RGB752187
HSL289°61.11%21.18%
HSB/HSV289°75.86%34.12%
CMYK13.79%75.86%0.00%
65.88%

Color #4B1557 in popluar number systems.

HEX4B1557
Decimal752187
Binary1001011101011010111
Octal11325127

Shades and tints

Shades of #4B1557

#4B1557
(75,21,87)
#451450
(69,20,80)
#3F1349
(63,19,73)
#391242
(57,18,66)
#33113B
(51,17,59)
#2D1034
(45,16,52)
#270F2D
(39,15,45)
#210E26
(33,14,38)
#1B0D1F
(27,13,31)
#150C18
(21,12,24)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #4B1557

#4B1557
(75,21,87)
#5B2A66
(91,42,102)
#6B3F75
(107,63,117)
#7B5484
(123,84,132)
#8B6993
(139,105,147)
#9B7EA2
(155,126,162)
#AB93B1
(171,147,177)
#BBA8C0
(187,168,192)
#CBBDCF
(203,189,207)
#DBD2DE
(219,210,222)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1557 color. Also use rgb(75,21,87) instead hex code.

Text Font Color

.myTextColor { color: #4B1557; }

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

This text font color is #4B1557.


Background Color

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

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

This div background color is #4B1557.


Border color

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

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

This div border color is #4B1557.


Opacity

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

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

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

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

This text has shadow with #4B1557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1557 on black background.


Color preview on white background

This text has color #4B1557 on white background.



Black color preview on #4B1557 background

This text has black color on #4B1557 background.


White color preview on #4B1557 background

This text has white color on #4B1557 background.