COLOR #480812

HEX: #480812
RGB: (72,8,18)

Color info

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

RGB color model

#480812 color RGB value is (72,8,18).

  • red value is 72;
  • green value is 8;
  • blue value is 18.
RGB:
(72,8,18)
(28%,3%,7%)

RGB channels and saturation

R 72 of 255 = 28%
G 8 of 255 = 3%
B 18 of 255 = 7%

72
8
18

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

Portions of RGB colors in percentages

R + G + B =
72 + 8 + 18 = 98 (100%)
R 72 of 98 ~ 73.47%
G 8 of 98 ~ 8.16%
B 18 of 98 ~ 18.37%

%73.47
%18.37

CMYK color model

#480812 color CMYK value is (0,89,75,72).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 75.00%
  • key color value is 71.76%
CMYK:
(0,89,75,72)
C0M89Y75K72 
(0%,89%,75%,72%)
(0.00/0.89/0.75/0.72)	

CMYK percentages

%0
%88.89
%75
%71.76

Codes

Color #480812 in popluar color models

480812
RGB72818
HSL351°80.00%15.69%
HSB/HSV351°88.89%28.24%
CMYK0.00%88.89%75.00%
71.76%

Color #480812 in popluar number systems.

HEX480812
Decimal72818
Binary1001000100010010
Octal1101022

Shades and tints

Shades of #480812

#480812
(72,8,18)
#420811
(66,8,17)
#3C0810
(60,8,16)
#36080F
(54,8,15)
#30080E
(48,8,14)
#2A080D
(42,8,13)
#24080C
(36,8,12)
#1E080B
(30,8,11)
#18080A
(24,8,10)
#120809
(18,8,9)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #480812

#480812
(72,8,18)
#581E27
(88,30,39)
#68343C
(104,52,60)
#784A51
(120,74,81)
#886066
(136,96,102)
#98767B
(152,118,123)
#A88C90
(168,140,144)
#B8A2A5
(184,162,165)
#C8B8BA
(200,184,186)
#D8CECF
(216,206,207)
#E8E4E4
(232,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480812 color. Also use rgb(72,8,18) instead hex code.

Text Font Color

.myTextColor { color: #480812; }

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

This text font color is #480812.


Background Color

.myBgColor { background-color: #480812; }

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

This div background color is #480812.


Border color

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

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

This div border color is #480812.


Opacity

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

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

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

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

This text has shadow with #480812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480812 on black background.


Color preview on white background

This text has color #480812 on white background.



Black color preview on #480812 background

This text has black color on #480812 background.


White color preview on #480812 background

This text has white color on #480812 background.