COLOR #48165E

HEX: #48165E
RGB: (72,22,94)

Color info

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

RGB color model

#48165E color RGB value is (72,22,94).

  • red value is 72;
  • green value is 22;
  • blue value is 94.
RGB:
(72,22,94)
(28%,9%,37%)

RGB channels and saturation

R 72 of 255 = 28%
G 22 of 255 = 9%
B 94 of 255 = 37%

72
22
94

R + G + B ~ 25%. #48165E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 22 + 94 = 188 (100%)
R 72 of 188 ~ 38.3%
G 22 of 188 ~ 11.7%
B 94 of 188 ~ 50%

%38.3
%11.7
%50

CMYK color model

#48165E color CMYK value is (23,77,0,63).

  • cyan value is 23.40%
  • magenta value is 76.60%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(23,77,0,63)
C23M77Y0K63 
(23%,77%,0%,63%)
(0.23/0.77/0.00/0.63)	

CMYK percentages

%23.4
%76.6
%0
%63.14

Codes

Color #48165E in popluar color models

48165E
RGB722294
HSL282°62.07%22.75%
HSB/HSV282°76.60%36.86%
CMYK23.40%76.60%0.00%
63.14%

Color #48165E in popluar number systems.

HEX48165E
Decimal722294
Binary1001000101101011110
Octal11026136

Shades and tints

Shades of #48165E

#48165E
(72,22,94)
#421456
(66,20,86)
#3C124E
(60,18,78)
#361046
(54,16,70)
#300E3E
(48,14,62)
#2A0C36
(42,12,54)
#240A2E
(36,10,46)
#1E0826
(30,8,38)
#18061E
(24,6,30)
#120416
(18,4,22)
#0C020E
(12,2,14)
#000000
(0,0,0)

Tints of #48165E

#48165E
(72,22,94)
#582B6C
(88,43,108)
#68407A
(104,64,122)
#785588
(120,85,136)
#886A96
(136,106,150)
#987FA4
(152,127,164)
#A894B2
(168,148,178)
#B8A9C0
(184,169,192)
#C8BECE
(200,190,206)
#D8D3DC
(216,211,220)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48165E color. Also use rgb(72,22,94) instead hex code.

Text Font Color

.myTextColor { color: #48165E; }

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

This text font color is #48165E.


Background Color

.myBgColor { background-color: #48165E; }

<div style="background-color:#48165E">Inner text</div>

This div background color is #48165E.


Border color

.myBorderColor { border: 1px solid #48165E; }

<div style="border:3px solid #48165E">Div</div>

This div border color is #48165E.


Opacity

.myOpacity80 { color: #48165E; opacity: 0.8; }

<p style="color:#48165E;opacity:0.8;">80%</p>

Text with #48165E 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 #48165E;}

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

This text has shadow with #48165E color.

.textShadow {text-shadow: 3px 3px 1px #48165E, 3px 3px 1px red;}

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

This text has shadow with #48165E primary color and red secondary color.


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

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

This text has shadow with #48165E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48165E on black background.


Color preview on white background

This text has color #48165E on white background.



Black color preview on #48165E background

This text has black color on #48165E background.


White color preview on #48165E background

This text has white color on #48165E background.