COLOR #480E3F

HEX: #480E3F
RGB: (72,14,63)

Color info

#480E3F contains red, green and blue colors in about the same proportion. Web safe color of #480E3F is #330033 (or #303).

RGB color model

#480E3F color RGB value is (72,14,63).

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

RGB channels and saturation

R 72 of 255 = 28%
G 14 of 255 = 5%
B 63 of 255 = 25%

72
14
63

R + G + B ~ 19%. #480E3F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 14 + 63 = 149 (100%)
R 72 of 149 ~ 48.32%
G 14 of 149 ~ 9.4%
B 63 of 149 ~ 42.28%

%48.32
%42.28

CMYK color model

#480E3F color CMYK value is (0,81,13,72).

  • cyan value is 0.00%
  • magenta value is 80.56%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(0,81,13,72)
C0M81Y13K72 
(0%,81%,13%,72%)
(0.00/0.81/0.13/0.72)	

CMYK percentages

%0
%80.56
%12.5
%71.76

Codes

Color #480E3F in popluar color models

480E3F
RGB721463
HSL309°67.44%16.86%
HSB/HSV309°80.56%28.24%
CMYK0.00%80.56%12.50%
71.76%

Color #480E3F in popluar number systems.

HEX480E3F
Decimal721463
Binary10010001110111111
Octal1101677

Shades and tints

Shades of #480E3F

#480E3F
(72,14,63)
#420D3A
(66,13,58)
#3C0C35
(60,12,53)
#360B30
(54,11,48)
#300A2B
(48,10,43)
#2A0926
(42,9,38)
#240821
(36,8,33)
#1E071C
(30,7,28)
#180617
(24,6,23)
#120512
(18,5,18)
#0C040D
(12,4,13)
#000000
(0,0,0)

Tints of #480E3F

#480E3F
(72,14,63)
#582350
(88,35,80)
#683861
(104,56,97)
#784D72
(120,77,114)
#886283
(136,98,131)
#987794
(152,119,148)
#A88CA5
(168,140,165)
#B8A1B6
(184,161,182)
#C8B6C7
(200,182,199)
#D8CBD8
(216,203,216)
#E8E0E9
(232,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480E3F; }

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

This text font color is #480E3F.


Background Color

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

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

This div background color is #480E3F.


Border color

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

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

This div border color is #480E3F.


Opacity

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

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

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

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

This text has shadow with #480E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480E3F on black background.


Color preview on white background

This text has color #480E3F on white background.



Black color preview on #480E3F background

This text has black color on #480E3F background.


White color preview on #480E3F background

This text has white color on #480E3F background.