COLOR #48081B

HEX: #48081B
RGB: (72,8,27)

Color info

#48081B contains mainly red and blue colors. Web safe color of #48081B is #330033 (or #303).

RGB color model

#48081B color RGB value is (72,8,27).

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

RGB channels and saturation

R 72 of 255 = 28%
G 8 of 255 = 3%
B 27 of 255 = 11%

72
8
27

R + G + B ~ 14%. #48081B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 8 + 27 = 107 (100%)
R 72 of 107 ~ 67.29%
G 8 of 107 ~ 7.48%
B 27 of 107 ~ 25.23%

%67.29
%25.23

CMYK color model

#48081B color CMYK value is (0,89,63,72).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 62.50%
  • key color value is 71.76%
CMYK:
(0,89,63,72)
C0M89Y63K72 
(0%,89%,63%,72%)
(0.00/0.89/0.63/0.72)	

CMYK percentages

%0
%88.89
%62.5
%71.76

Codes

Color #48081B in popluar color models

48081B
RGB72827
HSL342°80.00%15.69%
HSB/HSV342°88.89%28.24%
CMYK0.00%88.89%62.50%
71.76%

Color #48081B in popluar number systems.

HEX48081B
Decimal72827
Binary1001000100011011
Octal1101033

Shades and tints

Shades of #48081B

#48081B
(72,8,27)
#420819
(66,8,25)
#3C0817
(60,8,23)
#360815
(54,8,21)
#300813
(48,8,19)
#2A0811
(42,8,17)
#24080F
(36,8,15)
#1E080D
(30,8,13)
#18080B
(24,8,11)
#120809
(18,8,9)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #48081B

#48081B
(72,8,27)
#581E2F
(88,30,47)
#683443
(104,52,67)
#784A57
(120,74,87)
#88606B
(136,96,107)
#98767F
(152,118,127)
#A88C93
(168,140,147)
#B8A2A7
(184,162,167)
#C8B8BB
(200,184,187)
#D8CECF
(216,206,207)
#E8E4E3
(232,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48081B; }

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

This text font color is #48081B.


Background Color

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

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

This div background color is #48081B.


Border color

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

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

This div border color is #48081B.


Opacity

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

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

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

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

This text has shadow with #48081B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48081B on black background.


Color preview on white background

This text has color #48081B on white background.



Black color preview on #48081B background

This text has black color on #48081B background.


White color preview on #48081B background

This text has white color on #48081B background.