COLOR #48356D

HEX: #48356D
RGB: (72,53,109)

Color info

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

RGB color model

#48356D color RGB value is (72,53,109).

  • red value is 72;
  • green value is 53;
  • blue value is 109.
RGB:
(72,53,109)
(28%,21%,43%)

RGB channels and saturation

R 72 of 255 = 28%
G 53 of 255 = 21%
B 109 of 255 = 43%

72
53
109

R + G + B ~ 31%. #48356D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 53 + 109 = 234 (100%)
R 72 of 234 ~ 30.77%
G 53 of 234 ~ 22.65%
B 109 of 234 ~ 46.58%

%30.77
%22.65
%46.58

CMYK color model

#48356D color CMYK value is (34,51,0,57).

  • cyan value is 33.94%
  • magenta value is 51.38%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(34,51,0,57)
C34M51Y0K57 
(34%,51%,0%,57%)
(0.34/0.51/0.00/0.57)	

CMYK percentages

%33.94
%51.38
%0
%57.25

Codes

Color #48356D in popluar color models

48356D
RGB7253109
HSL260°34.57%31.76%
HSB/HSV260°51.38%42.75%
CMYK33.94%51.38%0.00%
57.25%

Color #48356D in popluar number systems.

HEX48356D
Decimal7253109
Binary10010001101011101101
Octal11065155

Shades and tints

Shades of #48356D

#48356D
(72,53,109)
#423164
(66,49,100)
#3C2D5B
(60,45,91)
#362952
(54,41,82)
#302549
(48,37,73)
#2A2140
(42,33,64)
#241D37
(36,29,55)
#1E192E
(30,25,46)
#181525
(24,21,37)
#12111C
(18,17,28)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #48356D

#48356D
(72,53,109)
#58477A
(88,71,122)
#685987
(104,89,135)
#786B94
(120,107,148)
#887DA1
(136,125,161)
#988FAE
(152,143,174)
#A8A1BB
(168,161,187)
#B8B3C8
(184,179,200)
#C8C5D5
(200,197,213)
#D8D7E2
(216,215,226)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48356D color. Also use rgb(72,53,109) instead hex code.

Text Font Color

.myTextColor { color: #48356D; }

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

This text font color is #48356D.


Background Color

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

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

This div background color is #48356D.


Border color

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

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

This div border color is #48356D.


Opacity

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

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

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

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

This text has shadow with #48356D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48356D on black background.


Color preview on white background

This text has color #48356D on white background.



Black color preview on #48356D background

This text has black color on #48356D background.


White color preview on #48356D background

This text has white color on #48356D background.