COLOR #48137D

HEX: #48137D
RGB: (72,19,125)

Color info

#48137D contains mainly red and blue colors. Web safe color of #48137D is #330066 (or #306).

RGB color model

#48137D color RGB value is (72,19,125).

  • red value is 72;
  • green value is 19;
  • blue value is 125.
RGB:
(72,19,125)
(28%,7%,49%)

RGB channels and saturation

R 72 of 255 = 28%
G 19 of 255 = 7%
B 125 of 255 = 49%

72
19
125

R + G + B ~ 28%. #48137D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 19 + 125 = 216 (100%)
R 72 of 216 ~ 33.33%
G 19 of 216 ~ 8.8%
B 125 of 216 ~ 57.87%

%33.33
%57.87

CMYK color model

#48137D color CMYK value is (42,85,0,51).

  • cyan value is 42.40%
  • magenta value is 84.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(42,85,0,51)
C42M85Y0K51 
(42%,85%,0%,51%)
(0.42/0.85/0.00/0.51)	

CMYK percentages

%42.4
%84.8
%0
%50.98

Codes

Color #48137D in popluar color models

48137D
RGB7219125
HSL270°73.61%28.24%
HSB/HSV270°84.80%49.02%
CMYK42.40%84.80%0.00%
50.98%

Color #48137D in popluar number systems.

HEX48137D
Decimal7219125
Binary1001000100111111101
Octal11023175

Shades and tints

Shades of #48137D

#48137D
(72,19,125)
#421272
(66,18,114)
#3C1167
(60,17,103)
#36105C
(54,16,92)
#300F51
(48,15,81)
#2A0E46
(42,14,70)
#240D3B
(36,13,59)
#1E0C30
(30,12,48)
#180B25
(24,11,37)
#120A1A
(18,10,26)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #48137D

#48137D
(72,19,125)
#582888
(88,40,136)
#683D93
(104,61,147)
#78529E
(120,82,158)
#8867A9
(136,103,169)
#987CB4
(152,124,180)
#A891BF
(168,145,191)
#B8A6CA
(184,166,202)
#C8BBD5
(200,187,213)
#D8D0E0
(216,208,224)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48137D color. Also use rgb(72,19,125) instead hex code.

Text Font Color

.myTextColor { color: #48137D; }

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

This text font color is #48137D.


Background Color

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

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

This div background color is #48137D.


Border color

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

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

This div border color is #48137D.


Opacity

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

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

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

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

This text has shadow with #48137D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48137D on black background.


Color preview on white background

This text has color #48137D on white background.



Black color preview on #48137D background

This text has black color on #48137D background.


White color preview on #48137D background

This text has white color on #48137D background.