COLOR #480418

HEX: #480418
RGB: (72,4,24)

Color info

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

RGB color model

#480418 color RGB value is (72,4,24).

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

RGB channels and saturation

R 72 of 255 = 28%
G 4 of 255 = 2%
B 24 of 255 = 9%

72
4
24

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

Portions of RGB colors in percentages

R + G + B =
72 + 4 + 24 = 100 (100%)
R 72 of 100 ~ 72%
G 4 of 100 ~ 4%
B 24 of 100 ~ 24%

%72
%24

CMYK color model

#480418 color CMYK value is (0,94,67,72).

  • cyan value is 0.00%
  • magenta value is 94.44%
  • yellow value is 66.67%
  • key color value is 71.76%
CMYK:
(0,94,67,72)
C0M94Y67K72 
(0%,94%,67%,72%)
(0.00/0.94/0.67/0.72)	

CMYK percentages

%0
%94.44
%66.67
%71.76

Codes

Color #480418 in popluar color models

480418
RGB72424
HSL342°89.47%14.90%
HSB/HSV342°94.44%28.24%
CMYK0.00%94.44%66.67%
71.76%

Color #480418 in popluar number systems.

HEX480418
Decimal72424
Binary100100010011000
Octal110430

Shades and tints

Shades of #480418

#480418
(72,4,24)
#420416
(66,4,22)
#3C0414
(60,4,20)
#360412
(54,4,18)
#300410
(48,4,16)
#2A040E
(42,4,14)
#24040C
(36,4,12)
#1E040A
(30,4,10)
#180408
(24,4,8)
#120406
(18,4,6)
#0C0404
(12,4,4)
#000000
(0,0,0)

Tints of #480418

#480418
(72,4,24)
#581A2D
(88,26,45)
#683042
(104,48,66)
#784657
(120,70,87)
#885C6C
(136,92,108)
#987281
(152,114,129)
#A88896
(168,136,150)
#B89EAB
(184,158,171)
#C8B4C0
(200,180,192)
#D8CAD5
(216,202,213)
#E8E0EA
(232,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480418 color. Also use rgb(72,4,24) instead hex code.

Text Font Color

.myTextColor { color: #480418; }

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

This text font color is #480418.


Background Color

.myBgColor { background-color: #480418; }

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

This div background color is #480418.


Border color

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

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

This div border color is #480418.


Opacity

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

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

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

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

This text has shadow with #480418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480418 on black background.


Color preview on white background

This text has color #480418 on white background.



Black color preview on #480418 background

This text has black color on #480418 background.


White color preview on #480418 background

This text has white color on #480418 background.