COLOR #48412E

HEX: #48412E
RGB: (72,65,46)

Color info

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

RGB color model

#48412E color RGB value is (72,65,46).

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

RGB channels and saturation

R 72 of 255 = 28%
G 65 of 255 = 25%
B 46 of 255 = 18%

72
65
46

R + G + B ~ 24%. #48412E is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 65 + 46 = 183 (100%)
R 72 of 183 ~ 39.34%
G 65 of 183 ~ 35.52%
B 46 of 183 ~ 25.14%

%39.34
%35.52
%25.14

CMYK color model

#48412E color CMYK value is (0,10,36,72).

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 36.11%
  • key color value is 71.76%
CMYK:
(0,10,36,72)
C0M10Y36K72 
(0%,10%,36%,72%)
(0.00/0.10/0.36/0.72)	

CMYK percentages

%0
%9.72
%36.11
%71.76

Codes

Color #48412E in popluar color models

48412E
RGB726546
HSL44°22.03%23.14%
HSB/HSV44°36.11%28.24%
CMYK0.00%9.72%36.11%
71.76%

Color #48412E in popluar number systems.

HEX48412E
Decimal726546
Binary10010001000001101110
Octal11010156

Shades and tints

Shades of #48412E

#48412E
(72,65,46)
#423C2A
(66,60,42)
#3C3726
(60,55,38)
#363222
(54,50,34)
#302D1E
(48,45,30)
#2A281A
(42,40,26)
#242316
(36,35,22)
#1E1E12
(30,30,18)
#18190E
(24,25,14)
#12140A
(18,20,10)
#0C0F06
(12,15,6)
#000000
(0,0,0)

Tints of #48412E

#48412E
(72,65,46)
#585241
(88,82,65)
#686354
(104,99,84)
#787467
(120,116,103)
#88857A
(136,133,122)
#98968D
(152,150,141)
#A8A7A0
(168,167,160)
#B8B8B3
(184,184,179)
#C8C9C6
(200,201,198)
#D8DAD9
(216,218,217)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48412E; }

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

This text font color is #48412E.


Background Color

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

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

This div background color is #48412E.


Border color

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

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

This div border color is #48412E.


Opacity

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

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

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

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

This text has shadow with #48412E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48412E on black background.


Color preview on white background

This text has color #48412E on white background.



Black color preview on #48412E background

This text has black color on #48412E background.


White color preview on #48412E background

This text has white color on #48412E background.