COLOR #480B05

HEX: #480B05
RGB: (72,11,5)

Color info

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

RGB color model

#480B05 color RGB value is (72,11,5).

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

RGB channels and saturation

R 72 of 255 = 28%
G 11 of 255 = 4%
B 5 of 255 = 2%

72
11
5

R + G + B ~ 11%. #480B05 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 11 + 5 = 88 (100%)
R 72 of 88 ~ 81.82%
G 11 of 88 ~ 12.5%
B 5 of 88 ~ 5.68%

%81.82
%12.5

CMYK color model

#480B05 color CMYK value is (0,85,93,72).

  • cyan value is 0.00%
  • magenta value is 84.72%
  • yellow value is 93.06%
  • key color value is 71.76%
CMYK:
(0,85,93,72)
C0M85Y93K72 
(0%,85%,93%,72%)
(0.00/0.85/0.93/0.72)	

CMYK percentages

%0
%84.72
%93.06
%71.76

Codes

Color #480B05 in popluar color models

480B05
RGB72115
HSL87.01%15.10%
HSB/HSV93.06%28.24%
CMYK0.00%84.72%93.06%
71.76%

Color #480B05 in popluar number systems.

HEX480B05
Decimal72115
Binary10010001011101
Octal110135

Shades and tints

Shades of #480B05

#480B05
(72,11,5)
#420A05
(66,10,5)
#3C0905
(60,9,5)
#360805
(54,8,5)
#300705
(48,7,5)
#2A0605
(42,6,5)
#240505
(36,5,5)
#1E0405
(30,4,5)
#180305
(24,3,5)
#120205
(18,2,5)
#0C0105
(12,1,5)
#000000
(0,0,0)

Tints of #480B05

#480B05
(72,11,5)
#58211B
(88,33,27)
#683731
(104,55,49)
#784D47
(120,77,71)
#88635D
(136,99,93)
#987973
(152,121,115)
#A88F89
(168,143,137)
#B8A59F
(184,165,159)
#C8BBB5
(200,187,181)
#D8D1CB
(216,209,203)
#E8E7E1
(232,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480B05 color. Also use rgb(72,11,5) instead hex code.

Text Font Color

.myTextColor { color: #480B05; }

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

This text font color is #480B05.


Background Color

.myBgColor { background-color: #480B05; }

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

This div background color is #480B05.


Border color

.myBorderColor { border: 1px solid #480B05; }

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

This div border color is #480B05.


Opacity

.myOpacity80 { color: #480B05; opacity: 0.8; }

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

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

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

This text has shadow with #480B05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480B05 on black background.


Color preview on white background

This text has color #480B05 on white background.



Black color preview on #480B05 background

This text has black color on #480B05 background.


White color preview on #480B05 background

This text has white color on #480B05 background.