COLOR #480F0F

HEX: #480F0F
RGB: (72,15,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

72
15
15

R + G + B ~ 13%. #480F0F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 15 + 15 = 102 (100%)
R 72 of 102 ~ 70.59%
G 15 of 102 ~ 14.71%
B 15 of 102 ~ 14.71%

%70.59
%14.71
%14.71

CMYK color model

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

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

CMYK percentages

%0
%79.17
%79.17
%71.76

Codes

Color #480F0F in popluar color models

480F0F
RGB721515
HSL65.52%17.06%
HSB/HSV79.17%28.24%
CMYK0.00%79.17%79.17%
71.76%

Color #480F0F in popluar number systems.

HEX480F0F
Decimal721515
Binary100100011111111
Octal1101717

Shades and tints

Shades of #480F0F

#480F0F
(72,15,15)
#420E0E
(66,14,14)
#3C0D0D
(60,13,13)
#360C0C
(54,12,12)
#300B0B
(48,11,11)
#2A0A0A
(42,10,10)
#240909
(36,9,9)
#1E0808
(30,8,8)
#180707
(24,7,7)
#120606
(18,6,6)
#0C0505
(12,5,5)
#000000
(0,0,0)

Tints of #480F0F

#480F0F
(72,15,15)
#582424
(88,36,36)
#683939
(104,57,57)
#784E4E
(120,78,78)
#886363
(136,99,99)
#987878
(152,120,120)
#A88D8D
(168,141,141)
#B8A2A2
(184,162,162)
#C8B7B7
(200,183,183)
#D8CCCC
(216,204,204)
#E8E1E1
(232,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480F0F; }

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

This text font color is #480F0F.


Background Color

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

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

This div background color is #480F0F.


Border color

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

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

This div border color is #480F0F.


Opacity

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

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

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

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

This text has shadow with #480F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480F0F on black background.


Color preview on white background

This text has color #480F0F on white background.



Black color preview on #480F0F background

This text has black color on #480F0F background.


White color preview on #480F0F background

This text has white color on #480F0F background.