COLOR #48151F

HEX: #48151F
RGB: (72,21,31)

Color info

#48151F contains red, green and blue colors in about the same proportion. Web safe color of #48151F is #330033 (or #303).

RGB color model

#48151F color RGB value is (72,21,31).

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

RGB channels and saturation

R 72 of 255 = 28%
G 21 of 255 = 8%
B 31 of 255 = 12%

72
21
31

R + G + B ~ 16%. #48151F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 21 + 31 = 124 (100%)
R 72 of 124 ~ 58.06%
G 21 of 124 ~ 16.94%
B 31 of 124 ~ 25%

%58.06
%16.94
%25

CMYK color model

#48151F color CMYK value is (0,71,57,72).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 56.94%
  • key color value is 71.76%
CMYK:
(0,71,57,72)
C0M71Y57K72 
(0%,71%,57%,72%)
(0.00/0.71/0.57/0.72)	

CMYK percentages

%0
%70.83
%56.94
%71.76

Codes

Color #48151F in popluar color models

48151F
RGB722131
HSL348°54.84%18.24%
HSB/HSV348°70.83%28.24%
CMYK0.00%70.83%56.94%
71.76%

Color #48151F in popluar number systems.

HEX48151F
Decimal722131
Binary10010001010111111
Octal1102537

Shades and tints

Shades of #48151F

#48151F
(72,21,31)
#42141D
(66,20,29)
#3C131B
(60,19,27)
#361219
(54,18,25)
#301117
(48,17,23)
#2A1015
(42,16,21)
#240F13
(36,15,19)
#1E0E11
(30,14,17)
#180D0F
(24,13,15)
#120C0D
(18,12,13)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #48151F

#48151F
(72,21,31)
#582A33
(88,42,51)
#683F47
(104,63,71)
#78545B
(120,84,91)
#88696F
(136,105,111)
#987E83
(152,126,131)
#A89397
(168,147,151)
#B8A8AB
(184,168,171)
#C8BDBF
(200,189,191)
#D8D2D3
(216,210,211)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48151F color. Also use rgb(72,21,31) instead hex code.

Text Font Color

.myTextColor { color: #48151F; }

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

This text font color is #48151F.


Background Color

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

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

This div background color is #48151F.


Border color

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

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

This div border color is #48151F.


Opacity

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

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

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

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

This text has shadow with #48151F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48151F on black background.


Color preview on white background

This text has color #48151F on white background.



Black color preview on #48151F background

This text has black color on #48151F background.


White color preview on #48151F background

This text has white color on #48151F background.