COLOR #480D32

HEX: #480D32
RGB: (72,13,50)

Color info

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

RGB color model

#480D32 color RGB value is (72,13,50).

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

RGB channels and saturation

R 72 of 255 = 28%
G 13 of 255 = 5%
B 50 of 255 = 20%

72
13
50

R + G + B ~ 18%. #480D32 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 13 + 50 = 135 (100%)
R 72 of 135 ~ 53.33%
G 13 of 135 ~ 9.63%
B 50 of 135 ~ 37.04%

%53.33
%9.63
%37.04

CMYK color model

#480D32 color CMYK value is (0,82,31,72).

  • cyan value is 0.00%
  • magenta value is 81.94%
  • yellow value is 30.56%
  • key color value is 71.76%
CMYK:
(0,82,31,72)
C0M82Y31K72 
(0%,82%,31%,72%)
(0.00/0.82/0.31/0.72)	

CMYK percentages

%0
%81.94
%30.56
%71.76

Codes

Color #480D32 in popluar color models

480D32
RGB721350
HSL322°69.41%16.67%
HSB/HSV322°81.94%28.24%
CMYK0.00%81.94%30.56%
71.76%

Color #480D32 in popluar number systems.

HEX480D32
Decimal721350
Binary10010001101110010
Octal1101562

Shades and tints

Shades of #480D32

#480D32
(72,13,50)
#420C2E
(66,12,46)
#3C0B2A
(60,11,42)
#360A26
(54,10,38)
#300922
(48,9,34)
#2A081E
(42,8,30)
#24071A
(36,7,26)
#1E0616
(30,6,22)
#180512
(24,5,18)
#12040E
(18,4,14)
#0C030A
(12,3,10)
#000000
(0,0,0)

Tints of #480D32

#480D32
(72,13,50)
#582344
(88,35,68)
#683956
(104,57,86)
#784F68
(120,79,104)
#88657A
(136,101,122)
#987B8C
(152,123,140)
#A8919E
(168,145,158)
#B8A7B0
(184,167,176)
#C8BDC2
(200,189,194)
#D8D3D4
(216,211,212)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480D32; }

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

This text font color is #480D32.


Background Color

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

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

This div background color is #480D32.


Border color

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

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

This div border color is #480D32.


Opacity

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

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

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

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

This text has shadow with #480D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480D32 on black background.


Color preview on white background

This text has color #480D32 on white background.



Black color preview on #480D32 background

This text has black color on #480D32 background.


White color preview on #480D32 background

This text has white color on #480D32 background.