COLOR #480300

HEX: #480300
RGB: (72,3,0)

Color info

#480300 contains mainly red color. Web safe color of #480300 is #330000 (or #300).

RGB color model

#480300 color RGB value is (72,3,0).

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

RGB channels and saturation

R 72 of 255 = 28%
G 3 of 255 = 1%
B 0 of 255 = 0%

72
3
0

R + G + B ~ 10%. #480300 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 3 + 0 = 75 (100%)
R 72 of 75 ~ 96%
G 3 of 75 ~ 4%
B 0 of 75 ~ 0%

%96

CMYK color model

#480300 color CMYK value is (0,96,100,72).

  • cyan value is 0.00%
  • magenta value is 95.83%
  • yellow value is 100.00%
  • key color value is 71.76%
CMYK:
(0,96,100,72)
C0M96Y100K72 
(0%,96%,100%,72%)
(0.00/0.96/1.00/0.72)	

CMYK percentages

%0
%95.83
%100
%71.76

Codes

Color #480300 in popluar color models

480300
RGB7230
HSL100.00%14.12%
HSB/HSV100.00%28.24%
CMYK0.00%95.83%100.00%
71.76%

Color #480300 in popluar number systems.

HEX480300
Decimal7230
Binary1001000110
Octal11030

Shades and tints

Shades of #480300

#480300
(72,3,0)
#420300
(66,3,0)
#3C0300
(60,3,0)
#360300
(54,3,0)
#300300
(48,3,0)
#2A0300
(42,3,0)
#240300
(36,3,0)
#1E0300
(30,3,0)
#180300
(24,3,0)
#120300
(18,3,0)
#0C0300
(12,3,0)
#000000
(0,0,0)

Tints of #480300

#480300
(72,3,0)
#581917
(88,25,23)
#682F2E
(104,47,46)
#784545
(120,69,69)
#885B5C
(136,91,92)
#987173
(152,113,115)
#A8878A
(168,135,138)
#B89DA1
(184,157,161)
#C8B3B8
(200,179,184)
#D8C9CF
(216,201,207)
#E8DFE6
(232,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480300; }

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

This text font color is #480300.


Background Color

.myBgColor { background-color: #480300; }

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

This div background color is #480300.


Border color

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

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

This div border color is #480300.


Opacity

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

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

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

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

This text has shadow with #480300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480300 on black background.


Color preview on white background

This text has color #480300 on white background.



Black color preview on #480300 background

This text has black color on #480300 background.


White color preview on #480300 background

This text has white color on #480300 background.