COLOR #48221F

HEX: #48221F
RGB: (72,34,31)

Color info

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

RGB color model

#48221F color RGB value is (72,34,31).

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

RGB channels and saturation

R 72 of 255 = 28%
G 34 of 255 = 13%
B 31 of 255 = 12%

72
34
31

R + G + B ~ 18%. #48221F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 34 + 31 = 137 (100%)
R 72 of 137 ~ 52.55%
G 34 of 137 ~ 24.82%
B 31 of 137 ~ 22.63%

%52.55
%24.82
%22.63

CMYK color model

#48221F color CMYK value is (0,53,57,72).

  • cyan value is 0.00%
  • magenta value is 52.78%
  • yellow value is 56.94%
  • key color value is 71.76%
CMYK:
(0,53,57,72)
C0M53Y57K72 
(0%,53%,57%,72%)
(0.00/0.53/0.57/0.72)	

CMYK percentages

%0
%52.78
%56.94
%71.76

Codes

Color #48221F in popluar color models

48221F
RGB723431
HSL39.81%20.20%
HSB/HSV56.94%28.24%
CMYK0.00%52.78%56.94%
71.76%

Color #48221F in popluar number systems.

HEX48221F
Decimal723431
Binary100100010001011111
Octal1104237

Shades and tints

Shades of #48221F

#48221F
(72,34,31)
#421F1D
(66,31,29)
#3C1C1B
(60,28,27)
#361919
(54,25,25)
#301617
(48,22,23)
#2A1315
(42,19,21)
#241013
(36,16,19)
#1E0D11
(30,13,17)
#180A0F
(24,10,15)
#12070D
(18,7,13)
#0C040B
(12,4,11)
#000000
(0,0,0)

Tints of #48221F

#48221F
(72,34,31)
#583633
(88,54,51)
#684A47
(104,74,71)
#785E5B
(120,94,91)
#88726F
(136,114,111)
#988683
(152,134,131)
#A89A97
(168,154,151)
#B8AEAB
(184,174,171)
#C8C2BF
(200,194,191)
#D8D6D3
(216,214,211)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48221F color. Also use rgb(72,34,31) instead hex code.

Text Font Color

.myTextColor { color: #48221F; }

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

This text font color is #48221F.


Background Color

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

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

This div background color is #48221F.


Border color

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

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

This div border color is #48221F.


Opacity

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

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

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

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

This text has shadow with #48221F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48221F on black background.


Color preview on white background

This text has color #48221F on white background.



Black color preview on #48221F background

This text has black color on #48221F background.


White color preview on #48221F background

This text has white color on #48221F background.