COLOR #48415D

HEX: #48415D
RGB: (72,65,93)

Color info

#48415D contains red, green and blue colors in about the same proportion. Web safe color of #48415D is #333366 (or #336).

RGB color model

#48415D color RGB value is (72,65,93).

  • red value is 72;
  • green value is 65;
  • blue value is 93.
RGB:
(72,65,93)
(28%,25%,36%)

RGB channels and saturation

R 72 of 255 = 28%
G 65 of 255 = 25%
B 93 of 255 = 36%

72
65
93

R + G + B ~ 30%. #48415D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 65 + 93 = 230 (100%)
R 72 of 230 ~ 31.3%
G 65 of 230 ~ 28.26%
B 93 of 230 ~ 40.43%

%31.3
%28.26
%40.43

CMYK color model

#48415D color CMYK value is (23,30,0,64).

  • cyan value is 22.58%
  • magenta value is 30.11%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(23,30,0,64)
C23M30Y0K64 
(23%,30%,0%,64%)
(0.23/0.30/0.00/0.64)	

CMYK percentages

%22.58
%30.11
%0
%63.53

Codes

Color #48415D in popluar color models

48415D
RGB726593
HSL255°17.72%30.98%
HSB/HSV255°30.11%36.47%
CMYK22.58%30.11%0.00%
63.53%

Color #48415D in popluar number systems.

HEX48415D
Decimal726593
Binary100100010000011011101
Octal110101135

Shades and tints

Shades of #48415D

#48415D
(72,65,93)
#423C55
(66,60,85)
#3C374D
(60,55,77)
#363245
(54,50,69)
#302D3D
(48,45,61)
#2A2835
(42,40,53)
#24232D
(36,35,45)
#1E1E25
(30,30,37)
#18191D
(24,25,29)
#121415
(18,20,21)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #48415D

#48415D
(72,65,93)
#58526B
(88,82,107)
#686379
(104,99,121)
#787487
(120,116,135)
#888595
(136,133,149)
#9896A3
(152,150,163)
#A8A7B1
(168,167,177)
#B8B8BF
(184,184,191)
#C8C9CD
(200,201,205)
#D8DADB
(216,218,219)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48415D color. Also use rgb(72,65,93) instead hex code.

Text Font Color

.myTextColor { color: #48415D; }

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

This text font color is #48415D.


Background Color

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

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

This div background color is #48415D.


Border color

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

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

This div border color is #48415D.


Opacity

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

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

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

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

This text has shadow with #48415D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48415D on black background.


Color preview on white background

This text has color #48415D on white background.



Black color preview on #48415D background

This text has black color on #48415D background.


White color preview on #48415D background

This text has white color on #48415D background.