COLOR #48311F

HEX: #48311F
RGB: (72,49,31)

Color info

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

RGB color model

#48311F color RGB value is (72,49,31).

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

RGB channels and saturation

R 72 of 255 = 28%
G 49 of 255 = 19%
B 31 of 255 = 12%

72
49
31

R + G + B ~ 20%. #48311F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 49 + 31 = 152 (100%)
R 72 of 152 ~ 47.37%
G 49 of 152 ~ 32.24%
B 31 of 152 ~ 20.39%

%47.37
%32.24
%20.39

CMYK color model

#48311F color CMYK value is (0,32,57,72).

  • cyan value is 0.00%
  • magenta value is 31.94%
  • yellow value is 56.94%
  • key color value is 71.76%
CMYK:
(0,32,57,72)
C0M32Y57K72 
(0%,32%,57%,72%)
(0.00/0.32/0.57/0.72)	

CMYK percentages

%0
%31.94
%56.94
%71.76

Codes

Color #48311F in popluar color models

48311F
RGB724931
HSL26°39.81%20.20%
HSB/HSV26°56.94%28.24%
CMYK0.00%31.94%56.94%
71.76%

Color #48311F in popluar number systems.

HEX48311F
Decimal724931
Binary100100011000111111
Octal1106137

Shades and tints

Shades of #48311F

#48311F
(72,49,31)
#422D1D
(66,45,29)
#3C291B
(60,41,27)
#362519
(54,37,25)
#302117
(48,33,23)
#2A1D15
(42,29,21)
#241913
(36,25,19)
#1E1511
(30,21,17)
#18110F
(24,17,15)
#120D0D
(18,13,13)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #48311F

#48311F
(72,49,31)
#584333
(88,67,51)
#685547
(104,85,71)
#78675B
(120,103,91)
#88796F
(136,121,111)
#988B83
(152,139,131)
#A89D97
(168,157,151)
#B8AFAB
(184,175,171)
#C8C1BF
(200,193,191)
#D8D3D3
(216,211,211)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48311F; }

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

This text font color is #48311F.


Background Color

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

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

This div background color is #48311F.


Border color

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

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

This div border color is #48311F.


Opacity

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

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

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

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

This text has shadow with #48311F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48311F on black background.


Color preview on white background

This text has color #48311F on white background.



Black color preview on #48311F background

This text has black color on #48311F background.


White color preview on #48311F background

This text has white color on #48311F background.