COLOR #480010

HEX: #480010
RGB: (72,0,16)

Color info

#480010 contains only red and blue colors. Web safe color of #480010 is #330000 (or #300).

RGB color model

#480010 color RGB value is (72,0,16).

  • red value is 72;
  • green value is 0;
  • blue value is 16.
RGB:
(72,0,16)
(28%,0%,6%)

RGB channels and saturation

R 72 of 255 = 28%
G 0 of 255 = 0%
B 16 of 255 = 6%

72
0
16

R + G + B ~ 11%. #480010 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 0 + 16 = 88 (100%)
R 72 of 88 ~ 81.82%
G 0 of 88 ~ 0%
B 16 of 88 ~ 18.18%

%81.82
%18.18

CMYK color model

#480010 color CMYK value is (0,100,78,72).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 77.78%
  • key color value is 71.76%
CMYK:
(0,100,78,72)
C0M100Y78K72 
(0%,100%,78%,72%)
(0.00/1.00/0.78/0.72)	

CMYK percentages

%0
%100
%77.78
%71.76

Codes

Color #480010 in popluar color models

480010
RGB72016
HSL347°100.00%14.12%
HSB/HSV347°100.00%28.24%
CMYK0.00%100.00%77.78%
71.76%

Color #480010 in popluar number systems.

HEX480010
Decimal72016
Binary1001000010000
Octal110020

Shades and tints

Shades of #480010

#480010
(72,0,16)
#42000F
(66,0,15)
#3C000E
(60,0,14)
#36000D
(54,0,13)
#30000C
(48,0,12)
#2A000B
(42,0,11)
#24000A
(36,0,10)
#1E0009
(30,0,9)
#180008
(24,0,8)
#120007
(18,0,7)
#0C0006
(12,0,6)
#000000
(0,0,0)

Tints of #480010

#480010
(72,0,16)
#581725
(88,23,37)
#682E3A
(104,46,58)
#78454F
(120,69,79)
#885C64
(136,92,100)
#987379
(152,115,121)
#A88A8E
(168,138,142)
#B8A1A3
(184,161,163)
#C8B8B8
(200,184,184)
#D8CFCD
(216,207,205)
#E8E6E2
(232,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480010 color. Also use rgb(72,0,16) instead hex code.

Text Font Color

.myTextColor { color: #480010; }

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

This text font color is #480010.


Background Color

.myBgColor { background-color: #480010; }

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

This div background color is #480010.


Border color

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

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

This div border color is #480010.


Opacity

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

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

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

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

This text has shadow with #480010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480010 on black background.


Color preview on white background

This text has color #480010 on white background.



Black color preview on #480010 background

This text has black color on #480010 background.


White color preview on #480010 background

This text has white color on #480010 background.