COLOR #48123B

HEX: #48123B
RGB: (72,18,59)

Color info

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

RGB color model

#48123B color RGB value is (72,18,59).

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

RGB channels and saturation

R 72 of 255 = 28%
G 18 of 255 = 7%
B 59 of 255 = 23%

72
18
59

R + G + B ~ 19%. #48123B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 18 + 59 = 149 (100%)
R 72 of 149 ~ 48.32%
G 18 of 149 ~ 12.08%
B 59 of 149 ~ 39.6%

%48.32
%12.08
%39.6

CMYK color model

#48123B color CMYK value is (0,75,18,72).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 18.06%
  • key color value is 71.76%
CMYK:
(0,75,18,72)
C0M75Y18K72 
(0%,75%,18%,72%)
(0.00/0.75/0.18/0.72)	

CMYK percentages

%0
%75
%18.06
%71.76

Codes

Color #48123B in popluar color models

48123B
RGB721859
HSL314°60.00%17.65%
HSB/HSV314°75.00%28.24%
CMYK0.00%75.00%18.06%
71.76%

Color #48123B in popluar number systems.

HEX48123B
Decimal721859
Binary100100010010111011
Octal1102273

Shades and tints

Shades of #48123B

#48123B
(72,18,59)
#421136
(66,17,54)
#3C1031
(60,16,49)
#360F2C
(54,15,44)
#300E27
(48,14,39)
#2A0D22
(42,13,34)
#240C1D
(36,12,29)
#1E0B18
(30,11,24)
#180A13
(24,10,19)
#12090E
(18,9,14)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #48123B

#48123B
(72,18,59)
#58274C
(88,39,76)
#683C5D
(104,60,93)
#78516E
(120,81,110)
#88667F
(136,102,127)
#987B90
(152,123,144)
#A890A1
(168,144,161)
#B8A5B2
(184,165,178)
#C8BAC3
(200,186,195)
#D8CFD4
(216,207,212)
#E8E4E5
(232,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48123B; }

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

This text font color is #48123B.


Background Color

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

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

This div background color is #48123B.


Border color

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

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

This div border color is #48123B.


Opacity

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

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

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

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

This text has shadow with #48123B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48123B on black background.


Color preview on white background

This text has color #48123B on white background.



Black color preview on #48123B background

This text has black color on #48123B background.


White color preview on #48123B background

This text has white color on #48123B background.