COLOR #4B0139

HEX: #4B0139
RGB: (75,1,57)

Color info

#4B0139 contains mainly red and blue colors. Web safe color of #4B0139 is #330033 (or #303).

RGB color model

#4B0139 color RGB value is (75,1,57).

  • red value is 75;
  • green value is 1;
  • blue value is 57.
RGB:
(75,1,57)
(29%,0%,22%)

RGB channels and saturation

R 75 of 255 = 29%
G 1 of 255 = 0%
B 57 of 255 = 22%

75
1
57

R + G + B ~ 17%. #4B0139 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 1 + 57 = 133 (100%)
R 75 of 133 ~ 56.39%
G 1 of 133 ~ 0.75%
B 57 of 133 ~ 42.86%

%56.39
%42.86

CMYK color model

#4B0139 color CMYK value is (0,99,24,71).

  • cyan value is 0.00%
  • magenta value is 98.67%
  • yellow value is 24.00%
  • key color value is 70.59%
CMYK:
(0,99,24,71)
C0M99Y24K71 
(0%,99%,24%,71%)
(0.00/0.99/0.24/0.71)	

CMYK percentages

%0
%98.67
%24
%70.59

Codes

Color #4B0139 in popluar color models

4B0139
RGB75157
HSL315°97.37%14.90%
HSB/HSV315°98.67%29.41%
CMYK0.00%98.67%24.00%
70.59%

Color #4B0139 in popluar number systems.

HEX4B0139
Decimal75157
Binary10010111111001
Octal113171

Shades and tints

Shades of #4B0139

#4B0139
(75,1,57)
#450134
(69,1,52)
#3F012F
(63,1,47)
#39012A
(57,1,42)
#330125
(51,1,37)
#2D0120
(45,1,32)
#27011B
(39,1,27)
#210116
(33,1,22)
#1B0111
(27,1,17)
#15010C
(21,1,12)
#0F0107
(15,1,7)
#000000
(0,0,0)

Tints of #4B0139

#4B0139
(75,1,57)
#5B184B
(91,24,75)
#6B2F5D
(107,47,93)
#7B466F
(123,70,111)
#8B5D81
(139,93,129)
#9B7493
(155,116,147)
#AB8BA5
(171,139,165)
#BBA2B7
(187,162,183)
#CBB9C9
(203,185,201)
#DBD0DB
(219,208,219)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0139 color. Also use rgb(75,1,57) instead hex code.

Text Font Color

.myTextColor { color: #4B0139; }

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

This text font color is #4B0139.


Background Color

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

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

This div background color is #4B0139.


Border color

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

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

This div border color is #4B0139.


Opacity

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

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

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

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

This text has shadow with #4B0139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0139 on black background.


Color preview on white background

This text has color #4B0139 on white background.



Black color preview on #4B0139 background

This text has black color on #4B0139 background.


White color preview on #4B0139 background

This text has white color on #4B0139 background.