COLOR #48240D

HEX: #48240D
RGB: (72,36,13)

Color info

#48240D contains red, green and blue colors in about the same proportion. Web safe color of #48240D is #333300 (or #330).

RGB color model

#48240D color RGB value is (72,36,13).

  • red value is 72;
  • green value is 36;
  • blue value is 13.
RGB:
(72,36,13)
(28%,14%,5%)

RGB channels and saturation

R 72 of 255 = 28%
G 36 of 255 = 14%
B 13 of 255 = 5%

72
36
13

R + G + B ~ 16%. #48240D is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 36 + 13 = 121 (100%)
R 72 of 121 ~ 59.5%
G 36 of 121 ~ 29.75%
B 13 of 121 ~ 10.74%

%59.5
%29.75
%10.74

CMYK color model

#48240D color CMYK value is (0,50,82,72).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 81.94%
  • key color value is 71.76%
CMYK:
(0,50,82,72)
C0M50Y82K72 
(0%,50%,82%,72%)
(0.00/0.50/0.82/0.72)	

CMYK percentages

%0
%50
%81.94
%71.76

Codes

Color #48240D in popluar color models

48240D
RGB723613
HSL23°69.41%16.67%
HSB/HSV23°81.94%28.24%
CMYK0.00%50.00%81.94%
71.76%

Color #48240D in popluar number systems.

HEX48240D
Decimal723613
Binary10010001001001101
Octal1104415

Shades and tints

Shades of #48240D

#48240D
(72,36,13)
#42210C
(66,33,12)
#3C1E0B
(60,30,11)
#361B0A
(54,27,10)
#301809
(48,24,9)
#2A1508
(42,21,8)
#241207
(36,18,7)
#1E0F06
(30,15,6)
#180C05
(24,12,5)
#120904
(18,9,4)
#0C0603
(12,6,3)
#000000
(0,0,0)

Tints of #48240D

#48240D
(72,36,13)
#583723
(88,55,35)
#684A39
(104,74,57)
#785D4F
(120,93,79)
#887065
(136,112,101)
#98837B
(152,131,123)
#A89691
(168,150,145)
#B8A9A7
(184,169,167)
#C8BCBD
(200,188,189)
#D8CFD3
(216,207,211)
#E8E2E9
(232,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48240D color. Also use rgb(72,36,13) instead hex code.

Text Font Color

.myTextColor { color: #48240D; }

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

This text font color is #48240D.


Background Color

.myBgColor { background-color: #48240D; }

<div style="background-color:#48240D">Inner text</div>

This div background color is #48240D.


Border color

.myBorderColor { border: 1px solid #48240D; }

<div style="border:3px solid #48240D">Div</div>

This div border color is #48240D.


Opacity

.myOpacity80 { color: #48240D; opacity: 0.8; }

<p style="color:#48240D;opacity:0.8;">80%</p>

Text with #48240D 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 #48240D;}

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

This text has shadow with #48240D color.

.textShadow {text-shadow: 3px 3px 1px #48240D, 3px 3px 1px red;}

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

This text has shadow with #48240D primary color and red secondary color.


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

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

This text has shadow with #48240D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48240D on black background.


Color preview on white background

This text has color #48240D on white background.



Black color preview on #48240D background

This text has black color on #48240D background.


White color preview on #48240D background

This text has white color on #48240D background.