COLOR #48201E

HEX: #48201E
RGB: (72,32,30)

Color info

#48201E contains red, green and blue colors in about the same proportion. Web safe color of #48201E is #333333 (or #333).

RGB color model

#48201E color RGB value is (72,32,30).

  • red value is 72;
  • green value is 32;
  • blue value is 30.
RGB:
(72,32,30)
(28%,13%,12%)

RGB channels and saturation

R 72 of 255 = 28%
G 32 of 255 = 13%
B 30 of 255 = 12%

72
32
30

R + G + B ~ 18%. #48201E is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 32 + 30 = 134 (100%)
R 72 of 134 ~ 53.73%
G 32 of 134 ~ 23.88%
B 30 of 134 ~ 22.39%

%53.73
%23.88
%22.39

CMYK color model

#48201E color CMYK value is (0,56,58,72).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 58.33%
  • key color value is 71.76%
CMYK:
(0,56,58,72)
C0M56Y58K72 
(0%,56%,58%,72%)
(0.00/0.56/0.58/0.72)	

CMYK percentages

%0
%55.56
%58.33
%71.76

Codes

Color #48201E in popluar color models

48201E
RGB723230
HSL41.18%20.00%
HSB/HSV58.33%28.24%
CMYK0.00%55.56%58.33%
71.76%

Color #48201E in popluar number systems.

HEX48201E
Decimal723230
Binary100100010000011110
Octal1104036

Shades and tints

Shades of #48201E

#48201E
(72,32,30)
#421E1C
(66,30,28)
#3C1C1A
(60,28,26)
#361A18
(54,26,24)
#301816
(48,24,22)
#2A1614
(42,22,20)
#241412
(36,20,18)
#1E1210
(30,18,16)
#18100E
(24,16,14)
#120E0C
(18,14,12)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #48201E

#48201E
(72,32,30)
#583432
(88,52,50)
#684846
(104,72,70)
#785C5A
(120,92,90)
#88706E
(136,112,110)
#988482
(152,132,130)
#A89896
(168,152,150)
#B8ACAA
(184,172,170)
#C8C0BE
(200,192,190)
#D8D4D2
(216,212,210)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48201E color. Also use rgb(72,32,30) instead hex code.

Text Font Color

.myTextColor { color: #48201E; }

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

This text font color is #48201E.


Background Color

.myBgColor { background-color: #48201E; }

<div style="background-color:#48201E">Inner text</div>

This div background color is #48201E.


Border color

.myBorderColor { border: 1px solid #48201E; }

<div style="border:3px solid #48201E">Div</div>

This div border color is #48201E.


Opacity

.myOpacity80 { color: #48201E; opacity: 0.8; }

<p style="color:#48201E;opacity:0.8;">80%</p>

Text with #48201E 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 #48201E;}

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

This text has shadow with #48201E color.

.textShadow {text-shadow: 3px 3px 1px #48201E, 3px 3px 1px red;}

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

This text has shadow with #48201E primary color and red secondary color.


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

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

This text has shadow with #48201E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48201E on black background.


Color preview on white background

This text has color #48201E on white background.



Black color preview on #48201E background

This text has black color on #48201E background.


White color preview on #48201E background

This text has white color on #48201E background.