COLOR #480E4E

HEX: #480E4E
RGB: (72,14,78)

Color info

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

RGB color model

#480E4E color RGB value is (72,14,78).

  • red value is 72;
  • green value is 14;
  • blue value is 78.
RGB:
(72,14,78)
(28%,5%,31%)

RGB channels and saturation

R 72 of 255 = 28%
G 14 of 255 = 5%
B 78 of 255 = 31%

72
14
78

R + G + B ~ 21%. #480E4E is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 14 + 78 = 164 (100%)
R 72 of 164 ~ 43.9%
G 14 of 164 ~ 8.54%
B 78 of 164 ~ 47.56%

%43.9
%47.56

CMYK color model

#480E4E color CMYK value is (8,82,0,69).

  • cyan value is 7.69%
  • magenta value is 82.05%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(8,82,0,69)
C8M82Y0K69 
(8%,82%,0%,69%)
(0.08/0.82/0.00/0.69)	

CMYK percentages

%7.69
%82.05
%0
%69.41

Codes

Color #480E4E in popluar color models

480E4E
RGB721478
HSL294°69.57%18.04%
HSB/HSV294°82.05%30.59%
CMYK7.69%82.05%0.00%
69.41%

Color #480E4E in popluar number systems.

HEX480E4E
Decimal721478
Binary100100011101001110
Octal11016116

Shades and tints

Shades of #480E4E

#480E4E
(72,14,78)
#420D47
(66,13,71)
#3C0C40
(60,12,64)
#360B39
(54,11,57)
#300A32
(48,10,50)
#2A092B
(42,9,43)
#240824
(36,8,36)
#1E071D
(30,7,29)
#180616
(24,6,22)
#12050F
(18,5,15)
#0C0408
(12,4,8)
#000000
(0,0,0)

Tints of #480E4E

#480E4E
(72,14,78)
#58235E
(88,35,94)
#68386E
(104,56,110)
#784D7E
(120,77,126)
#88628E
(136,98,142)
#98779E
(152,119,158)
#A88CAE
(168,140,174)
#B8A1BE
(184,161,190)
#C8B6CE
(200,182,206)
#D8CBDE
(216,203,222)
#E8E0EE
(232,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480E4E color. Also use rgb(72,14,78) instead hex code.

Text Font Color

.myTextColor { color: #480E4E; }

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

This text font color is #480E4E.


Background Color

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

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

This div background color is #480E4E.


Border color

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

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

This div border color is #480E4E.


Opacity

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

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

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

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

This text has shadow with #480E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480E4E on black background.


Color preview on white background

This text has color #480E4E on white background.



Black color preview on #480E4E background

This text has black color on #480E4E background.


White color preview on #480E4E background

This text has white color on #480E4E background.