COLOR #480757

HEX: #480757
RGB: (72,7,87)

Color info

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

RGB color model

#480757 color RGB value is (72,7,87).

  • red value is 72;
  • green value is 7;
  • blue value is 87.
RGB:
(72,7,87)
(28%,3%,34%)

RGB channels and saturation

R 72 of 255 = 28%
G 7 of 255 = 3%
B 87 of 255 = 34%

72
7
87

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

Portions of RGB colors in percentages

R + G + B =
72 + 7 + 87 = 166 (100%)
R 72 of 166 ~ 43.37%
G 7 of 166 ~ 4.22%
B 87 of 166 ~ 52.41%

%43.37
%52.41

CMYK color model

#480757 color CMYK value is (17,92,0,66).

  • cyan value is 17.24%
  • magenta value is 91.95%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(17,92,0,66)
C17M92Y0K66 
(17%,92%,0%,66%)
(0.17/0.92/0.00/0.66)	

CMYK percentages

%17.24
%91.95
%0
%65.88

Codes

Color #480757 in popluar color models

480757
RGB72787
HSL289°85.11%18.43%
HSB/HSV289°91.95%34.12%
CMYK17.24%91.95%0.00%
65.88%

Color #480757 in popluar number systems.

HEX480757
Decimal72787
Binary10010001111010111
Octal1107127

Shades and tints

Shades of #480757

#480757
(72,7,87)
#420750
(66,7,80)
#3C0749
(60,7,73)
#360742
(54,7,66)
#30073B
(48,7,59)
#2A0734
(42,7,52)
#24072D
(36,7,45)
#1E0726
(30,7,38)
#18071F
(24,7,31)
#120718
(18,7,24)
#0C0711
(12,7,17)
#000000
(0,0,0)

Tints of #480757

#480757
(72,7,87)
#581D66
(88,29,102)
#683375
(104,51,117)
#784984
(120,73,132)
#885F93
(136,95,147)
#9875A2
(152,117,162)
#A88BB1
(168,139,177)
#B8A1C0
(184,161,192)
#C8B7CF
(200,183,207)
#D8CDDE
(216,205,222)
#E8E3ED
(232,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480757 color. Also use rgb(72,7,87) instead hex code.

Text Font Color

.myTextColor { color: #480757; }

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

This text font color is #480757.


Background Color

.myBgColor { background-color: #480757; }

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

This div background color is #480757.


Border color

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

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

This div border color is #480757.


Opacity

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

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

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

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

This text has shadow with #480757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480757 on black background.


Color preview on white background

This text has color #480757 on white background.



Black color preview on #480757 background

This text has black color on #480757 background.


White color preview on #480757 background

This text has white color on #480757 background.