COLOR #48311C

HEX: #48311C
RGB: (72,49,28)

Color info

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

RGB color model

#48311C color RGB value is (72,49,28).

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

RGB channels and saturation

R 72 of 255 = 28%
G 49 of 255 = 19%
B 28 of 255 = 11%

72
49
28

R + G + B ~ 19%. #48311C is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 49 + 28 = 149 (100%)
R 72 of 149 ~ 48.32%
G 49 of 149 ~ 32.89%
B 28 of 149 ~ 18.79%

%48.32
%32.89
%18.79

CMYK color model

#48311C color CMYK value is (0,32,61,72).

  • cyan value is 0.00%
  • magenta value is 31.94%
  • yellow value is 61.11%
  • key color value is 71.76%
CMYK:
(0,32,61,72)
C0M32Y61K72 
(0%,32%,61%,72%)
(0.00/0.32/0.61/0.72)	

CMYK percentages

%0
%31.94
%61.11
%71.76

Codes

Color #48311C in popluar color models

48311C
RGB724928
HSL29°44.00%19.61%
HSB/HSV29°61.11%28.24%
CMYK0.00%31.94%61.11%
71.76%

Color #48311C in popluar number systems.

HEX48311C
Decimal724928
Binary100100011000111100
Octal1106134

Shades and tints

Shades of #48311C

#48311C
(72,49,28)
#422D1A
(66,45,26)
#3C2918
(60,41,24)
#362516
(54,37,22)
#302114
(48,33,20)
#2A1D12
(42,29,18)
#241910
(36,25,16)
#1E150E
(30,21,14)
#18110C
(24,17,12)
#120D0A
(18,13,10)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #48311C

#48311C
(72,49,28)
#584330
(88,67,48)
#685544
(104,85,68)
#786758
(120,103,88)
#88796C
(136,121,108)
#988B80
(152,139,128)
#A89D94
(168,157,148)
#B8AFA8
(184,175,168)
#C8C1BC
(200,193,188)
#D8D3D0
(216,211,208)
#E8E5E4
(232,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48311C; }

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

This text font color is #48311C.


Background Color

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

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

This div background color is #48311C.


Border color

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

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

This div border color is #48311C.


Opacity

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

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

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

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

This text has shadow with #48311C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48311C on black background.


Color preview on white background

This text has color #48311C on white background.



Black color preview on #48311C background

This text has black color on #48311C background.


White color preview on #48311C background

This text has white color on #48311C background.