COLOR #480D2B

HEX: #480D2B
RGB: (72,13,43)

Color info

#480D2B contains red, green and blue colors in about the same proportion. Web safe color of #480D2B is #330033 (or #303).

RGB color model

#480D2B color RGB value is (72,13,43).

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

RGB channels and saturation

R 72 of 255 = 28%
G 13 of 255 = 5%
B 43 of 255 = 17%

72
13
43

R + G + B ~ 17%. #480D2B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 13 + 43 = 128 (100%)
R 72 of 128 ~ 56.25%
G 13 of 128 ~ 10.16%
B 43 of 128 ~ 33.59%

%56.25
%10.16
%33.59

CMYK color model

#480D2B color CMYK value is (0,82,40,72).

  • cyan value is 0.00%
  • magenta value is 81.94%
  • yellow value is 40.28%
  • key color value is 71.76%
CMYK:
(0,82,40,72)
C0M82Y40K72 
(0%,82%,40%,72%)
(0.00/0.82/0.40/0.72)	

CMYK percentages

%0
%81.94
%40.28
%71.76

Codes

Color #480D2B in popluar color models

480D2B
RGB721343
HSL329°69.41%16.67%
HSB/HSV329°81.94%28.24%
CMYK0.00%81.94%40.28%
71.76%

Color #480D2B in popluar number systems.

HEX480D2B
Decimal721343
Binary10010001101101011
Octal1101553

Shades and tints

Shades of #480D2B

#480D2B
(72,13,43)
#420C28
(66,12,40)
#3C0B25
(60,11,37)
#360A22
(54,10,34)
#30091F
(48,9,31)
#2A081C
(42,8,28)
#240719
(36,7,25)
#1E0616
(30,6,22)
#180513
(24,5,19)
#120410
(18,4,16)
#0C030D
(12,3,13)
#000000
(0,0,0)

Tints of #480D2B

#480D2B
(72,13,43)
#58233E
(88,35,62)
#683951
(104,57,81)
#784F64
(120,79,100)
#886577
(136,101,119)
#987B8A
(152,123,138)
#A8919D
(168,145,157)
#B8A7B0
(184,167,176)
#C8BDC3
(200,189,195)
#D8D3D6
(216,211,214)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480D2B; }

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

This text font color is #480D2B.


Background Color

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

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

This div background color is #480D2B.


Border color

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

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

This div border color is #480D2B.


Opacity

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

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

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

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

This text has shadow with #480D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480D2B on black background.


Color preview on white background

This text has color #480D2B on white background.



Black color preview on #480D2B background

This text has black color on #480D2B background.


White color preview on #480D2B background

This text has white color on #480D2B background.