COLOR #480530

HEX: #480530
RGB: (72,5,48)

Color info

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

RGB color model

#480530 color RGB value is (72,5,48).

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

RGB channels and saturation

R 72 of 255 = 28%
G 5 of 255 = 2%
B 48 of 255 = 19%

72
5
48

R + G + B ~ 16%. #480530 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 5 + 48 = 125 (100%)
R 72 of 125 ~ 57.6%
G 5 of 125 ~ 4%
B 48 of 125 ~ 38.4%

%57.6
%38.4

CMYK color model

#480530 color CMYK value is (0,93,33,72).

  • cyan value is 0.00%
  • magenta value is 93.06%
  • yellow value is 33.33%
  • key color value is 71.76%
CMYK:
(0,93,33,72)
C0M93Y33K72 
(0%,93%,33%,72%)
(0.00/0.93/0.33/0.72)	

CMYK percentages

%0
%93.06
%33.33
%71.76

Codes

Color #480530 in popluar color models

480530
RGB72548
HSL321°87.01%15.10%
HSB/HSV321°93.06%28.24%
CMYK0.00%93.06%33.33%
71.76%

Color #480530 in popluar number systems.

HEX480530
Decimal72548
Binary1001000101110000
Octal110560

Shades and tints

Shades of #480530

#480530
(72,5,48)
#42052C
(66,5,44)
#3C0528
(60,5,40)
#360524
(54,5,36)
#300520
(48,5,32)
#2A051C
(42,5,28)
#240518
(36,5,24)
#1E0514
(30,5,20)
#180510
(24,5,16)
#12050C
(18,5,12)
#0C0508
(12,5,8)
#000000
(0,0,0)

Tints of #480530

#480530
(72,5,48)
#581B42
(88,27,66)
#683154
(104,49,84)
#784766
(120,71,102)
#885D78
(136,93,120)
#98738A
(152,115,138)
#A8899C
(168,137,156)
#B89FAE
(184,159,174)
#C8B5C0
(200,181,192)
#D8CBD2
(216,203,210)
#E8E1E4
(232,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480530; }

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

This text font color is #480530.


Background Color

.myBgColor { background-color: #480530; }

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

This div background color is #480530.


Border color

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

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

This div border color is #480530.


Opacity

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

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

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

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

This text has shadow with #480530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480530 on black background.


Color preview on white background

This text has color #480530 on white background.



Black color preview on #480530 background

This text has black color on #480530 background.


White color preview on #480530 background

This text has white color on #480530 background.