COLOR #48391C

HEX: #48391C
RGB: (72,57,28)

Color info

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

RGB color model

#48391C color RGB value is (72,57,28).

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

RGB channels and saturation

R 72 of 255 = 28%
G 57 of 255 = 22%
B 28 of 255 = 11%

72
57
28

R + G + B ~ 20%. #48391C is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 57 + 28 = 157 (100%)
R 72 of 157 ~ 45.86%
G 57 of 157 ~ 36.31%
B 28 of 157 ~ 17.83%

%45.86
%36.31
%17.83

CMYK color model

#48391C color CMYK value is (0,21,61,72).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 61.11%
  • key color value is 71.76%
CMYK:
(0,21,61,72)
C0M21Y61K72 
(0%,21%,61%,72%)
(0.00/0.21/0.61/0.72)	

CMYK percentages

%0
%20.83
%61.11
%71.76

Codes

Color #48391C in popluar color models

48391C
RGB725728
HSL40°44.00%19.61%
HSB/HSV40°61.11%28.24%
CMYK0.00%20.83%61.11%
71.76%

Color #48391C in popluar number systems.

HEX48391C
Decimal725728
Binary100100011100111100
Octal1107134

Shades and tints

Shades of #48391C

#48391C
(72,57,28)
#42341A
(66,52,26)
#3C2F18
(60,47,24)
#362A16
(54,42,22)
#302514
(48,37,20)
#2A2012
(42,32,18)
#241B10
(36,27,16)
#1E160E
(30,22,14)
#18110C
(24,17,12)
#120C0A
(18,12,10)
#0C0708
(12,7,8)
#000000
(0,0,0)

Tints of #48391C

#48391C
(72,57,28)
#584B30
(88,75,48)
#685D44
(104,93,68)
#786F58
(120,111,88)
#88816C
(136,129,108)
#989380
(152,147,128)
#A8A594
(168,165,148)
#B8B7A8
(184,183,168)
#C8C9BC
(200,201,188)
#D8DBD0
(216,219,208)
#E8EDE4
(232,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48391C; }

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

This text font color is #48391C.


Background Color

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

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

This div background color is #48391C.


Border color

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

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

This div border color is #48391C.


Opacity

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

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

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

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

This text has shadow with #48391C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48391C on black background.


Color preview on white background

This text has color #48391C on white background.



Black color preview on #48391C background

This text has black color on #48391C background.


White color preview on #48391C background

This text has white color on #48391C background.