COLOR #480A2B

HEX: #480A2B
RGB: (72,10,43)

Color info

#480A2B contains mainly red and blue colors. Web safe color of #480A2B is #330033 (or #303).

RGB color model

#480A2B color RGB value is (72,10,43).

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

RGB channels and saturation

R 72 of 255 = 28%
G 10 of 255 = 4%
B 43 of 255 = 17%

72
10
43

R + G + B ~ 16%. #480A2B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 10 + 43 = 125 (100%)
R 72 of 125 ~ 57.6%
G 10 of 125 ~ 8%
B 43 of 125 ~ 34.4%

%57.6
%34.4

CMYK color model

#480A2B color CMYK value is (0,86,40,72).

  • cyan value is 0.00%
  • magenta value is 86.11%
  • yellow value is 40.28%
  • key color value is 71.76%
CMYK:
(0,86,40,72)
C0M86Y40K72 
(0%,86%,40%,72%)
(0.00/0.86/0.40/0.72)	

CMYK percentages

%0
%86.11
%40.28
%71.76

Codes

Color #480A2B in popluar color models

480A2B
RGB721043
HSL328°75.61%16.08%
HSB/HSV328°86.11%28.24%
CMYK0.00%86.11%40.28%
71.76%

Color #480A2B in popluar number systems.

HEX480A2B
Decimal721043
Binary10010001010101011
Octal1101253

Shades and tints

Shades of #480A2B

#480A2B
(72,10,43)
#420A28
(66,10,40)
#3C0A25
(60,10,37)
#360A22
(54,10,34)
#300A1F
(48,10,31)
#2A0A1C
(42,10,28)
#240A19
(36,10,25)
#1E0A16
(30,10,22)
#180A13
(24,10,19)
#120A10
(18,10,16)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #480A2B

#480A2B
(72,10,43)
#58203E
(88,32,62)
#683651
(104,54,81)
#784C64
(120,76,100)
#886277
(136,98,119)
#98788A
(152,120,138)
#A88E9D
(168,142,157)
#B8A4B0
(184,164,176)
#C8BAC3
(200,186,195)
#D8D0D6
(216,208,214)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480A2B; }

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

This text font color is #480A2B.


Background Color

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

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

This div background color is #480A2B.


Border color

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

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

This div border color is #480A2B.


Opacity

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

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

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

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

This text has shadow with #480A2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480A2B on black background.


Color preview on white background

This text has color #480A2B on white background.



Black color preview on #480A2B background

This text has black color on #480A2B background.


White color preview on #480A2B background

This text has white color on #480A2B background.