COLOR #4B0F53

HEX: #4B0F53
RGB: (75,15,83)

Color info

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

RGB color model

#4B0F53 color RGB value is (75,15,83).

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

RGB channels and saturation

R 75 of 255 = 29%
G 15 of 255 = 6%
B 83 of 255 = 33%

75
15
83

R + G + B ~ 23%. #4B0F53 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 15 + 83 = 173 (100%)
R 75 of 173 ~ 43.35%
G 15 of 173 ~ 8.67%
B 83 of 173 ~ 47.98%

%43.35
%47.98

CMYK color model

#4B0F53 color CMYK value is (10,82,0,67).

  • cyan value is 9.64%
  • magenta value is 81.93%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(10,82,0,67)
C10M82Y0K67 
(10%,82%,0%,67%)
(0.10/0.82/0.00/0.67)	

CMYK percentages

%9.64
%81.93
%0
%67.45

Codes

Color #4B0F53 in popluar color models

4B0F53
RGB751583
HSL293°69.39%19.22%
HSB/HSV293°81.93%32.55%
CMYK9.64%81.93%0.00%
67.45%

Color #4B0F53 in popluar number systems.

HEX4B0F53
Decimal751583
Binary100101111111010011
Octal11317123

Shades and tints

Shades of #4B0F53

#4B0F53
(75,15,83)
#450E4C
(69,14,76)
#3F0D45
(63,13,69)
#390C3E
(57,12,62)
#330B37
(51,11,55)
#2D0A30
(45,10,48)
#270929
(39,9,41)
#210822
(33,8,34)
#1B071B
(27,7,27)
#150614
(21,6,20)
#0F050D
(15,5,13)
#000000
(0,0,0)

Tints of #4B0F53

#4B0F53
(75,15,83)
#5B2462
(91,36,98)
#6B3971
(107,57,113)
#7B4E80
(123,78,128)
#8B638F
(139,99,143)
#9B789E
(155,120,158)
#AB8DAD
(171,141,173)
#BBA2BC
(187,162,188)
#CBB7CB
(203,183,203)
#DBCCDA
(219,204,218)
#EBE1E9
(235,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0F53; }

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

This text font color is #4B0F53.


Background Color

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

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

This div background color is #4B0F53.


Border color

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

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

This div border color is #4B0F53.


Opacity

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

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

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

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

This text has shadow with #4B0F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0F53 on black background.


Color preview on white background

This text has color #4B0F53 on white background.



Black color preview on #4B0F53 background

This text has black color on #4B0F53 background.


White color preview on #4B0F53 background

This text has white color on #4B0F53 background.