COLOR #48322D

HEX: #48322D
RGB: (72,50,45)

Color info

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

RGB color model

#48322D color RGB value is (72,50,45).

  • red value is 72;
  • green value is 50;
  • blue value is 45.
RGB:
(72,50,45)
(28%,20%,18%)

RGB channels and saturation

R 72 of 255 = 28%
G 50 of 255 = 20%
B 45 of 255 = 18%

72
50
45

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

Portions of RGB colors in percentages

R + G + B =
72 + 50 + 45 = 167 (100%)
R 72 of 167 ~ 43.11%
G 50 of 167 ~ 29.94%
B 45 of 167 ~ 26.95%

%43.11
%29.94
%26.95

CMYK color model

#48322D color CMYK value is (0,31,38,72).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 37.50%
  • key color value is 71.76%
CMYK:
(0,31,38,72)
C0M31Y38K72 
(0%,31%,38%,72%)
(0.00/0.31/0.38/0.72)	

CMYK percentages

%0
%30.56
%37.5
%71.76

Codes

Color #48322D in popluar color models

48322D
RGB725045
HSL11°23.08%22.94%
HSB/HSV11°37.50%28.24%
CMYK0.00%30.56%37.50%
71.76%

Color #48322D in popluar number systems.

HEX48322D
Decimal725045
Binary1001000110010101101
Octal1106255

Shades and tints

Shades of #48322D

#48322D
(72,50,45)
#422E29
(66,46,41)
#3C2A25
(60,42,37)
#362621
(54,38,33)
#30221D
(48,34,29)
#2A1E19
(42,30,25)
#241A15
(36,26,21)
#1E1611
(30,22,17)
#18120D
(24,18,13)
#120E09
(18,14,9)
#0C0A05
(12,10,5)
#000000
(0,0,0)

Tints of #48322D

#48322D
(72,50,45)
#584440
(88,68,64)
#685653
(104,86,83)
#786866
(120,104,102)
#887A79
(136,122,121)
#988C8C
(152,140,140)
#A89E9F
(168,158,159)
#B8B0B2
(184,176,178)
#C8C2C5
(200,194,197)
#D8D4D8
(216,212,216)
#E8E6EB
(232,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48322D color. Also use rgb(72,50,45) instead hex code.

Text Font Color

.myTextColor { color: #48322D; }

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

This text font color is #48322D.


Background Color

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

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

This div background color is #48322D.


Border color

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

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

This div border color is #48322D.


Opacity

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

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

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

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

This text has shadow with #48322D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48322D on black background.


Color preview on white background

This text has color #48322D on white background.



Black color preview on #48322D background

This text has black color on #48322D background.


White color preview on #48322D background

This text has white color on #48322D background.