COLOR #48012B

HEX: #48012B
RGB: (72,1,43)

Color info

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

RGB color model

#48012B color RGB value is (72,1,43).

  • red value is 72;
  • green value is 1;
  • blue value is 43.
RGB:
(72,1,43)
(28%,0%,17%)

RGB channels and saturation

R 72 of 255 = 28%
G 1 of 255 = 0%
B 43 of 255 = 17%

72
1
43

R + G + B ~ 15%. #48012B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 1 + 43 = 116 (100%)
R 72 of 116 ~ 62.07%
G 1 of 116 ~ 0.86%
B 43 of 116 ~ 37.07%

%62.07
%37.07

CMYK color model

#48012B color CMYK value is (0,99,40,72).

  • cyan value is 0.00%
  • magenta value is 98.61%
  • yellow value is 40.28%
  • key color value is 71.76%
CMYK:
(0,99,40,72)
C0M99Y40K72 
(0%,99%,40%,72%)
(0.00/0.99/0.40/0.72)	

CMYK percentages

%0
%98.61
%40.28
%71.76

Codes

Color #48012B in popluar color models

48012B
RGB72143
HSL325°97.26%14.31%
HSB/HSV325°98.61%28.24%
CMYK0.00%98.61%40.28%
71.76%

Color #48012B in popluar number systems.

HEX48012B
Decimal72143
Binary10010001101011
Octal110153

Shades and tints

Shades of #48012B

#48012B
(72,1,43)
#420128
(66,1,40)
#3C0125
(60,1,37)
#360122
(54,1,34)
#30011F
(48,1,31)
#2A011C
(42,1,28)
#240119
(36,1,25)
#1E0116
(30,1,22)
#180113
(24,1,19)
#120110
(18,1,16)
#0C010D
(12,1,13)
#000000
(0,0,0)

Tints of #48012B

#48012B
(72,1,43)
#58183E
(88,24,62)
#682F51
(104,47,81)
#784664
(120,70,100)
#885D77
(136,93,119)
#98748A
(152,116,138)
#A88B9D
(168,139,157)
#B8A2B0
(184,162,176)
#C8B9C3
(200,185,195)
#D8D0D6
(216,208,214)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48012B color. Also use rgb(72,1,43) instead hex code.

Text Font Color

.myTextColor { color: #48012B; }

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

This text font color is #48012B.


Background Color

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

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

This div background color is #48012B.


Border color

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

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

This div border color is #48012B.


Opacity

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

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

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

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

This text has shadow with #48012B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48012B on black background.


Color preview on white background

This text has color #48012B on white background.



Black color preview on #48012B background

This text has black color on #48012B background.


White color preview on #48012B background

This text has white color on #48012B background.