COLOR #480C14

HEX: #480C14
RGB: (72,12,20)

Color info

#480C14 contains mainly red and blue colors. Web safe color of #480C14 is #330000 (or #300).

RGB color model

#480C14 color RGB value is (72,12,20).

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

RGB channels and saturation

R 72 of 255 = 28%
G 12 of 255 = 5%
B 20 of 255 = 8%

72
12
20

R + G + B ~ 14%. #480C14 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 12 + 20 = 104 (100%)
R 72 of 104 ~ 69.23%
G 12 of 104 ~ 11.54%
B 20 of 104 ~ 19.23%

%69.23
%11.54
%19.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 72.22%
  • key color value is 71.76%
CMYK:
(0,83,72,72)
C0M83Y72K72 
(0%,83%,72%,72%)
(0.00/0.83/0.72/0.72)	

CMYK percentages

%0
%83.33
%72.22
%71.76

Codes

Color #480C14 in popluar color models

480C14
RGB721220
HSL352°71.43%16.47%
HSB/HSV352°83.33%28.24%
CMYK0.00%83.33%72.22%
71.76%

Color #480C14 in popluar number systems.

HEX480C14
Decimal721220
Binary1001000110010100
Octal1101424

Shades and tints

Shades of #480C14

#480C14
(72,12,20)
#420B13
(66,11,19)
#3C0A12
(60,10,18)
#360911
(54,9,17)
#300810
(48,8,16)
#2A070F
(42,7,15)
#24060E
(36,6,14)
#1E050D
(30,5,13)
#18040C
(24,4,12)
#12030B
(18,3,11)
#0C020A
(12,2,10)
#000000
(0,0,0)

Tints of #480C14

#480C14
(72,12,20)
#582229
(88,34,41)
#68383E
(104,56,62)
#784E53
(120,78,83)
#886468
(136,100,104)
#987A7D
(152,122,125)
#A89092
(168,144,146)
#B8A6A7
(184,166,167)
#C8BCBC
(200,188,188)
#D8D2D1
(216,210,209)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480C14; }

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

This text font color is #480C14.


Background Color

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

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

This div background color is #480C14.


Border color

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

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

This div border color is #480C14.


Opacity

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

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

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

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

This text has shadow with #480C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480C14 on black background.


Color preview on white background

This text has color #480C14 on white background.



Black color preview on #480C14 background

This text has black color on #480C14 background.


White color preview on #480C14 background

This text has white color on #480C14 background.