COLOR #4B0D42

HEX: #4B0D42
RGB: (75,13,66)

Color info

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

RGB color model

#4B0D42 color RGB value is (75,13,66).

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

RGB channels and saturation

R 75 of 255 = 29%
G 13 of 255 = 5%
B 66 of 255 = 26%

75
13
66

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

Portions of RGB colors in percentages

R + G + B =
75 + 13 + 66 = 154 (100%)
R 75 of 154 ~ 48.7%
G 13 of 154 ~ 8.44%
B 66 of 154 ~ 42.86%

%48.7
%42.86

CMYK color model

#4B0D42 color CMYK value is (0,83,12,71).

  • cyan value is 0.00%
  • magenta value is 82.67%
  • yellow value is 12.00%
  • key color value is 70.59%
CMYK:
(0,83,12,71)
C0M83Y12K71 
(0%,83%,12%,71%)
(0.00/0.83/0.12/0.71)	

CMYK percentages

%0
%82.67
%12
%70.59

Codes

Color #4B0D42 in popluar color models

4B0D42
RGB751366
HSL309°70.45%17.25%
HSB/HSV309°82.67%29.41%
CMYK0.00%82.67%12.00%
70.59%

Color #4B0D42 in popluar number systems.

HEX4B0D42
Decimal751366
Binary100101111011000010
Octal11315102

Shades and tints

Shades of #4B0D42

#4B0D42
(75,13,66)
#450C3C
(69,12,60)
#3F0B36
(63,11,54)
#390A30
(57,10,48)
#33092A
(51,9,42)
#2D0824
(45,8,36)
#27071E
(39,7,30)
#210618
(33,6,24)
#1B0512
(27,5,18)
#15040C
(21,4,12)
#0F0306
(15,3,6)
#000000
(0,0,0)

Tints of #4B0D42

#4B0D42
(75,13,66)
#5B2353
(91,35,83)
#6B3964
(107,57,100)
#7B4F75
(123,79,117)
#8B6586
(139,101,134)
#9B7B97
(155,123,151)
#AB91A8
(171,145,168)
#BBA7B9
(187,167,185)
#CBBDCA
(203,189,202)
#DBD3DB
(219,211,219)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0D42; }

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

This text font color is #4B0D42.


Background Color

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

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

This div background color is #4B0D42.


Border color

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

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

This div border color is #4B0D42.


Opacity

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

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

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

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

This text has shadow with #4B0D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0D42 on black background.


Color preview on white background

This text has color #4B0D42 on white background.



Black color preview on #4B0D42 background

This text has black color on #4B0D42 background.


White color preview on #4B0D42 background

This text has white color on #4B0D42 background.