COLOR #480532

HEX: #480532
RGB: (72,5,50)

Color info

#480532 contains mainly red and blue colors. Web safe color of #480532 is #330033 (or #303).

RGB color model

#480532 color RGB value is (72,5,50).

  • red value is 72;
  • green value is 5;
  • blue value is 50.
RGB:
(72,5,50)
(28%,2%,20%)

RGB channels and saturation

R 72 of 255 = 28%
G 5 of 255 = 2%
B 50 of 255 = 20%

72
5
50

R + G + B ~ 17%. #480532 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 5 + 50 = 127 (100%)
R 72 of 127 ~ 56.69%
G 5 of 127 ~ 3.94%
B 50 of 127 ~ 39.37%

%56.69
%39.37

CMYK color model

#480532 color CMYK value is (0,93,31,72).

  • cyan value is 0.00%
  • magenta value is 93.06%
  • yellow value is 30.56%
  • key color value is 71.76%
CMYK:
(0,93,31,72)
C0M93Y31K72 
(0%,93%,31%,72%)
(0.00/0.93/0.31/0.72)	

CMYK percentages

%0
%93.06
%30.56
%71.76

Codes

Color #480532 in popluar color models

480532
RGB72550
HSL320°87.01%15.10%
HSB/HSV320°93.06%28.24%
CMYK0.00%93.06%30.56%
71.76%

Color #480532 in popluar number systems.

HEX480532
Decimal72550
Binary1001000101110010
Octal110562

Shades and tints

Shades of #480532

#480532
(72,5,50)
#42052E
(66,5,46)
#3C052A
(60,5,42)
#360526
(54,5,38)
#300522
(48,5,34)
#2A051E
(42,5,30)
#24051A
(36,5,26)
#1E0516
(30,5,22)
#180512
(24,5,18)
#12050E
(18,5,14)
#0C050A
(12,5,10)
#000000
(0,0,0)

Tints of #480532

#480532
(72,5,50)
#581B44
(88,27,68)
#683156
(104,49,86)
#784768
(120,71,104)
#885D7A
(136,93,122)
#98738C
(152,115,140)
#A8899E
(168,137,158)
#B89FB0
(184,159,176)
#C8B5C2
(200,181,194)
#D8CBD4
(216,203,212)
#E8E1E6
(232,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480532 color. Also use rgb(72,5,50) instead hex code.

Text Font Color

.myTextColor { color: #480532; }

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

This text font color is #480532.


Background Color

.myBgColor { background-color: #480532; }

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

This div background color is #480532.


Border color

.myBorderColor { border: 1px solid #480532; }

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

This div border color is #480532.


Opacity

.myOpacity80 { color: #480532; opacity: 0.8; }

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

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

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

This text has shadow with #480532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480532 on black background.


Color preview on white background

This text has color #480532 on white background.



Black color preview on #480532 background

This text has black color on #480532 background.


White color preview on #480532 background

This text has white color on #480532 background.