COLOR #48184F

HEX: #48184F
RGB: (72,24,79)

Color info

#48184F contains red, green and blue colors in about the same proportion. Web safe color of #48184F is #330066 (or #306).

RGB color model

#48184F color RGB value is (72,24,79).

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

RGB channels and saturation

R 72 of 255 = 28%
G 24 of 255 = 9%
B 79 of 255 = 31%

72
24
79

R + G + B ~ 23%. #48184F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 24 + 79 = 175 (100%)
R 72 of 175 ~ 41.14%
G 24 of 175 ~ 13.71%
B 79 of 175 ~ 45.14%

%41.14
%13.71
%45.14

CMYK color model

#48184F color CMYK value is (9,70,0,69).

  • cyan value is 8.86%
  • magenta value is 69.62%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(9,70,0,69)
C9M70Y0K69 
(9%,70%,0%,69%)
(0.09/0.70/0.00/0.69)	

CMYK percentages

%8.86
%69.62
%0
%69.02

Codes

Color #48184F in popluar color models

48184F
RGB722479
HSL292°53.40%20.20%
HSB/HSV292°69.62%30.98%
CMYK8.86%69.62%0.00%
69.02%

Color #48184F in popluar number systems.

HEX48184F
Decimal722479
Binary1001000110001001111
Octal11030117

Shades and tints

Shades of #48184F

#48184F
(72,24,79)
#421648
(66,22,72)
#3C1441
(60,20,65)
#36123A
(54,18,58)
#301033
(48,16,51)
#2A0E2C
(42,14,44)
#240C25
(36,12,37)
#1E0A1E
(30,10,30)
#180817
(24,8,23)
#120610
(18,6,16)
#0C0409
(12,4,9)
#000000
(0,0,0)

Tints of #48184F

#48184F
(72,24,79)
#582D5F
(88,45,95)
#68426F
(104,66,111)
#78577F
(120,87,127)
#886C8F
(136,108,143)
#98819F
(152,129,159)
#A896AF
(168,150,175)
#B8ABBF
(184,171,191)
#C8C0CF
(200,192,207)
#D8D5DF
(216,213,223)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48184F color. Also use rgb(72,24,79) instead hex code.

Text Font Color

.myTextColor { color: #48184F; }

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

This text font color is #48184F.


Background Color

.myBgColor { background-color: #48184F; }

<div style="background-color:#48184F">Inner text</div>

This div background color is #48184F.


Border color

.myBorderColor { border: 1px solid #48184F; }

<div style="border:3px solid #48184F">Div</div>

This div border color is #48184F.


Opacity

.myOpacity80 { color: #48184F; opacity: 0.8; }

<p style="color:#48184F;opacity:0.8;">80%</p>

Text with #48184F 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 #48184F;}

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

This text has shadow with #48184F color.

.textShadow {text-shadow: 3px 3px 1px #48184F, 3px 3px 1px red;}

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

This text has shadow with #48184F primary color and red secondary color.


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

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

This text has shadow with #48184F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48184F on black background.


Color preview on white background

This text has color #48184F on white background.



Black color preview on #48184F background

This text has black color on #48184F background.


White color preview on #48184F background

This text has white color on #48184F background.