COLOR #48381F

HEX: #48381F
RGB: (72,56,31)

Color info

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

RGB color model

#48381F color RGB value is (72,56,31).

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

RGB channels and saturation

R 72 of 255 = 28%
G 56 of 255 = 22%
B 31 of 255 = 12%

72
56
31

R + G + B ~ 21%. #48381F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 56 + 31 = 159 (100%)
R 72 of 159 ~ 45.28%
G 56 of 159 ~ 35.22%
B 31 of 159 ~ 19.5%

%45.28
%35.22
%19.5

CMYK color model

#48381F color CMYK value is (0,22,57,72).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 56.94%
  • key color value is 71.76%
CMYK:
(0,22,57,72)
C0M22Y57K72 
(0%,22%,57%,72%)
(0.00/0.22/0.57/0.72)	

CMYK percentages

%0
%22.22
%56.94
%71.76

Codes

Color #48381F in popluar color models

48381F
RGB725631
HSL37°39.81%20.20%
HSB/HSV37°56.94%28.24%
CMYK0.00%22.22%56.94%
71.76%

Color #48381F in popluar number systems.

HEX48381F
Decimal725631
Binary100100011100011111
Octal1107037

Shades and tints

Shades of #48381F

#48381F
(72,56,31)
#42331D
(66,51,29)
#3C2E1B
(60,46,27)
#362919
(54,41,25)
#302417
(48,36,23)
#2A1F15
(42,31,21)
#241A13
(36,26,19)
#1E1511
(30,21,17)
#18100F
(24,16,15)
#120B0D
(18,11,13)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #48381F

#48381F
(72,56,31)
#584A33
(88,74,51)
#685C47
(104,92,71)
#786E5B
(120,110,91)
#88806F
(136,128,111)
#989283
(152,146,131)
#A8A497
(168,164,151)
#B8B6AB
(184,182,171)
#C8C8BF
(200,200,191)
#D8DAD3
(216,218,211)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48381F; }

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

This text font color is #48381F.


Background Color

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

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

This div background color is #48381F.


Border color

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

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

This div border color is #48381F.


Opacity

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

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

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

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

This text has shadow with #48381F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48381F on black background.


Color preview on white background

This text has color #48381F on white background.



Black color preview on #48381F background

This text has black color on #48381F background.


White color preview on #48381F background

This text has white color on #48381F background.