COLOR #48014D

HEX: #48014D
RGB: (72,1,77)

Color info

#48014D contains mainly red and blue colors. Web safe color of #48014D is #330033 (or #303).

RGB color model

#48014D color RGB value is (72,1,77).

  • red value is 72;
  • green value is 1;
  • blue value is 77.
RGB:
(72,1,77)
(28%,0%,30%)

RGB channels and saturation

R 72 of 255 = 28%
G 1 of 255 = 0%
B 77 of 255 = 30%

72
1
77

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

Portions of RGB colors in percentages

R + G + B =
72 + 1 + 77 = 150 (100%)
R 72 of 150 ~ 48%
G 1 of 150 ~ 0.67%
B 77 of 150 ~ 51.33%

%48
%51.33

CMYK color model

#48014D color CMYK value is (6,99,0,70).

  • cyan value is 6.49%
  • magenta value is 98.70%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(6,99,0,70)
C6M99Y0K70 
(6%,99%,0%,70%)
(0.06/0.99/0.00/0.70)	

CMYK percentages

%6.49
%98.7
%0
%69.8

Codes

Color #48014D in popluar color models

48014D
RGB72177
HSL296°97.44%15.29%
HSB/HSV296°98.70%30.20%
CMYK6.49%98.70%0.00%
69.80%

Color #48014D in popluar number systems.

HEX48014D
Decimal72177
Binary100100011001101
Octal1101115

Shades and tints

Shades of #48014D

#48014D
(72,1,77)
#420146
(66,1,70)
#3C013F
(60,1,63)
#360138
(54,1,56)
#300131
(48,1,49)
#2A012A
(42,1,42)
#240123
(36,1,35)
#1E011C
(30,1,28)
#180115
(24,1,21)
#12010E
(18,1,14)
#0C0107
(12,1,7)
#000000
(0,0,0)

Tints of #48014D

#48014D
(72,1,77)
#58185D
(88,24,93)
#682F6D
(104,47,109)
#78467D
(120,70,125)
#885D8D
(136,93,141)
#98749D
(152,116,157)
#A88BAD
(168,139,173)
#B8A2BD
(184,162,189)
#C8B9CD
(200,185,205)
#D8D0DD
(216,208,221)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48014D color. Also use rgb(72,1,77) instead hex code.

Text Font Color

.myTextColor { color: #48014D; }

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

This text font color is #48014D.


Background Color

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

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

This div background color is #48014D.


Border color

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

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

This div border color is #48014D.


Opacity

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

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

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

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

This text has shadow with #48014D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48014D on black background.


Color preview on white background

This text has color #48014D on white background.



Black color preview on #48014D background

This text has black color on #48014D background.


White color preview on #48014D background

This text has white color on #48014D background.