COLOR #480919

HEX: #480919
RGB: (72,9,25)

Color info

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

RGB color model

#480919 color RGB value is (72,9,25).

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

RGB channels and saturation

R 72 of 255 = 28%
G 9 of 255 = 4%
B 25 of 255 = 10%

72
9
25

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

Portions of RGB colors in percentages

R + G + B =
72 + 9 + 25 = 106 (100%)
R 72 of 106 ~ 67.92%
G 9 of 106 ~ 8.49%
B 25 of 106 ~ 23.58%

%67.92
%23.58

CMYK color model

#480919 color CMYK value is (0,88,65,72).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 65.28%
  • key color value is 71.76%
CMYK:
(0,88,65,72)
C0M88Y65K72 
(0%,88%,65%,72%)
(0.00/0.88/0.65/0.72)	

CMYK percentages

%0
%87.5
%65.28
%71.76

Codes

Color #480919 in popluar color models

480919
RGB72925
HSL345°77.78%15.88%
HSB/HSV345°87.50%28.24%
CMYK0.00%87.50%65.28%
71.76%

Color #480919 in popluar number systems.

HEX480919
Decimal72925
Binary1001000100111001
Octal1101131

Shades and tints

Shades of #480919

#480919
(72,9,25)
#420917
(66,9,23)
#3C0915
(60,9,21)
#360913
(54,9,19)
#300911
(48,9,17)
#2A090F
(42,9,15)
#24090D
(36,9,13)
#1E090B
(30,9,11)
#180909
(24,9,9)
#120907
(18,9,7)
#0C0905
(12,9,5)
#000000
(0,0,0)

Tints of #480919

#480919
(72,9,25)
#581F2D
(88,31,45)
#683541
(104,53,65)
#784B55
(120,75,85)
#886169
(136,97,105)
#98777D
(152,119,125)
#A88D91
(168,141,145)
#B8A3A5
(184,163,165)
#C8B9B9
(200,185,185)
#D8CFCD
(216,207,205)
#E8E5E1
(232,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480919; }

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

This text font color is #480919.


Background Color

.myBgColor { background-color: #480919; }

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

This div background color is #480919.


Border color

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

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

This div border color is #480919.


Opacity

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

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

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

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

This text has shadow with #480919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480919 on black background.


Color preview on white background

This text has color #480919 on white background.



Black color preview on #480919 background

This text has black color on #480919 background.


White color preview on #480919 background

This text has white color on #480919 background.