COLOR #48060F

HEX: #48060F
RGB: (72,6,15)

Color info

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

RGB color model

#48060F color RGB value is (72,6,15).

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

RGB channels and saturation

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

72
6
15

R + G + B ~ 12%. #48060F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 6 + 15 = 93 (100%)
R 72 of 93 ~ 77.42%
G 6 of 93 ~ 6.45%
B 15 of 93 ~ 16.13%

%77.42
%16.13

CMYK color model

#48060F color CMYK value is (0,92,79,72).

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

CMYK percentages

%0
%91.67
%79.17
%71.76

Codes

Color #48060F in popluar color models

48060F
RGB72615
HSL352°84.62%15.29%
HSB/HSV352°91.67%28.24%
CMYK0.00%91.67%79.17%
71.76%

Color #48060F in popluar number systems.

HEX48060F
Decimal72615
Binary10010001101111
Octal110617

Shades and tints

Shades of #48060F

#48060F
(72,6,15)
#42060E
(66,6,14)
#3C060D
(60,6,13)
#36060C
(54,6,12)
#30060B
(48,6,11)
#2A060A
(42,6,10)
#240609
(36,6,9)
#1E0608
(30,6,8)
#180607
(24,6,7)
#120606
(18,6,6)
#0C0605
(12,6,5)
#000000
(0,0,0)

Tints of #48060F

#48060F
(72,6,15)
#581C24
(88,28,36)
#683239
(104,50,57)
#78484E
(120,72,78)
#885E63
(136,94,99)
#987478
(152,116,120)
#A88A8D
(168,138,141)
#B8A0A2
(184,160,162)
#C8B6B7
(200,182,183)
#D8CCCC
(216,204,204)
#E8E2E1
(232,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48060F; }

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

This text font color is #48060F.


Background Color

.myBgColor { background-color: #48060F; }

<div style="background-color:#48060F">Inner text</div>

This div background color is #48060F.


Border color

.myBorderColor { border: 1px solid #48060F; }

<div style="border:3px solid #48060F">Div</div>

This div border color is #48060F.


Opacity

.myOpacity80 { color: #48060F; opacity: 0.8; }

<p style="color:#48060F;opacity:0.8;">80%</p>

Text with #48060F 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 #48060F;}

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

This text has shadow with #48060F color.

.textShadow {text-shadow: 3px 3px 1px #48060F, 3px 3px 1px red;}

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

This text has shadow with #48060F primary color and red secondary color.


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

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

This text has shadow with #48060F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48060F on black background.


Color preview on white background

This text has color #48060F on white background.



Black color preview on #48060F background

This text has black color on #48060F background.


White color preview on #48060F background

This text has white color on #48060F background.