COLOR #48441B

HEX: #48441B
RGB: (72,68,27)

Color info

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

RGB color model

#48441B color RGB value is (72,68,27).

  • red value is 72;
  • green value is 68;
  • blue value is 27.
RGB:
(72,68,27)
(28%,27%,11%)

RGB channels and saturation

R 72 of 255 = 28%
G 68 of 255 = 27%
B 27 of 255 = 11%

72
68
27

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

Portions of RGB colors in percentages

R + G + B =
72 + 68 + 27 = 167 (100%)
R 72 of 167 ~ 43.11%
G 68 of 167 ~ 40.72%
B 27 of 167 ~ 16.17%

%43.11
%40.72
%16.17

CMYK color model

#48441B color CMYK value is (0,6,63,72).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 62.50%
  • key color value is 71.76%
CMYK:
(0,6,63,72)
C0M6Y63K72 
(0%,6%,63%,72%)
(0.00/0.06/0.63/0.72)	

CMYK percentages

%0
%5.56
%62.5
%71.76

Codes

Color #48441B in popluar color models

48441B
RGB726827
HSL55°45.45%19.41%
HSB/HSV55°62.50%28.24%
CMYK0.00%5.56%62.50%
71.76%

Color #48441B in popluar number systems.

HEX48441B
Decimal726827
Binary1001000100010011011
Octal11010433

Shades and tints

Shades of #48441B

#48441B
(72,68,27)
#423E19
(66,62,25)
#3C3817
(60,56,23)
#363215
(54,50,21)
#302C13
(48,44,19)
#2A2611
(42,38,17)
#24200F
(36,32,15)
#1E1A0D
(30,26,13)
#18140B
(24,20,11)
#120E09
(18,14,9)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #48441B

#48441B
(72,68,27)
#58552F
(88,85,47)
#686643
(104,102,67)
#787757
(120,119,87)
#88886B
(136,136,107)
#98997F
(152,153,127)
#A8AA93
(168,170,147)
#B8BBA7
(184,187,167)
#C8CCBB
(200,204,187)
#D8DDCF
(216,221,207)
#E8EEE3
(232,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48441B color. Also use rgb(72,68,27) instead hex code.

Text Font Color

.myTextColor { color: #48441B; }

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

This text font color is #48441B.


Background Color

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

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

This div background color is #48441B.


Border color

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

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

This div border color is #48441B.


Opacity

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

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

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

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

This text has shadow with #48441B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48441B on black background.


Color preview on white background

This text has color #48441B on white background.



Black color preview on #48441B background

This text has black color on #48441B background.


White color preview on #48441B background

This text has white color on #48441B background.