COLOR #48397A

HEX: #48397A
RGB: (72,57,122)

Color info

#48397A contains mainly red and blue colors. Web safe color of #48397A is #333366 (or #336).

RGB color model

#48397A color RGB value is (72,57,122).

  • red value is 72;
  • green value is 57;
  • blue value is 122.
RGB:
(72,57,122)
(28%,22%,48%)

RGB channels and saturation

R 72 of 255 = 28%
G 57 of 255 = 22%
B 122 of 255 = 48%

72
57
122

R + G + B ~ 33%. #48397A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 57 + 122 = 251 (100%)
R 72 of 251 ~ 28.69%
G 57 of 251 ~ 22.71%
B 122 of 251 ~ 48.61%

%28.69
%22.71
%48.61

CMYK color model

#48397A color CMYK value is (41,53,0,52).

  • cyan value is 40.98%
  • magenta value is 53.28%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(41,53,0,52)
C41M53Y0K52 
(41%,53%,0%,52%)
(0.41/0.53/0.00/0.52)	

CMYK percentages

%40.98
%53.28
%0
%52.16

Codes

Color #48397A in popluar color models

48397A
RGB7257122
HSL254°36.31%35.10%
HSB/HSV254°53.28%47.84%
CMYK40.98%53.28%0.00%
52.16%

Color #48397A in popluar number systems.

HEX48397A
Decimal7257122
Binary10010001110011111010
Octal11071172

Shades and tints

Shades of #48397A

#48397A
(72,57,122)
#42346F
(66,52,111)
#3C2F64
(60,47,100)
#362A59
(54,42,89)
#30254E
(48,37,78)
#2A2043
(42,32,67)
#241B38
(36,27,56)
#1E162D
(30,22,45)
#181122
(24,17,34)
#120C17
(18,12,23)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #48397A

#48397A
(72,57,122)
#584B86
(88,75,134)
#685D92
(104,93,146)
#786F9E
(120,111,158)
#8881AA
(136,129,170)
#9893B6
(152,147,182)
#A8A5C2
(168,165,194)
#B8B7CE
(184,183,206)
#C8C9DA
(200,201,218)
#D8DBE6
(216,219,230)
#E8EDF2
(232,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48397A color. Also use rgb(72,57,122) instead hex code.

Text Font Color

.myTextColor { color: #48397A; }

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

This text font color is #48397A.


Background Color

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

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

This div background color is #48397A.


Border color

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

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

This div border color is #48397A.


Opacity

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

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

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

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

This text has shadow with #48397A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48397A on black background.


Color preview on white background

This text has color #48397A on white background.



Black color preview on #48397A background

This text has black color on #48397A background.


White color preview on #48397A background

This text has white color on #48397A background.