COLOR #480E1E

HEX: #480E1E
RGB: (72,14,30)

Color info

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

RGB color model

#480E1E color RGB value is (72,14,30).

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

RGB channels and saturation

R 72 of 255 = 28%
G 14 of 255 = 5%
B 30 of 255 = 12%

72
14
30

R + G + B ~ 15%. #480E1E is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 14 + 30 = 116 (100%)
R 72 of 116 ~ 62.07%
G 14 of 116 ~ 12.07%
B 30 of 116 ~ 25.86%

%62.07
%12.07
%25.86

CMYK color model

#480E1E color CMYK value is (0,81,58,72).

  • cyan value is 0.00%
  • magenta value is 80.56%
  • yellow value is 58.33%
  • key color value is 71.76%
CMYK:
(0,81,58,72)
C0M81Y58K72 
(0%,81%,58%,72%)
(0.00/0.81/0.58/0.72)	

CMYK percentages

%0
%80.56
%58.33
%71.76

Codes

Color #480E1E in popluar color models

480E1E
RGB721430
HSL343°67.44%16.86%
HSB/HSV343°80.56%28.24%
CMYK0.00%80.56%58.33%
71.76%

Color #480E1E in popluar number systems.

HEX480E1E
Decimal721430
Binary1001000111011110
Octal1101636

Shades and tints

Shades of #480E1E

#480E1E
(72,14,30)
#420D1C
(66,13,28)
#3C0C1A
(60,12,26)
#360B18
(54,11,24)
#300A16
(48,10,22)
#2A0914
(42,9,20)
#240812
(36,8,18)
#1E0710
(30,7,16)
#18060E
(24,6,14)
#12050C
(18,5,12)
#0C040A
(12,4,10)
#000000
(0,0,0)

Tints of #480E1E

#480E1E
(72,14,30)
#582332
(88,35,50)
#683846
(104,56,70)
#784D5A
(120,77,90)
#88626E
(136,98,110)
#987782
(152,119,130)
#A88C96
(168,140,150)
#B8A1AA
(184,161,170)
#C8B6BE
(200,182,190)
#D8CBD2
(216,203,210)
#E8E0E6
(232,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480E1E; }

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

This text font color is #480E1E.


Background Color

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

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

This div background color is #480E1E.


Border color

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

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

This div border color is #480E1E.


Opacity

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

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

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

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

This text has shadow with #480E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480E1E on black background.


Color preview on white background

This text has color #480E1E on white background.



Black color preview on #480E1E background

This text has black color on #480E1E background.


White color preview on #480E1E background

This text has white color on #480E1E background.