COLOR #48341E

HEX: #48341E
RGB: (72,52,30)

Color info

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

RGB color model

#48341E color RGB value is (72,52,30).

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

RGB channels and saturation

R 72 of 255 = 28%
G 52 of 255 = 20%
B 30 of 255 = 12%

72
52
30

R + G + B ~ 20%. #48341E is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 52 + 30 = 154 (100%)
R 72 of 154 ~ 46.75%
G 52 of 154 ~ 33.77%
B 30 of 154 ~ 19.48%

%46.75
%33.77
%19.48

CMYK color model

#48341E color CMYK value is (0,28,58,72).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 58.33%
  • key color value is 71.76%
CMYK:
(0,28,58,72)
C0M28Y58K72 
(0%,28%,58%,72%)
(0.00/0.28/0.58/0.72)	

CMYK percentages

%0
%27.78
%58.33
%71.76

Codes

Color #48341E in popluar color models

48341E
RGB725230
HSL31°41.18%20.00%
HSB/HSV31°58.33%28.24%
CMYK0.00%27.78%58.33%
71.76%

Color #48341E in popluar number systems.

HEX48341E
Decimal725230
Binary100100011010011110
Octal1106436

Shades and tints

Shades of #48341E

#48341E
(72,52,30)
#42301C
(66,48,28)
#3C2C1A
(60,44,26)
#362818
(54,40,24)
#302416
(48,36,22)
#2A2014
(42,32,20)
#241C12
(36,28,18)
#1E1810
(30,24,16)
#18140E
(24,20,14)
#12100C
(18,16,12)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #48341E

#48341E
(72,52,30)
#584632
(88,70,50)
#685846
(104,88,70)
#786A5A
(120,106,90)
#887C6E
(136,124,110)
#988E82
(152,142,130)
#A8A096
(168,160,150)
#B8B2AA
(184,178,170)
#C8C4BE
(200,196,190)
#D8D6D2
(216,214,210)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48341E; }

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

This text font color is #48341E.


Background Color

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

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

This div background color is #48341E.


Border color

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

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

This div border color is #48341E.


Opacity

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

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

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

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

This text has shadow with #48341E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48341E on black background.


Color preview on white background

This text has color #48341E on white background.



Black color preview on #48341E background

This text has black color on #48341E background.


White color preview on #48341E background

This text has white color on #48341E background.