COLOR #480D61

HEX: #480D61
RGB: (72,13,97)

Color info

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

RGB color model

#480D61 color RGB value is (72,13,97).

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

RGB channels and saturation

R 72 of 255 = 28%
G 13 of 255 = 5%
B 97 of 255 = 38%

72
13
97

R + G + B ~ 24%. #480D61 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 13 + 97 = 182 (100%)
R 72 of 182 ~ 39.56%
G 13 of 182 ~ 7.14%
B 97 of 182 ~ 53.3%

%39.56
%53.3

CMYK color model

#480D61 color CMYK value is (26,87,0,62).

  • cyan value is 25.77%
  • magenta value is 86.60%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(26,87,0,62)
C26M87Y0K62 
(26%,87%,0%,62%)
(0.26/0.87/0.00/0.62)	

CMYK percentages

%25.77
%86.6
%0
%61.96

Codes

Color #480D61 in popluar color models

480D61
RGB721397
HSL282°76.36%21.57%
HSB/HSV282°86.60%38.04%
CMYK25.77%86.60%0.00%
61.96%

Color #480D61 in popluar number systems.

HEX480D61
Decimal721397
Binary100100011011100001
Octal11015141

Shades and tints

Shades of #480D61

#480D61
(72,13,97)
#420C59
(66,12,89)
#3C0B51
(60,11,81)
#360A49
(54,10,73)
#300941
(48,9,65)
#2A0839
(42,8,57)
#240731
(36,7,49)
#1E0629
(30,6,41)
#180521
(24,5,33)
#120419
(18,4,25)
#0C0311
(12,3,17)
#000000
(0,0,0)

Tints of #480D61

#480D61
(72,13,97)
#58236F
(88,35,111)
#68397D
(104,57,125)
#784F8B
(120,79,139)
#886599
(136,101,153)
#987BA7
(152,123,167)
#A891B5
(168,145,181)
#B8A7C3
(184,167,195)
#C8BDD1
(200,189,209)
#D8D3DF
(216,211,223)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480D61; }

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

This text font color is #480D61.


Background Color

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

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

This div background color is #480D61.


Border color

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

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

This div border color is #480D61.


Opacity

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

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

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

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

This text has shadow with #480D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480D61 on black background.


Color preview on white background

This text has color #480D61 on white background.



Black color preview on #480D61 background

This text has black color on #480D61 background.


White color preview on #480D61 background

This text has white color on #480D61 background.