COLOR #4B0E43

HEX: #4B0E43
RGB: (75,14,67)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
14
67

R + G + B ~ 20%. #4B0E43 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 14 + 67 = 156 (100%)
R 75 of 156 ~ 48.08%
G 14 of 156 ~ 8.97%
B 67 of 156 ~ 42.95%

%48.08
%42.95

CMYK color model

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

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

CMYK percentages

%0
%81.33
%10.67
%70.59

Codes

Color #4B0E43 in popluar color models

4B0E43
RGB751467
HSL308°68.54%17.45%
HSB/HSV308°81.33%29.41%
CMYK0.00%81.33%10.67%
70.59%

Color #4B0E43 in popluar number systems.

HEX4B0E43
Decimal751467
Binary100101111101000011
Octal11316103

Shades and tints

Shades of #4B0E43

#4B0E43
(75,14,67)
#450D3D
(69,13,61)
#3F0C37
(63,12,55)
#390B31
(57,11,49)
#330A2B
(51,10,43)
#2D0925
(45,9,37)
#27081F
(39,8,31)
#210719
(33,7,25)
#1B0613
(27,6,19)
#15050D
(21,5,13)
#0F0407
(15,4,7)
#000000
(0,0,0)

Tints of #4B0E43

#4B0E43
(75,14,67)
#5B2354
(91,35,84)
#6B3865
(107,56,101)
#7B4D76
(123,77,118)
#8B6287
(139,98,135)
#9B7798
(155,119,152)
#AB8CA9
(171,140,169)
#BBA1BA
(187,161,186)
#CBB6CB
(203,182,203)
#DBCBDC
(219,203,220)
#EBE0ED
(235,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0E43; }

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

This text font color is #4B0E43.


Background Color

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

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

This div background color is #4B0E43.


Border color

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

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

This div border color is #4B0E43.


Opacity

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

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

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

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

This text has shadow with #4B0E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0E43 on black background.


Color preview on white background

This text has color #4B0E43 on white background.



Black color preview on #4B0E43 background

This text has black color on #4B0E43 background.


White color preview on #4B0E43 background

This text has white color on #4B0E43 background.