COLOR #480E15

HEX: #480E15
RGB: (72,14,21)

Color info

#480E15 contains red, green and blue colors in about the same proportion. Web safe color of #480E15 is #330000 (or #300).

RGB color model

#480E15 color RGB value is (72,14,21).

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

RGB channels and saturation

R 72 of 255 = 28%
G 14 of 255 = 5%
B 21 of 255 = 8%

72
14
21

R + G + B ~ 14%. #480E15 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 14 + 21 = 107 (100%)
R 72 of 107 ~ 67.29%
G 14 of 107 ~ 13.08%
B 21 of 107 ~ 19.63%

%67.29
%13.08
%19.63

CMYK color model

#480E15 color CMYK value is (0,81,71,72).

  • cyan value is 0.00%
  • magenta value is 80.56%
  • yellow value is 70.83%
  • key color value is 71.76%
CMYK:
(0,81,71,72)
C0M81Y71K72 
(0%,81%,71%,72%)
(0.00/0.81/0.71/0.72)	

CMYK percentages

%0
%80.56
%70.83
%71.76

Codes

Color #480E15 in popluar color models

480E15
RGB721421
HSL353°67.44%16.86%
HSB/HSV353°80.56%28.24%
CMYK0.00%80.56%70.83%
71.76%

Color #480E15 in popluar number systems.

HEX480E15
Decimal721421
Binary1001000111010101
Octal1101625

Shades and tints

Shades of #480E15

#480E15
(72,14,21)
#420D14
(66,13,20)
#3C0C13
(60,12,19)
#360B12
(54,11,18)
#300A11
(48,10,17)
#2A0910
(42,9,16)
#24080F
(36,8,15)
#1E070E
(30,7,14)
#18060D
(24,6,13)
#12050C
(18,5,12)
#0C040B
(12,4,11)
#000000
(0,0,0)

Tints of #480E15

#480E15
(72,14,21)
#58232A
(88,35,42)
#68383F
(104,56,63)
#784D54
(120,77,84)
#886269
(136,98,105)
#98777E
(152,119,126)
#A88C93
(168,140,147)
#B8A1A8
(184,161,168)
#C8B6BD
(200,182,189)
#D8CBD2
(216,203,210)
#E8E0E7
(232,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480E15; }

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

This text font color is #480E15.


Background Color

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

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

This div background color is #480E15.


Border color

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

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

This div border color is #480E15.


Opacity

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

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

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

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

This text has shadow with #480E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480E15 on black background.


Color preview on white background

This text has color #480E15 on white background.



Black color preview on #480E15 background

This text has black color on #480E15 background.


White color preview on #480E15 background

This text has white color on #480E15 background.