COLOR #48052B

HEX: #48052B
RGB: (72,5,43)

Color info

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

RGB color model

#48052B color RGB value is (72,5,43).

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

RGB channels and saturation

R 72 of 255 = 28%
G 5 of 255 = 2%
B 43 of 255 = 17%

72
5
43

R + G + B ~ 16%. #48052B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 5 + 43 = 120 (100%)
R 72 of 120 ~ 60%
G 5 of 120 ~ 4.17%
B 43 of 120 ~ 35.83%

%60
%35.83

CMYK color model

#48052B color CMYK value is (0,93,40,72).

  • cyan value is 0.00%
  • magenta value is 93.06%
  • yellow value is 40.28%
  • key color value is 71.76%
CMYK:
(0,93,40,72)
C0M93Y40K72 
(0%,93%,40%,72%)
(0.00/0.93/0.40/0.72)	

CMYK percentages

%0
%93.06
%40.28
%71.76

Codes

Color #48052B in popluar color models

48052B
RGB72543
HSL326°87.01%15.10%
HSB/HSV326°93.06%28.24%
CMYK0.00%93.06%40.28%
71.76%

Color #48052B in popluar number systems.

HEX48052B
Decimal72543
Binary1001000101101011
Octal110553

Shades and tints

Shades of #48052B

#48052B
(72,5,43)
#420528
(66,5,40)
#3C0525
(60,5,37)
#360522
(54,5,34)
#30051F
(48,5,31)
#2A051C
(42,5,28)
#240519
(36,5,25)
#1E0516
(30,5,22)
#180513
(24,5,19)
#120510
(18,5,16)
#0C050D
(12,5,13)
#000000
(0,0,0)

Tints of #48052B

#48052B
(72,5,43)
#581B3E
(88,27,62)
#683151
(104,49,81)
#784764
(120,71,100)
#885D77
(136,93,119)
#98738A
(152,115,138)
#A8899D
(168,137,157)
#B89FB0
(184,159,176)
#C8B5C3
(200,181,195)
#D8CBD6
(216,203,214)
#E8E1E9
(232,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48052B; }

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

This text font color is #48052B.


Background Color

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

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

This div background color is #48052B.


Border color

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

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

This div border color is #48052B.


Opacity

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

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

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

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

This text has shadow with #48052B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48052B on black background.


Color preview on white background

This text has color #48052B on white background.



Black color preview on #48052B background

This text has black color on #48052B background.


White color preview on #48052B background

This text has white color on #48052B background.