COLOR #4B0C52

HEX: #4B0C52
RGB: (75,12,82)

Color info

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

RGB color model

#4B0C52 color RGB value is (75,12,82).

  • red value is 75;
  • green value is 12;
  • blue value is 82.
RGB:
(75,12,82)
(29%,5%,32%)

RGB channels and saturation

R 75 of 255 = 29%
G 12 of 255 = 5%
B 82 of 255 = 32%

75
12
82

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

Portions of RGB colors in percentages

R + G + B =
75 + 12 + 82 = 169 (100%)
R 75 of 169 ~ 44.38%
G 12 of 169 ~ 7.1%
B 82 of 169 ~ 48.52%

%44.38
%48.52

CMYK color model

#4B0C52 color CMYK value is (9,85,0,68).

  • cyan value is 8.54%
  • magenta value is 85.37%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(9,85,0,68)
C9M85Y0K68 
(9%,85%,0%,68%)
(0.09/0.85/0.00/0.68)	

CMYK percentages

%8.54
%85.37
%0
%67.84

Codes

Color #4B0C52 in popluar color models

4B0C52
RGB751282
HSL294°74.47%18.43%
HSB/HSV294°85.37%32.16%
CMYK8.54%85.37%0.00%
67.84%

Color #4B0C52 in popluar number systems.

HEX4B0C52
Decimal751282
Binary100101111001010010
Octal11314122

Shades and tints

Shades of #4B0C52

#4B0C52
(75,12,82)
#450B4B
(69,11,75)
#3F0A44
(63,10,68)
#39093D
(57,9,61)
#330836
(51,8,54)
#2D072F
(45,7,47)
#270628
(39,6,40)
#210521
(33,5,33)
#1B041A
(27,4,26)
#150313
(21,3,19)
#0F020C
(15,2,12)
#000000
(0,0,0)

Tints of #4B0C52

#4B0C52
(75,12,82)
#5B2261
(91,34,97)
#6B3870
(107,56,112)
#7B4E7F
(123,78,127)
#8B648E
(139,100,142)
#9B7A9D
(155,122,157)
#AB90AC
(171,144,172)
#BBA6BB
(187,166,187)
#CBBCCA
(203,188,202)
#DBD2D9
(219,210,217)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0C52 color. Also use rgb(75,12,82) instead hex code.

Text Font Color

.myTextColor { color: #4B0C52; }

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

This text font color is #4B0C52.


Background Color

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

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

This div background color is #4B0C52.


Border color

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

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

This div border color is #4B0C52.


Opacity

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

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

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

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

This text has shadow with #4B0C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0C52 on black background.


Color preview on white background

This text has color #4B0C52 on white background.



Black color preview on #4B0C52 background

This text has black color on #4B0C52 background.


White color preview on #4B0C52 background

This text has white color on #4B0C52 background.