COLOR #4B0F40

HEX: #4B0F40
RGB: (75,15,64)

Color info

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

RGB color model

#4B0F40 color RGB value is (75,15,64).

  • red value is 75;
  • green value is 15;
  • blue value is 64.
RGB:
(75,15,64)
(29%,6%,25%)

RGB channels and saturation

R 75 of 255 = 29%
G 15 of 255 = 6%
B 64 of 255 = 25%

75
15
64

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

Portions of RGB colors in percentages

R + G + B =
75 + 15 + 64 = 154 (100%)
R 75 of 154 ~ 48.7%
G 15 of 154 ~ 9.74%
B 64 of 154 ~ 41.56%

%48.7
%9.74
%41.56

CMYK color model

#4B0F40 color CMYK value is (0,80,15,71).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 14.67%
  • key color value is 70.59%
CMYK:
(0,80,15,71)
C0M80Y15K71 
(0%,80%,15%,71%)
(0.00/0.80/0.15/0.71)	

CMYK percentages

%0
%80
%14.67
%70.59

Codes

Color #4B0F40 in popluar color models

4B0F40
RGB751564
HSL311°66.67%17.65%
HSB/HSV311°80.00%29.41%
CMYK0.00%80.00%14.67%
70.59%

Color #4B0F40 in popluar number systems.

HEX4B0F40
Decimal751564
Binary100101111111000000
Octal11317100

Shades and tints

Shades of #4B0F40

#4B0F40
(75,15,64)
#450E3B
(69,14,59)
#3F0D36
(63,13,54)
#390C31
(57,12,49)
#330B2C
(51,11,44)
#2D0A27
(45,10,39)
#270922
(39,9,34)
#21081D
(33,8,29)
#1B0718
(27,7,24)
#150613
(21,6,19)
#0F050E
(15,5,14)
#000000
(0,0,0)

Tints of #4B0F40

#4B0F40
(75,15,64)
#5B2451
(91,36,81)
#6B3962
(107,57,98)
#7B4E73
(123,78,115)
#8B6384
(139,99,132)
#9B7895
(155,120,149)
#AB8DA6
(171,141,166)
#BBA2B7
(187,162,183)
#CBB7C8
(203,183,200)
#DBCCD9
(219,204,217)
#EBE1EA
(235,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0F40; }

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

This text font color is #4B0F40.


Background Color

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

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

This div background color is #4B0F40.


Border color

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

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

This div border color is #4B0F40.


Opacity

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

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

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

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

This text has shadow with #4B0F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0F40 on black background.


Color preview on white background

This text has color #4B0F40 on white background.



Black color preview on #4B0F40 background

This text has black color on #4B0F40 background.


White color preview on #4B0F40 background

This text has white color on #4B0F40 background.