COLOR #4B0E4B

HEX: #4B0E4B
RGB: (75,14,75)

Color info

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

RGB color model

#4B0E4B color RGB value is (75,14,75).

  • red value is 75;
  • green value is 14;
  • blue value is 75.
RGB:
(75,14,75)
(29%,5%,29%)

RGB channels and saturation

R 75 of 255 = 29%
G 14 of 255 = 5%
B 75 of 255 = 29%

75
14
75

R + G + B ~ 21%. #4B0E4B is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 14 + 75 = 164 (100%)
R 75 of 164 ~ 45.73%
G 14 of 164 ~ 8.54%
B 75 of 164 ~ 45.73%

%45.73
%45.73

CMYK color model

#4B0E4B color CMYK value is (0,81,0,71).

  • cyan value is 0.00%
  • magenta value is 81.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(0,81,0,71)
C0M81Y0K71 
(0%,81%,0%,71%)
(0.00/0.81/0.00/0.71)	

CMYK percentages

%0
%81.33
%0
%70.59

Codes

Color #4B0E4B in popluar color models

4B0E4B
RGB751475
HSL300°68.54%17.45%
HSB/HSV300°81.33%29.41%
CMYK0.00%81.33%0.00%
70.59%

Color #4B0E4B in popluar number systems.

HEX4B0E4B
Decimal751475
Binary100101111101001011
Octal11316113

Shades and tints

Shades of #4B0E4B

#4B0E4B
(75,14,75)
#450D45
(69,13,69)
#3F0C3F
(63,12,63)
#390B39
(57,11,57)
#330A33
(51,10,51)
#2D092D
(45,9,45)
#270827
(39,8,39)
#210721
(33,7,33)
#1B061B
(27,6,27)
#150515
(21,5,21)
#0F040F
(15,4,15)
#000000
(0,0,0)

Tints of #4B0E4B

#4B0E4B
(75,14,75)
#5B235B
(91,35,91)
#6B386B
(107,56,107)
#7B4D7B
(123,77,123)
#8B628B
(139,98,139)
#9B779B
(155,119,155)
#AB8CAB
(171,140,171)
#BBA1BB
(187,161,187)
#CBB6CB
(203,182,203)
#DBCBDB
(219,203,219)
#EBE0EB
(235,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0E4B; }

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

This text font color is #4B0E4B.


Background Color

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

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

This div background color is #4B0E4B.


Border color

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

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

This div border color is #4B0E4B.


Opacity

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

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

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

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

This text has shadow with #4B0E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0E4B on black background.


Color preview on white background

This text has color #4B0E4B on white background.



Black color preview on #4B0E4B background

This text has black color on #4B0E4B background.


White color preview on #4B0E4B background

This text has white color on #4B0E4B background.