COLOR #4B0B51

HEX: #4B0B51
RGB: (75,11,81)

Color info

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

RGB color model

#4B0B51 color RGB value is (75,11,81).

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

RGB channels and saturation

R 75 of 255 = 29%
G 11 of 255 = 4%
B 81 of 255 = 32%

75
11
81

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

Portions of RGB colors in percentages

R + G + B =
75 + 11 + 81 = 167 (100%)
R 75 of 167 ~ 44.91%
G 11 of 167 ~ 6.59%
B 81 of 167 ~ 48.5%

%44.91
%48.5

CMYK color model

#4B0B51 color CMYK value is (7,86,0,68).

  • cyan value is 7.41%
  • magenta value is 86.42%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(7,86,0,68)
C7M86Y0K68 
(7%,86%,0%,68%)
(0.07/0.86/0.00/0.68)	

CMYK percentages

%7.41
%86.42
%0
%68.24

Codes

Color #4B0B51 in popluar color models

4B0B51
RGB751181
HSL295°76.09%18.04%
HSB/HSV295°86.42%31.76%
CMYK7.41%86.42%0.00%
68.24%

Color #4B0B51 in popluar number systems.

HEX4B0B51
Decimal751181
Binary100101110111010001
Octal11313121

Shades and tints

Shades of #4B0B51

#4B0B51
(75,11,81)
#450A4A
(69,10,74)
#3F0943
(63,9,67)
#39083C
(57,8,60)
#330735
(51,7,53)
#2D062E
(45,6,46)
#270527
(39,5,39)
#210420
(33,4,32)
#1B0319
(27,3,25)
#150212
(21,2,18)
#0F010B
(15,1,11)
#000000
(0,0,0)

Tints of #4B0B51

#4B0B51
(75,11,81)
#5B2160
(91,33,96)
#6B376F
(107,55,111)
#7B4D7E
(123,77,126)
#8B638D
(139,99,141)
#9B799C
(155,121,156)
#AB8FAB
(171,143,171)
#BBA5BA
(187,165,186)
#CBBBC9
(203,187,201)
#DBD1D8
(219,209,216)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0B51; }

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

This text font color is #4B0B51.


Background Color

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

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

This div background color is #4B0B51.


Border color

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

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

This div border color is #4B0B51.


Opacity

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

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

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

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

This text has shadow with #4B0B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0B51 on black background.


Color preview on white background

This text has color #4B0B51 on white background.



Black color preview on #4B0B51 background

This text has black color on #4B0B51 background.


White color preview on #4B0B51 background

This text has white color on #4B0B51 background.