COLOR #48366A

HEX: #48366A
RGB: (72,54,106)

Color info

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

RGB color model

#48366A color RGB value is (72,54,106).

  • red value is 72;
  • green value is 54;
  • blue value is 106.
RGB:
(72,54,106)
(28%,21%,42%)

RGB channels and saturation

R 72 of 255 = 28%
G 54 of 255 = 21%
B 106 of 255 = 42%

72
54
106

R + G + B ~ 30%. #48366A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 54 + 106 = 232 (100%)
R 72 of 232 ~ 31.03%
G 54 of 232 ~ 23.28%
B 106 of 232 ~ 45.69%

%31.03
%23.28
%45.69

CMYK color model

#48366A color CMYK value is (32,49,0,58).

  • cyan value is 32.08%
  • magenta value is 49.06%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(32,49,0,58)
C32M49Y0K58 
(32%,49%,0%,58%)
(0.32/0.49/0.00/0.58)	

CMYK percentages

%32.08
%49.06
%0
%58.43

Codes

Color #48366A in popluar color models

48366A
RGB7254106
HSL261°32.50%31.37%
HSB/HSV261°49.06%41.57%
CMYK32.08%49.06%0.00%
58.43%

Color #48366A in popluar number systems.

HEX48366A
Decimal7254106
Binary10010001101101101010
Octal11066152

Shades and tints

Shades of #48366A

#48366A
(72,54,106)
#423261
(66,50,97)
#3C2E58
(60,46,88)
#362A4F
(54,42,79)
#302646
(48,38,70)
#2A223D
(42,34,61)
#241E34
(36,30,52)
#1E1A2B
(30,26,43)
#181622
(24,22,34)
#121219
(18,18,25)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #48366A

#48366A
(72,54,106)
#584877
(88,72,119)
#685A84
(104,90,132)
#786C91
(120,108,145)
#887E9E
(136,126,158)
#9890AB
(152,144,171)
#A8A2B8
(168,162,184)
#B8B4C5
(184,180,197)
#C8C6D2
(200,198,210)
#D8D8DF
(216,216,223)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48366A color. Also use rgb(72,54,106) instead hex code.

Text Font Color

.myTextColor { color: #48366A; }

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

This text font color is #48366A.


Background Color

.myBgColor { background-color: #48366A; }

<div style="background-color:#48366A">Inner text</div>

This div background color is #48366A.


Border color

.myBorderColor { border: 1px solid #48366A; }

<div style="border:3px solid #48366A">Div</div>

This div border color is #48366A.


Opacity

.myOpacity80 { color: #48366A; opacity: 0.8; }

<p style="color:#48366A;opacity:0.8;">80%</p>

Text with #48366A 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 #48366A;}

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

This text has shadow with #48366A color.

.textShadow {text-shadow: 3px 3px 1px #48366A, 3px 3px 1px red;}

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

This text has shadow with #48366A primary color and red secondary color.


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

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

This text has shadow with #48366A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48366A on black background.


Color preview on white background

This text has color #48366A on white background.



Black color preview on #48366A background

This text has black color on #48366A background.


White color preview on #48366A background

This text has white color on #48366A background.