COLOR #480319

HEX: #480319
RGB: (72,3,25)

Color info

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

RGB color model

#480319 color RGB value is (72,3,25).

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

RGB channels and saturation

R 72 of 255 = 28%
G 3 of 255 = 1%
B 25 of 255 = 10%

72
3
25

R + G + B ~ 13%. #480319 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 3 + 25 = 100 (100%)
R 72 of 100 ~ 72%
G 3 of 100 ~ 3%
B 25 of 100 ~ 25%

%72
%25

CMYK color model

#480319 color CMYK value is (0,96,65,72).

  • cyan value is 0.00%
  • magenta value is 95.83%
  • yellow value is 65.28%
  • key color value is 71.76%
CMYK:
(0,96,65,72)
C0M96Y65K72 
(0%,96%,65%,72%)
(0.00/0.96/0.65/0.72)	

CMYK percentages

%0
%95.83
%65.28
%71.76

Codes

Color #480319 in popluar color models

480319
RGB72325
HSL341°92.00%14.71%
HSB/HSV341°95.83%28.24%
CMYK0.00%95.83%65.28%
71.76%

Color #480319 in popluar number systems.

HEX480319
Decimal72325
Binary10010001111001
Octal110331

Shades and tints

Shades of #480319

#480319
(72,3,25)
#420317
(66,3,23)
#3C0315
(60,3,21)
#360313
(54,3,19)
#300311
(48,3,17)
#2A030F
(42,3,15)
#24030D
(36,3,13)
#1E030B
(30,3,11)
#180309
(24,3,9)
#120307
(18,3,7)
#0C0305
(12,3,5)
#000000
(0,0,0)

Tints of #480319

#480319
(72,3,25)
#58192D
(88,25,45)
#682F41
(104,47,65)
#784555
(120,69,85)
#885B69
(136,91,105)
#98717D
(152,113,125)
#A88791
(168,135,145)
#B89DA5
(184,157,165)
#C8B3B9
(200,179,185)
#D8C9CD
(216,201,205)
#E8DFE1
(232,223,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480319; }

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

This text font color is #480319.


Background Color

.myBgColor { background-color: #480319; }

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

This div background color is #480319.


Border color

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

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

This div border color is #480319.


Opacity

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

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

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

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

This text has shadow with #480319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480319 on black background.


Color preview on white background

This text has color #480319 on white background.



Black color preview on #480319 background

This text has black color on #480319 background.


White color preview on #480319 background

This text has white color on #480319 background.