COLOR #480D53

HEX: #480D53
RGB: (72,13,83)

Color info

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

RGB color model

#480D53 color RGB value is (72,13,83).

  • red value is 72;
  • green value is 13;
  • blue value is 83.
RGB:
(72,13,83)
(28%,5%,33%)

RGB channels and saturation

R 72 of 255 = 28%
G 13 of 255 = 5%
B 83 of 255 = 33%

72
13
83

R + G + B ~ 22%. #480D53 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 13 + 83 = 168 (100%)
R 72 of 168 ~ 42.86%
G 13 of 168 ~ 7.74%
B 83 of 168 ~ 49.4%

%42.86
%49.4

CMYK color model

#480D53 color CMYK value is (13,84,0,67).

  • cyan value is 13.25%
  • magenta value is 84.34%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(13,84,0,67)
C13M84Y0K67 
(13%,84%,0%,67%)
(0.13/0.84/0.00/0.67)	

CMYK percentages

%13.25
%84.34
%0
%67.45

Codes

Color #480D53 in popluar color models

480D53
RGB721383
HSL291°72.92%18.82%
HSB/HSV291°84.34%32.55%
CMYK13.25%84.34%0.00%
67.45%

Color #480D53 in popluar number systems.

HEX480D53
Decimal721383
Binary100100011011010011
Octal11015123

Shades and tints

Shades of #480D53

#480D53
(72,13,83)
#420C4C
(66,12,76)
#3C0B45
(60,11,69)
#360A3E
(54,10,62)
#300937
(48,9,55)
#2A0830
(42,8,48)
#240729
(36,7,41)
#1E0622
(30,6,34)
#18051B
(24,5,27)
#120414
(18,4,20)
#0C030D
(12,3,13)
#000000
(0,0,0)

Tints of #480D53

#480D53
(72,13,83)
#582362
(88,35,98)
#683971
(104,57,113)
#784F80
(120,79,128)
#88658F
(136,101,143)
#987B9E
(152,123,158)
#A891AD
(168,145,173)
#B8A7BC
(184,167,188)
#C8BDCB
(200,189,203)
#D8D3DA
(216,211,218)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480D53 color. Also use rgb(72,13,83) instead hex code.

Text Font Color

.myTextColor { color: #480D53; }

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

This text font color is #480D53.


Background Color

.myBgColor { background-color: #480D53; }

<div style="background-color:#480D53">Inner text</div>

This div background color is #480D53.


Border color

.myBorderColor { border: 1px solid #480D53; }

<div style="border:3px solid #480D53">Div</div>

This div border color is #480D53.


Opacity

.myOpacity80 { color: #480D53; opacity: 0.8; }

<p style="color:#480D53;opacity:0.8;">80%</p>

Text with #480D53 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 #480D53;}

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

This text has shadow with #480D53 color.

.textShadow {text-shadow: 3px 3px 1px #480D53, 3px 3px 1px red;}

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

This text has shadow with #480D53 primary color and red secondary color.


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

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

This text has shadow with #480D53 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480D53 on black background.


Color preview on white background

This text has color #480D53 on white background.



Black color preview on #480D53 background

This text has black color on #480D53 background.


White color preview on #480D53 background

This text has white color on #480D53 background.