COLOR #48416A

HEX: #48416A
RGB: (72,65,106)

Color info

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

RGB color model

#48416A color RGB value is (72,65,106).

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

RGB channels and saturation

R 72 of 255 = 28%
G 65 of 255 = 25%
B 106 of 255 = 42%

72
65
106

R + G + B ~ 32%. #48416A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 65 + 106 = 243 (100%)
R 72 of 243 ~ 29.63%
G 65 of 243 ~ 26.75%
B 106 of 243 ~ 43.62%

%29.63
%26.75
%43.62

CMYK color model

#48416A color CMYK value is (32,39,0,58).

  • cyan value is 32.08%
  • magenta value is 38.68%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(32,39,0,58)
C32M39Y0K58 
(32%,39%,0%,58%)
(0.32/0.39/0.00/0.58)	

CMYK percentages

%32.08
%38.68
%0
%58.43

Codes

Color #48416A in popluar color models

48416A
RGB7265106
HSL250°23.98%33.53%
HSB/HSV250°38.68%41.57%
CMYK32.08%38.68%0.00%
58.43%

Color #48416A in popluar number systems.

HEX48416A
Decimal7265106
Binary100100010000011101010
Octal110101152

Shades and tints

Shades of #48416A

#48416A
(72,65,106)
#423C61
(66,60,97)
#3C3758
(60,55,88)
#36324F
(54,50,79)
#302D46
(48,45,70)
#2A283D
(42,40,61)
#242334
(36,35,52)
#1E1E2B
(30,30,43)
#181922
(24,25,34)
#121419
(18,20,25)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #48416A

#48416A
(72,65,106)
#585277
(88,82,119)
#686384
(104,99,132)
#787491
(120,116,145)
#88859E
(136,133,158)
#9896AB
(152,150,171)
#A8A7B8
(168,167,184)
#B8B8C5
(184,184,197)
#C8C9D2
(200,201,210)
#D8DADF
(216,218,223)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48416A; }

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

This text font color is #48416A.


Background Color

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

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

This div background color is #48416A.


Border color

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

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

This div border color is #48416A.


Opacity

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

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

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

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

This text has shadow with #48416A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48416A on black background.


Color preview on white background

This text has color #48416A on white background.



Black color preview on #48416A background

This text has black color on #48416A background.


White color preview on #48416A background

This text has white color on #48416A background.