COLOR #48413B

HEX: #48413B
RGB: (72,65,59)

Color info

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

RGB color model

#48413B color RGB value is (72,65,59).

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

RGB channels and saturation

R 72 of 255 = 28%
G 65 of 255 = 25%
B 59 of 255 = 23%

72
65
59

R + G + B ~ 25%. #48413B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 65 + 59 = 196 (100%)
R 72 of 196 ~ 36.73%
G 65 of 196 ~ 33.16%
B 59 of 196 ~ 30.1%

%36.73
%33.16
%30.1

CMYK color model

#48413B color CMYK value is (0,10,18,72).

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 18.06%
  • key color value is 71.76%
CMYK:
(0,10,18,72)
C0M10Y18K72 
(0%,10%,18%,72%)
(0.00/0.10/0.18/0.72)	

CMYK percentages

%0
%9.72
%18.06
%71.76

Codes

Color #48413B in popluar color models

48413B
RGB726559
HSL28°9.92%25.69%
HSB/HSV28°18.06%28.24%
CMYK0.00%9.72%18.06%
71.76%

Color #48413B in popluar number systems.

HEX48413B
Decimal726559
Binary10010001000001111011
Octal11010173

Shades and tints

Shades of #48413B

#48413B
(72,65,59)
#423C36
(66,60,54)
#3C3731
(60,55,49)
#36322C
(54,50,44)
#302D27
(48,45,39)
#2A2822
(42,40,34)
#24231D
(36,35,29)
#1E1E18
(30,30,24)
#181913
(24,25,19)
#12140E
(18,20,14)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #48413B

#48413B
(72,65,59)
#58524C
(88,82,76)
#68635D
(104,99,93)
#78746E
(120,116,110)
#88857F
(136,133,127)
#989690
(152,150,144)
#A8A7A1
(168,167,161)
#B8B8B2
(184,184,178)
#C8C9C3
(200,201,195)
#D8DAD4
(216,218,212)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48413B color. Also use rgb(72,65,59) instead hex code.

Text Font Color

.myTextColor { color: #48413B; }

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

This text font color is #48413B.


Background Color

.myBgColor { background-color: #48413B; }

<div style="background-color:#48413B">Inner text</div>

This div background color is #48413B.


Border color

.myBorderColor { border: 1px solid #48413B; }

<div style="border:3px solid #48413B">Div</div>

This div border color is #48413B.


Opacity

.myOpacity80 { color: #48413B; opacity: 0.8; }

<p style="color:#48413B;opacity:0.8;">80%</p>

Text with #48413B 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 #48413B;}

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

This text has shadow with #48413B color.

.textShadow {text-shadow: 3px 3px 1px #48413B, 3px 3px 1px red;}

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

This text has shadow with #48413B primary color and red secondary color.


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

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

This text has shadow with #48413B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48413B on black background.


Color preview on white background

This text has color #48413B on white background.



Black color preview on #48413B background

This text has black color on #48413B background.


White color preview on #48413B background

This text has white color on #48413B background.