COLOR #48352B

HEX: #48352B
RGB: (72,53,43)

Color info

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

RGB color model

#48352B color RGB value is (72,53,43).

  • red value is 72;
  • green value is 53;
  • blue value is 43.
RGB:
(72,53,43)
(28%,21%,17%)

RGB channels and saturation

R 72 of 255 = 28%
G 53 of 255 = 21%
B 43 of 255 = 17%

72
53
43

R + G + B ~ 22%. #48352B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 53 + 43 = 168 (100%)
R 72 of 168 ~ 42.86%
G 53 of 168 ~ 31.55%
B 43 of 168 ~ 25.6%

%42.86
%31.55
%25.6

CMYK color model

#48352B color CMYK value is (0,26,40,72).

  • cyan value is 0.00%
  • magenta value is 26.39%
  • yellow value is 40.28%
  • key color value is 71.76%
CMYK:
(0,26,40,72)
C0M26Y40K72 
(0%,26%,40%,72%)
(0.00/0.26/0.40/0.72)	

CMYK percentages

%0
%26.39
%40.28
%71.76

Codes

Color #48352B in popluar color models

48352B
RGB725343
HSL21°25.22%22.55%
HSB/HSV21°40.28%28.24%
CMYK0.00%26.39%40.28%
71.76%

Color #48352B in popluar number systems.

HEX48352B
Decimal725343
Binary1001000110101101011
Octal1106553

Shades and tints

Shades of #48352B

#48352B
(72,53,43)
#423128
(66,49,40)
#3C2D25
(60,45,37)
#362922
(54,41,34)
#30251F
(48,37,31)
#2A211C
(42,33,28)
#241D19
(36,29,25)
#1E1916
(30,25,22)
#181513
(24,21,19)
#121110
(18,17,16)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #48352B

#48352B
(72,53,43)
#58473E
(88,71,62)
#685951
(104,89,81)
#786B64
(120,107,100)
#887D77
(136,125,119)
#988F8A
(152,143,138)
#A8A19D
(168,161,157)
#B8B3B0
(184,179,176)
#C8C5C3
(200,197,195)
#D8D7D6
(216,215,214)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48352B color. Also use rgb(72,53,43) instead hex code.

Text Font Color

.myTextColor { color: #48352B; }

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

This text font color is #48352B.


Background Color

.myBgColor { background-color: #48352B; }

<div style="background-color:#48352B">Inner text</div>

This div background color is #48352B.


Border color

.myBorderColor { border: 1px solid #48352B; }

<div style="border:3px solid #48352B">Div</div>

This div border color is #48352B.


Opacity

.myOpacity80 { color: #48352B; opacity: 0.8; }

<p style="color:#48352B;opacity:0.8;">80%</p>

Text with #48352B 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 #48352B;}

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

This text has shadow with #48352B color.

.textShadow {text-shadow: 3px 3px 1px #48352B, 3px 3px 1px red;}

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

This text has shadow with #48352B primary color and red secondary color.


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

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

This text has shadow with #48352B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48352B on black background.


Color preview on white background

This text has color #48352B on white background.



Black color preview on #48352B background

This text has black color on #48352B background.


White color preview on #48352B background

This text has white color on #48352B background.