COLOR #48342E

HEX: #48342E
RGB: (72,52,46)

Color info

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

RGB color model

#48342E color RGB value is (72,52,46).

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

RGB channels and saturation

R 72 of 255 = 28%
G 52 of 255 = 20%
B 46 of 255 = 18%

72
52
46

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

Portions of RGB colors in percentages

R + G + B =
72 + 52 + 46 = 170 (100%)
R 72 of 170 ~ 42.35%
G 52 of 170 ~ 30.59%
B 46 of 170 ~ 27.06%

%42.35
%30.59
%27.06

CMYK color model

#48342E color CMYK value is (0,28,36,72).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 36.11%
  • key color value is 71.76%
CMYK:
(0,28,36,72)
C0M28Y36K72 
(0%,28%,36%,72%)
(0.00/0.28/0.36/0.72)	

CMYK percentages

%0
%27.78
%36.11
%71.76

Codes

Color #48342E in popluar color models

48342E
RGB725246
HSL14°22.03%23.14%
HSB/HSV14°36.11%28.24%
CMYK0.00%27.78%36.11%
71.76%

Color #48342E in popluar number systems.

HEX48342E
Decimal725246
Binary1001000110100101110
Octal1106456

Shades and tints

Shades of #48342E

#48342E
(72,52,46)
#42302A
(66,48,42)
#3C2C26
(60,44,38)
#362822
(54,40,34)
#30241E
(48,36,30)
#2A201A
(42,32,26)
#241C16
(36,28,22)
#1E1812
(30,24,18)
#18140E
(24,20,14)
#12100A
(18,16,10)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #48342E

#48342E
(72,52,46)
#584641
(88,70,65)
#685854
(104,88,84)
#786A67
(120,106,103)
#887C7A
(136,124,122)
#988E8D
(152,142,141)
#A8A0A0
(168,160,160)
#B8B2B3
(184,178,179)
#C8C4C6
(200,196,198)
#D8D6D9
(216,214,217)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48342E; }

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

This text font color is #48342E.


Background Color

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

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

This div background color is #48342E.


Border color

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

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

This div border color is #48342E.


Opacity

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

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

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

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

This text has shadow with #48342E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48342E on black background.


Color preview on white background

This text has color #48342E on white background.



Black color preview on #48342E background

This text has black color on #48342E background.


White color preview on #48342E background

This text has white color on #48342E background.