COLOR #48385A

HEX: #48385A
RGB: (72,56,90)

Color info

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

RGB color model

#48385A color RGB value is (72,56,90).

  • red value is 72;
  • green value is 56;
  • blue value is 90.
RGB:
(72,56,90)
(28%,22%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 56 of 255 = 22%
B 90 of 255 = 35%

72
56
90

R + G + B ~ 28%. #48385A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 56 + 90 = 218 (100%)
R 72 of 218 ~ 33.03%
G 56 of 218 ~ 25.69%
B 90 of 218 ~ 41.28%

%33.03
%25.69
%41.28

CMYK color model

#48385A color CMYK value is (20,38,0,65).

  • cyan value is 20.00%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(20,38,0,65)
C20M38Y0K65 
(20%,38%,0%,65%)
(0.20/0.38/0.00/0.65)	

CMYK percentages

%20
%37.78
%0
%64.71

Codes

Color #48385A in popluar color models

48385A
RGB725690
HSL268°23.29%28.63%
HSB/HSV268°37.78%35.29%
CMYK20.00%37.78%0.00%
64.71%

Color #48385A in popluar number systems.

HEX48385A
Decimal725690
Binary10010001110001011010
Octal11070132

Shades and tints

Shades of #48385A

#48385A
(72,56,90)
#423352
(66,51,82)
#3C2E4A
(60,46,74)
#362942
(54,41,66)
#30243A
(48,36,58)
#2A1F32
(42,31,50)
#241A2A
(36,26,42)
#1E1522
(30,21,34)
#18101A
(24,16,26)
#120B12
(18,11,18)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #48385A

#48385A
(72,56,90)
#584A69
(88,74,105)
#685C78
(104,92,120)
#786E87
(120,110,135)
#888096
(136,128,150)
#9892A5
(152,146,165)
#A8A4B4
(168,164,180)
#B8B6C3
(184,182,195)
#C8C8D2
(200,200,210)
#D8DAE1
(216,218,225)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48385A color. Also use rgb(72,56,90) instead hex code.

Text Font Color

.myTextColor { color: #48385A; }

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

This text font color is #48385A.


Background Color

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

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

This div background color is #48385A.


Border color

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

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

This div border color is #48385A.


Opacity

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

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

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

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

This text has shadow with #48385A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48385A on black background.


Color preview on white background

This text has color #48385A on white background.



Black color preview on #48385A background

This text has black color on #48385A background.


White color preview on #48385A background

This text has white color on #48385A background.