COLOR #480F16

HEX: #480F16
RGB: (72,15,22)

Color info

#480F16 contains red, green and blue colors in about the same proportion. Web safe color of #480F16 is #330000 (or #300).

RGB color model

#480F16 color RGB value is (72,15,22).

  • red value is 72;
  • green value is 15;
  • blue value is 22.
RGB:
(72,15,22)
(28%,6%,9%)

RGB channels and saturation

R 72 of 255 = 28%
G 15 of 255 = 6%
B 22 of 255 = 9%

72
15
22

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

Portions of RGB colors in percentages

R + G + B =
72 + 15 + 22 = 109 (100%)
R 72 of 109 ~ 66.06%
G 15 of 109 ~ 13.76%
B 22 of 109 ~ 20.18%

%66.06
%13.76
%20.18

CMYK color model

#480F16 color CMYK value is (0,79,69,72).

  • cyan value is 0.00%
  • magenta value is 79.17%
  • yellow value is 69.44%
  • key color value is 71.76%
CMYK:
(0,79,69,72)
C0M79Y69K72 
(0%,79%,69%,72%)
(0.00/0.79/0.69/0.72)	

CMYK percentages

%0
%79.17
%69.44
%71.76

Codes

Color #480F16 in popluar color models

480F16
RGB721522
HSL353°65.52%17.06%
HSB/HSV353°79.17%28.24%
CMYK0.00%79.17%69.44%
71.76%

Color #480F16 in popluar number systems.

HEX480F16
Decimal721522
Binary1001000111110110
Octal1101726

Shades and tints

Shades of #480F16

#480F16
(72,15,22)
#420E14
(66,14,20)
#3C0D12
(60,13,18)
#360C10
(54,12,16)
#300B0E
(48,11,14)
#2A0A0C
(42,10,12)
#24090A
(36,9,10)
#1E0808
(30,8,8)
#180706
(24,7,6)
#120604
(18,6,4)
#0C0502
(12,5,2)
#000000
(0,0,0)

Tints of #480F16

#480F16
(72,15,22)
#58242B
(88,36,43)
#683940
(104,57,64)
#784E55
(120,78,85)
#88636A
(136,99,106)
#98787F
(152,120,127)
#A88D94
(168,141,148)
#B8A2A9
(184,162,169)
#C8B7BE
(200,183,190)
#D8CCD3
(216,204,211)
#E8E1E8
(232,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480F16 color. Also use rgb(72,15,22) instead hex code.

Text Font Color

.myTextColor { color: #480F16; }

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

This text font color is #480F16.


Background Color

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

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

This div background color is #480F16.


Border color

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

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

This div border color is #480F16.


Opacity

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

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

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

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

This text has shadow with #480F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480F16 on black background.


Color preview on white background

This text has color #480F16 on white background.



Black color preview on #480F16 background

This text has black color on #480F16 background.


White color preview on #480F16 background

This text has white color on #480F16 background.