COLOR #480C20

HEX: #480C20
RGB: (72,12,32)

Color info

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

RGB color model

#480C20 color RGB value is (72,12,32).

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

RGB channels and saturation

R 72 of 255 = 28%
G 12 of 255 = 5%
B 32 of 255 = 13%

72
12
32

R + G + B ~ 15%. #480C20 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 12 + 32 = 116 (100%)
R 72 of 116 ~ 62.07%
G 12 of 116 ~ 10.34%
B 32 of 116 ~ 27.59%

%62.07
%10.34
%27.59

CMYK color model

#480C20 color CMYK value is (0,83,56,72).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 55.56%
  • key color value is 71.76%
CMYK:
(0,83,56,72)
C0M83Y56K72 
(0%,83%,56%,72%)
(0.00/0.83/0.56/0.72)	

CMYK percentages

%0
%83.33
%55.56
%71.76

Codes

Color #480C20 in popluar color models

480C20
RGB721232
HSL340°71.43%16.47%
HSB/HSV340°83.33%28.24%
CMYK0.00%83.33%55.56%
71.76%

Color #480C20 in popluar number systems.

HEX480C20
Decimal721232
Binary10010001100100000
Octal1101440

Shades and tints

Shades of #480C20

#480C20
(72,12,32)
#420B1E
(66,11,30)
#3C0A1C
(60,10,28)
#36091A
(54,9,26)
#300818
(48,8,24)
#2A0716
(42,7,22)
#240614
(36,6,20)
#1E0512
(30,5,18)
#180410
(24,4,16)
#12030E
(18,3,14)
#0C020C
(12,2,12)
#000000
(0,0,0)

Tints of #480C20

#480C20
(72,12,32)
#582234
(88,34,52)
#683848
(104,56,72)
#784E5C
(120,78,92)
#886470
(136,100,112)
#987A84
(152,122,132)
#A89098
(168,144,152)
#B8A6AC
(184,166,172)
#C8BCC0
(200,188,192)
#D8D2D4
(216,210,212)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480C20 color. Also use rgb(72,12,32) instead hex code.

Text Font Color

.myTextColor { color: #480C20; }

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

This text font color is #480C20.


Background Color

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

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

This div background color is #480C20.


Border color

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

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

This div border color is #480C20.


Opacity

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

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

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

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

This text has shadow with #480C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480C20 on black background.


Color preview on white background

This text has color #480C20 on white background.



Black color preview on #480C20 background

This text has black color on #480C20 background.


White color preview on #480C20 background

This text has white color on #480C20 background.