COLOR #48183B

HEX: #48183B
RGB: (72,24,59)

Color info

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

RGB color model

#48183B color RGB value is (72,24,59).

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

RGB channels and saturation

R 72 of 255 = 28%
G 24 of 255 = 9%
B 59 of 255 = 23%

72
24
59

R + G + B ~ 20%. #48183B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 24 + 59 = 155 (100%)
R 72 of 155 ~ 46.45%
G 24 of 155 ~ 15.48%
B 59 of 155 ~ 38.06%

%46.45
%15.48
%38.06

CMYK color model

#48183B color CMYK value is (0,67,18,72).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 18.06%
  • key color value is 71.76%
CMYK:
(0,67,18,72)
C0M67Y18K72 
(0%,67%,18%,72%)
(0.00/0.67/0.18/0.72)	

CMYK percentages

%0
%66.67
%18.06
%71.76

Codes

Color #48183B in popluar color models

48183B
RGB722459
HSL316°50.00%18.82%
HSB/HSV316°66.67%28.24%
CMYK0.00%66.67%18.06%
71.76%

Color #48183B in popluar number systems.

HEX48183B
Decimal722459
Binary100100011000111011
Octal1103073

Shades and tints

Shades of #48183B

#48183B
(72,24,59)
#421636
(66,22,54)
#3C1431
(60,20,49)
#36122C
(54,18,44)
#301027
(48,16,39)
#2A0E22
(42,14,34)
#240C1D
(36,12,29)
#1E0A18
(30,10,24)
#180813
(24,8,19)
#12060E
(18,6,14)
#0C0409
(12,4,9)
#000000
(0,0,0)

Tints of #48183B

#48183B
(72,24,59)
#582D4C
(88,45,76)
#68425D
(104,66,93)
#78576E
(120,87,110)
#886C7F
(136,108,127)
#988190
(152,129,144)
#A896A1
(168,150,161)
#B8ABB2
(184,171,178)
#C8C0C3
(200,192,195)
#D8D5D4
(216,213,212)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48183B color. Also use rgb(72,24,59) instead hex code.

Text Font Color

.myTextColor { color: #48183B; }

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

This text font color is #48183B.


Background Color

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

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

This div background color is #48183B.


Border color

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

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

This div border color is #48183B.


Opacity

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

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

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

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

This text has shadow with #48183B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48183B on black background.


Color preview on white background

This text has color #48183B on white background.



Black color preview on #48183B background

This text has black color on #48183B background.


White color preview on #48183B background

This text has white color on #48183B background.