COLOR #48281B

HEX: #48281B
RGB: (72,40,27)

Color info

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

RGB color model

#48281B color RGB value is (72,40,27).

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

RGB channels and saturation

R 72 of 255 = 28%
G 40 of 255 = 16%
B 27 of 255 = 11%

72
40
27

R + G + B ~ 18%. #48281B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 40 + 27 = 139 (100%)
R 72 of 139 ~ 51.8%
G 40 of 139 ~ 28.78%
B 27 of 139 ~ 19.42%

%51.8
%28.78
%19.42

CMYK color model

#48281B color CMYK value is (0,44,63,72).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 62.50%
  • key color value is 71.76%
CMYK:
(0,44,63,72)
C0M44Y63K72 
(0%,44%,63%,72%)
(0.00/0.44/0.63/0.72)	

CMYK percentages

%0
%44.44
%62.5
%71.76

Codes

Color #48281B in popluar color models

48281B
RGB724027
HSL17°45.45%19.41%
HSB/HSV17°62.50%28.24%
CMYK0.00%44.44%62.50%
71.76%

Color #48281B in popluar number systems.

HEX48281B
Decimal724027
Binary100100010100011011
Octal1105033

Shades and tints

Shades of #48281B

#48281B
(72,40,27)
#422519
(66,37,25)
#3C2217
(60,34,23)
#361F15
(54,31,21)
#301C13
(48,28,19)
#2A1911
(42,25,17)
#24160F
(36,22,15)
#1E130D
(30,19,13)
#18100B
(24,16,11)
#120D09
(18,13,9)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #48281B

#48281B
(72,40,27)
#583B2F
(88,59,47)
#684E43
(104,78,67)
#786157
(120,97,87)
#88746B
(136,116,107)
#98877F
(152,135,127)
#A89A93
(168,154,147)
#B8ADA7
(184,173,167)
#C8C0BB
(200,192,187)
#D8D3CF
(216,211,207)
#E8E6E3
(232,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48281B; }

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

This text font color is #48281B.


Background Color

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

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

This div background color is #48281B.


Border color

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

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

This div border color is #48281B.


Opacity

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

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

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

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

This text has shadow with #48281B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48281B on black background.


Color preview on white background

This text has color #48281B on white background.



Black color preview on #48281B background

This text has black color on #48281B background.


White color preview on #48281B background

This text has white color on #48281B background.