COLOR #48312E

HEX: #48312E
RGB: (72,49,46)

Color info

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

RGB color model

#48312E color RGB value is (72,49,46).

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

RGB channels and saturation

R 72 of 255 = 28%
G 49 of 255 = 19%
B 46 of 255 = 18%

72
49
46

R + G + B ~ 22%. #48312E is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 49 + 46 = 167 (100%)
R 72 of 167 ~ 43.11%
G 49 of 167 ~ 29.34%
B 46 of 167 ~ 27.54%

%43.11
%29.34
%27.54

CMYK color model

#48312E color CMYK value is (0,32,36,72).

  • cyan value is 0.00%
  • magenta value is 31.94%
  • yellow value is 36.11%
  • key color value is 71.76%
CMYK:
(0,32,36,72)
C0M32Y36K72 
(0%,32%,36%,72%)
(0.00/0.32/0.36/0.72)	

CMYK percentages

%0
%31.94
%36.11
%71.76

Codes

Color #48312E in popluar color models

48312E
RGB724946
HSL22.03%23.14%
HSB/HSV36.11%28.24%
CMYK0.00%31.94%36.11%
71.76%

Color #48312E in popluar number systems.

HEX48312E
Decimal724946
Binary1001000110001101110
Octal1106156

Shades and tints

Shades of #48312E

#48312E
(72,49,46)
#422D2A
(66,45,42)
#3C2926
(60,41,38)
#362522
(54,37,34)
#30211E
(48,33,30)
#2A1D1A
(42,29,26)
#241916
(36,25,22)
#1E1512
(30,21,18)
#18110E
(24,17,14)
#120D0A
(18,13,10)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #48312E

#48312E
(72,49,46)
#584341
(88,67,65)
#685554
(104,85,84)
#786767
(120,103,103)
#88797A
(136,121,122)
#988B8D
(152,139,141)
#A89DA0
(168,157,160)
#B8AFB3
(184,175,179)
#C8C1C6
(200,193,198)
#D8D3D9
(216,211,217)
#E8E5EC
(232,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48312E color. Also use rgb(72,49,46) instead hex code.

Text Font Color

.myTextColor { color: #48312E; }

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

This text font color is #48312E.


Background Color

.myBgColor { background-color: #48312E; }

<div style="background-color:#48312E">Inner text</div>

This div background color is #48312E.


Border color

.myBorderColor { border: 1px solid #48312E; }

<div style="border:3px solid #48312E">Div</div>

This div border color is #48312E.


Opacity

.myOpacity80 { color: #48312E; opacity: 0.8; }

<p style="color:#48312E;opacity:0.8;">80%</p>

Text with #48312E 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 #48312E;}

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

This text has shadow with #48312E color.

.textShadow {text-shadow: 3px 3px 1px #48312E, 3px 3px 1px red;}

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

This text has shadow with #48312E primary color and red secondary color.


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

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

This text has shadow with #48312E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48312E on black background.


Color preview on white background

This text has color #48312E on white background.



Black color preview on #48312E background

This text has black color on #48312E background.


White color preview on #48312E background

This text has white color on #48312E background.