COLOR #48154F

HEX: #48154F
RGB: (72,21,79)

Color info

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

RGB color model

#48154F color RGB value is (72,21,79).

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

RGB channels and saturation

R 72 of 255 = 28%
G 21 of 255 = 8%
B 79 of 255 = 31%

72
21
79

R + G + B ~ 22%. #48154F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 21 + 79 = 172 (100%)
R 72 of 172 ~ 41.86%
G 21 of 172 ~ 12.21%
B 79 of 172 ~ 45.93%

%41.86
%12.21
%45.93

CMYK color model

#48154F color CMYK value is (9,73,0,69).

  • cyan value is 8.86%
  • magenta value is 73.42%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(9,73,0,69)
C9M73Y0K69 
(9%,73%,0%,69%)
(0.09/0.73/0.00/0.69)	

CMYK percentages

%8.86
%73.42
%0
%69.02

Codes

Color #48154F in popluar color models

48154F
RGB722179
HSL293°58.00%19.61%
HSB/HSV293°73.42%30.98%
CMYK8.86%73.42%0.00%
69.02%

Color #48154F in popluar number systems.

HEX48154F
Decimal722179
Binary1001000101011001111
Octal11025117

Shades and tints

Shades of #48154F

#48154F
(72,21,79)
#421448
(66,20,72)
#3C1341
(60,19,65)
#36123A
(54,18,58)
#301133
(48,17,51)
#2A102C
(42,16,44)
#240F25
(36,15,37)
#1E0E1E
(30,14,30)
#180D17
(24,13,23)
#120C10
(18,12,16)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #48154F

#48154F
(72,21,79)
#582A5F
(88,42,95)
#683F6F
(104,63,111)
#78547F
(120,84,127)
#88698F
(136,105,143)
#987E9F
(152,126,159)
#A893AF
(168,147,175)
#B8A8BF
(184,168,191)
#C8BDCF
(200,189,207)
#D8D2DF
(216,210,223)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48154F; }

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

This text font color is #48154F.


Background Color

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

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

This div background color is #48154F.


Border color

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

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

This div border color is #48154F.


Opacity

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

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

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

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

This text has shadow with #48154F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48154F on black background.


Color preview on white background

This text has color #48154F on white background.



Black color preview on #48154F background

This text has black color on #48154F background.


White color preview on #48154F background

This text has white color on #48154F background.