COLOR #4B0F5C

HEX: #4B0F5C
RGB: (75,15,92)

Color info

#4B0F5C contains mainly red and blue colors. Web safe color of #4B0F5C is #330066 (or #306).

RGB color model

#4B0F5C color RGB value is (75,15,92).

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

RGB channels and saturation

R 75 of 255 = 29%
G 15 of 255 = 6%
B 92 of 255 = 36%

75
15
92

R + G + B ~ 24%. #4B0F5C is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 15 + 92 = 182 (100%)
R 75 of 182 ~ 41.21%
G 15 of 182 ~ 8.24%
B 92 of 182 ~ 50.55%

%41.21
%50.55

CMYK color model

#4B0F5C color CMYK value is (18,84,0,64).

  • cyan value is 18.48%
  • magenta value is 83.70%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(18,84,0,64)
C18M84Y0K64 
(18%,84%,0%,64%)
(0.18/0.84/0.00/0.64)	

CMYK percentages

%18.48
%83.7
%0
%63.92

Codes

Color #4B0F5C in popluar color models

4B0F5C
RGB751592
HSL287°71.96%20.98%
HSB/HSV287°83.70%36.08%
CMYK18.48%83.70%0.00%
63.92%

Color #4B0F5C in popluar number systems.

HEX4B0F5C
Decimal751592
Binary100101111111011100
Octal11317134

Shades and tints

Shades of #4B0F5C

#4B0F5C
(75,15,92)
#450E54
(69,14,84)
#3F0D4C
(63,13,76)
#390C44
(57,12,68)
#330B3C
(51,11,60)
#2D0A34
(45,10,52)
#27092C
(39,9,44)
#210824
(33,8,36)
#1B071C
(27,7,28)
#150614
(21,6,20)
#0F050C
(15,5,12)
#000000
(0,0,0)

Tints of #4B0F5C

#4B0F5C
(75,15,92)
#5B246A
(91,36,106)
#6B3978
(107,57,120)
#7B4E86
(123,78,134)
#8B6394
(139,99,148)
#9B78A2
(155,120,162)
#AB8DB0
(171,141,176)
#BBA2BE
(187,162,190)
#CBB7CC
(203,183,204)
#DBCCDA
(219,204,218)
#EBE1E8
(235,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0F5C; }

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

This text font color is #4B0F5C.


Background Color

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

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

This div background color is #4B0F5C.


Border color

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

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

This div border color is #4B0F5C.


Opacity

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

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

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

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

This text has shadow with #4B0F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0F5C on black background.


Color preview on white background

This text has color #4B0F5C on white background.



Black color preview on #4B0F5C background

This text has black color on #4B0F5C background.


White color preview on #4B0F5C background

This text has white color on #4B0F5C background.