COLOR #48172D

HEX: #48172D
RGB: (72,23,45)

Color info

#48172D contains red, green and blue colors in about the same proportion. Web safe color of #48172D is #330033 (or #303).

RGB color model

#48172D color RGB value is (72,23,45).

  • red value is 72;
  • green value is 23;
  • blue value is 45.
RGB:
(72,23,45)
(28%,9%,18%)

RGB channels and saturation

R 72 of 255 = 28%
G 23 of 255 = 9%
B 45 of 255 = 18%

72
23
45

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

Portions of RGB colors in percentages

R + G + B =
72 + 23 + 45 = 140 (100%)
R 72 of 140 ~ 51.43%
G 23 of 140 ~ 16.43%
B 45 of 140 ~ 32.14%

%51.43
%16.43
%32.14

CMYK color model

#48172D color CMYK value is (0,68,38,72).

  • cyan value is 0.00%
  • magenta value is 68.06%
  • yellow value is 37.50%
  • key color value is 71.76%
CMYK:
(0,68,38,72)
C0M68Y38K72 
(0%,68%,38%,72%)
(0.00/0.68/0.38/0.72)	

CMYK percentages

%0
%68.06
%37.5
%71.76

Codes

Color #48172D in popluar color models

48172D
RGB722345
HSL333°51.58%18.63%
HSB/HSV333°68.06%28.24%
CMYK0.00%68.06%37.50%
71.76%

Color #48172D in popluar number systems.

HEX48172D
Decimal722345
Binary100100010111101101
Octal1102755

Shades and tints

Shades of #48172D

#48172D
(72,23,45)
#421529
(66,21,41)
#3C1325
(60,19,37)
#361121
(54,17,33)
#300F1D
(48,15,29)
#2A0D19
(42,13,25)
#240B15
(36,11,21)
#1E0911
(30,9,17)
#18070D
(24,7,13)
#120509
(18,5,9)
#0C0305
(12,3,5)
#000000
(0,0,0)

Tints of #48172D

#48172D
(72,23,45)
#582C40
(88,44,64)
#684153
(104,65,83)
#785666
(120,86,102)
#886B79
(136,107,121)
#98808C
(152,128,140)
#A8959F
(168,149,159)
#B8AAB2
(184,170,178)
#C8BFC5
(200,191,197)
#D8D4D8
(216,212,216)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48172D color. Also use rgb(72,23,45) instead hex code.

Text Font Color

.myTextColor { color: #48172D; }

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

This text font color is #48172D.


Background Color

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

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

This div background color is #48172D.


Border color

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

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

This div border color is #48172D.


Opacity

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

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

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

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

This text has shadow with #48172D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48172D on black background.


Color preview on white background

This text has color #48172D on white background.



Black color preview on #48172D background

This text has black color on #48172D background.


White color preview on #48172D background

This text has white color on #48172D background.