COLOR #480A0B

HEX: #480A0B
RGB: (72,10,11)

Color info

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

RGB color model

#480A0B color RGB value is (72,10,11).

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

RGB channels and saturation

R 72 of 255 = 28%
G 10 of 255 = 4%
B 11 of 255 = 4%

72
10
11

R + G + B ~ 12%. #480A0B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 10 + 11 = 93 (100%)
R 72 of 93 ~ 77.42%
G 10 of 93 ~ 10.75%
B 11 of 93 ~ 11.83%

%77.42
%10.75
%11.83

CMYK color model

#480A0B color CMYK value is (0,86,85,72).

  • cyan value is 0.00%
  • magenta value is 86.11%
  • yellow value is 84.72%
  • key color value is 71.76%
CMYK:
(0,86,85,72)
C0M86Y85K72 
(0%,86%,85%,72%)
(0.00/0.86/0.85/0.72)	

CMYK percentages

%0
%86.11
%84.72
%71.76

Codes

Color #480A0B in popluar color models

480A0B
RGB721011
HSL359°75.61%16.08%
HSB/HSV359°86.11%28.24%
CMYK0.00%86.11%84.72%
71.76%

Color #480A0B in popluar number systems.

HEX480A0B
Decimal721011
Binary100100010101011
Octal1101213

Shades and tints

Shades of #480A0B

#480A0B
(72,10,11)
#420A0A
(66,10,10)
#3C0A09
(60,10,9)
#360A08
(54,10,8)
#300A07
(48,10,7)
#2A0A06
(42,10,6)
#240A05
(36,10,5)
#1E0A04
(30,10,4)
#180A03
(24,10,3)
#120A02
(18,10,2)
#0C0A01
(12,10,1)
#000000
(0,0,0)

Tints of #480A0B

#480A0B
(72,10,11)
#582021
(88,32,33)
#683637
(104,54,55)
#784C4D
(120,76,77)
#886263
(136,98,99)
#987879
(152,120,121)
#A88E8F
(168,142,143)
#B8A4A5
(184,164,165)
#C8BABB
(200,186,187)
#D8D0D1
(216,208,209)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480A0B; }

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

This text font color is #480A0B.


Background Color

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

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

This div background color is #480A0B.


Border color

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

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

This div border color is #480A0B.


Opacity

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

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

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

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

This text has shadow with #480A0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480A0B on black background.


Color preview on white background

This text has color #480A0B on white background.



Black color preview on #480A0B background

This text has black color on #480A0B background.


White color preview on #480A0B background

This text has white color on #480A0B background.