COLOR #4B0F51

HEX: #4B0F51
RGB: (75,15,81)

Color info

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

RGB color model

#4B0F51 color RGB value is (75,15,81).

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

RGB channels and saturation

R 75 of 255 = 29%
G 15 of 255 = 6%
B 81 of 255 = 32%

75
15
81

R + G + B ~ 22%. #4B0F51 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 15 + 81 = 171 (100%)
R 75 of 171 ~ 43.86%
G 15 of 171 ~ 8.77%
B 81 of 171 ~ 47.37%

%43.86
%47.37

CMYK color model

#4B0F51 color CMYK value is (7,81,0,68).

  • cyan value is 7.41%
  • magenta value is 81.48%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(7,81,0,68)
C7M81Y0K68 
(7%,81%,0%,68%)
(0.07/0.81/0.00/0.68)	

CMYK percentages

%7.41
%81.48
%0
%68.24

Codes

Color #4B0F51 in popluar color models

4B0F51
RGB751581
HSL295°68.75%18.82%
HSB/HSV295°81.48%31.76%
CMYK7.41%81.48%0.00%
68.24%

Color #4B0F51 in popluar number systems.

HEX4B0F51
Decimal751581
Binary100101111111010001
Octal11317121

Shades and tints

Shades of #4B0F51

#4B0F51
(75,15,81)
#450E4A
(69,14,74)
#3F0D43
(63,13,67)
#390C3C
(57,12,60)
#330B35
(51,11,53)
#2D0A2E
(45,10,46)
#270927
(39,9,39)
#210820
(33,8,32)
#1B0719
(27,7,25)
#150612
(21,6,18)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #4B0F51

#4B0F51
(75,15,81)
#5B2460
(91,36,96)
#6B396F
(107,57,111)
#7B4E7E
(123,78,126)
#8B638D
(139,99,141)
#9B789C
(155,120,156)
#AB8DAB
(171,141,171)
#BBA2BA
(187,162,186)
#CBB7C9
(203,183,201)
#DBCCD8
(219,204,216)
#EBE1E7
(235,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0F51; }

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

This text font color is #4B0F51.


Background Color

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

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

This div background color is #4B0F51.


Border color

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

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

This div border color is #4B0F51.


Opacity

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

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

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

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

This text has shadow with #4B0F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0F51 on black background.


Color preview on white background

This text has color #4B0F51 on white background.



Black color preview on #4B0F51 background

This text has black color on #4B0F51 background.


White color preview on #4B0F51 background

This text has white color on #4B0F51 background.