COLOR #480C1A

HEX: #480C1A
RGB: (72,12,26)

Color info

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

RGB color model

#480C1A color RGB value is (72,12,26).

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

RGB channels and saturation

R 72 of 255 = 28%
G 12 of 255 = 5%
B 26 of 255 = 10%

72
12
26

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

Portions of RGB colors in percentages

R + G + B =
72 + 12 + 26 = 110 (100%)
R 72 of 110 ~ 65.45%
G 12 of 110 ~ 10.91%
B 26 of 110 ~ 23.64%

%65.45
%10.91
%23.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 63.89%
  • key color value is 71.76%
CMYK:
(0,83,64,72)
C0M83Y64K72 
(0%,83%,64%,72%)
(0.00/0.83/0.64/0.72)	

CMYK percentages

%0
%83.33
%63.89
%71.76

Codes

Color #480C1A in popluar color models

480C1A
RGB721226
HSL346°71.43%16.47%
HSB/HSV346°83.33%28.24%
CMYK0.00%83.33%63.89%
71.76%

Color #480C1A in popluar number systems.

HEX480C1A
Decimal721226
Binary1001000110011010
Octal1101432

Shades and tints

Shades of #480C1A

#480C1A
(72,12,26)
#420B18
(66,11,24)
#3C0A16
(60,10,22)
#360914
(54,9,20)
#300812
(48,8,18)
#2A0710
(42,7,16)
#24060E
(36,6,14)
#1E050C
(30,5,12)
#18040A
(24,4,10)
#120308
(18,3,8)
#0C0206
(12,2,6)
#000000
(0,0,0)

Tints of #480C1A

#480C1A
(72,12,26)
#58222E
(88,34,46)
#683842
(104,56,66)
#784E56
(120,78,86)
#88646A
(136,100,106)
#987A7E
(152,122,126)
#A89092
(168,144,146)
#B8A6A6
(184,166,166)
#C8BCBA
(200,188,186)
#D8D2CE
(216,210,206)
#E8E8E2
(232,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480C1A; }

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

This text font color is #480C1A.


Background Color

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

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

This div background color is #480C1A.


Border color

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

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

This div border color is #480C1A.


Opacity

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

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

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

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

This text has shadow with #480C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480C1A on black background.


Color preview on white background

This text has color #480C1A on white background.



Black color preview on #480C1A background

This text has black color on #480C1A background.


White color preview on #480C1A background

This text has white color on #480C1A background.