COLOR #48352F

HEX: #48352F
RGB: (72,53,47)

Color info

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

RGB color model

#48352F color RGB value is (72,53,47).

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

RGB channels and saturation

R 72 of 255 = 28%
G 53 of 255 = 21%
B 47 of 255 = 18%

72
53
47

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

Portions of RGB colors in percentages

R + G + B =
72 + 53 + 47 = 172 (100%)
R 72 of 172 ~ 41.86%
G 53 of 172 ~ 30.81%
B 47 of 172 ~ 27.33%

%41.86
%30.81
%27.33

CMYK color model

#48352F color CMYK value is (0,26,35,72).

  • cyan value is 0.00%
  • magenta value is 26.39%
  • yellow value is 34.72%
  • key color value is 71.76%
CMYK:
(0,26,35,72)
C0M26Y35K72 
(0%,26%,35%,72%)
(0.00/0.26/0.35/0.72)	

CMYK percentages

%0
%26.39
%34.72
%71.76

Codes

Color #48352F in popluar color models

48352F
RGB725347
HSL14°21.01%23.33%
HSB/HSV14°34.72%28.24%
CMYK0.00%26.39%34.72%
71.76%

Color #48352F in popluar number systems.

HEX48352F
Decimal725347
Binary1001000110101101111
Octal1106557

Shades and tints

Shades of #48352F

#48352F
(72,53,47)
#42312B
(66,49,43)
#3C2D27
(60,45,39)
#362923
(54,41,35)
#30251F
(48,37,31)
#2A211B
(42,33,27)
#241D17
(36,29,23)
#1E1913
(30,25,19)
#18150F
(24,21,15)
#12110B
(18,17,11)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #48352F

#48352F
(72,53,47)
#584741
(88,71,65)
#685953
(104,89,83)
#786B65
(120,107,101)
#887D77
(136,125,119)
#988F89
(152,143,137)
#A8A19B
(168,161,155)
#B8B3AD
(184,179,173)
#C8C5BF
(200,197,191)
#D8D7D1
(216,215,209)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48352F; }

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

This text font color is #48352F.


Background Color

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

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

This div background color is #48352F.


Border color

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

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

This div border color is #48352F.


Opacity

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

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

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

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

This text has shadow with #48352F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48352F on black background.


Color preview on white background

This text has color #48352F on white background.



Black color preview on #48352F background

This text has black color on #48352F background.


White color preview on #48352F background

This text has white color on #48352F background.