COLOR #48053D

HEX: #48053D
RGB: (72,5,61)

Color info

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

RGB color model

#48053D color RGB value is (72,5,61).

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

RGB channels and saturation

R 72 of 255 = 28%
G 5 of 255 = 2%
B 61 of 255 = 24%

72
5
61

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

Portions of RGB colors in percentages

R + G + B =
72 + 5 + 61 = 138 (100%)
R 72 of 138 ~ 52.17%
G 5 of 138 ~ 3.62%
B 61 of 138 ~ 44.2%

%52.17
%44.2

CMYK color model

#48053D color CMYK value is (0,93,15,72).

  • cyan value is 0.00%
  • magenta value is 93.06%
  • yellow value is 15.28%
  • key color value is 71.76%
CMYK:
(0,93,15,72)
C0M93Y15K72 
(0%,93%,15%,72%)
(0.00/0.93/0.15/0.72)	

CMYK percentages

%0
%93.06
%15.28
%71.76

Codes

Color #48053D in popluar color models

48053D
RGB72561
HSL310°87.01%15.10%
HSB/HSV310°93.06%28.24%
CMYK0.00%93.06%15.28%
71.76%

Color #48053D in popluar number systems.

HEX48053D
Decimal72561
Binary1001000101111101
Octal110575

Shades and tints

Shades of #48053D

#48053D
(72,5,61)
#420538
(66,5,56)
#3C0533
(60,5,51)
#36052E
(54,5,46)
#300529
(48,5,41)
#2A0524
(42,5,36)
#24051F
(36,5,31)
#1E051A
(30,5,26)
#180515
(24,5,21)
#120510
(18,5,16)
#0C050B
(12,5,11)
#000000
(0,0,0)

Tints of #48053D

#48053D
(72,5,61)
#581B4E
(88,27,78)
#68315F
(104,49,95)
#784770
(120,71,112)
#885D81
(136,93,129)
#987392
(152,115,146)
#A889A3
(168,137,163)
#B89FB4
(184,159,180)
#C8B5C5
(200,181,197)
#D8CBD6
(216,203,214)
#E8E1E7
(232,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48053D color. Also use rgb(72,5,61) instead hex code.

Text Font Color

.myTextColor { color: #48053D; }

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

This text font color is #48053D.


Background Color

.myBgColor { background-color: #48053D; }

<div style="background-color:#48053D">Inner text</div>

This div background color is #48053D.


Border color

.myBorderColor { border: 1px solid #48053D; }

<div style="border:3px solid #48053D">Div</div>

This div border color is #48053D.


Opacity

.myOpacity80 { color: #48053D; opacity: 0.8; }

<p style="color:#48053D;opacity:0.8;">80%</p>

Text with #48053D 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 #48053D;}

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

This text has shadow with #48053D color.

.textShadow {text-shadow: 3px 3px 1px #48053D, 3px 3px 1px red;}

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

This text has shadow with #48053D primary color and red secondary color.


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

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

This text has shadow with #48053D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48053D on black background.


Color preview on white background

This text has color #48053D on white background.



Black color preview on #48053D background

This text has black color on #48053D background.


White color preview on #48053D background

This text has white color on #48053D background.