COLOR #48538C

HEX: #48538C
RGB: (72,83,140)

Color info

#48538C contains mainly green and blue colors. Web safe color of #48538C is #336699 (or #369).

RGB color model

#48538C color RGB value is (72,83,140).

  • red value is 72;
  • green value is 83;
  • blue value is 140.
RGB:
(72,83,140)
(28%,33%,55%)

RGB channels and saturation

R 72 of 255 = 28%
G 83 of 255 = 33%
B 140 of 255 = 55%

72
83
140

R + G + B ~ 39%. #48538C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 83 + 140 = 295 (100%)
R 72 of 295 ~ 24.41%
G 83 of 295 ~ 28.14%
B 140 of 295 ~ 47.46%

%24.41
%28.14
%47.46

CMYK color model

#48538C color CMYK value is (49,41,0,45).

  • cyan value is 48.57%
  • magenta value is 40.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(49,41,0,45)
C49M41Y0K45 
(49%,41%,0%,45%)
(0.49/0.41/0.00/0.45)	

CMYK percentages

%48.57
%40.71
%0
%45.1

Codes

Color #48538C in popluar color models

48538C
RGB7283140
HSL230°32.08%41.57%
HSB/HSV230°48.57%54.90%
CMYK48.57%40.71%0.00%
45.10%

Color #48538C in popluar number systems.

HEX48538C
Decimal7283140
Binary1001000101001110001100
Octal110123214

Shades and tints

Shades of #48538C

#48538C
(72,83,140)
#424C80
(66,76,128)
#3C4574
(60,69,116)
#363E68
(54,62,104)
#30375C
(48,55,92)
#2A3050
(42,48,80)
#242944
(36,41,68)
#1E2238
(30,34,56)
#181B2C
(24,27,44)
#121420
(18,20,32)
#0C0D14
(12,13,20)
#000000
(0,0,0)

Tints of #48538C

#48538C
(72,83,140)
#586296
(88,98,150)
#6871A0
(104,113,160)
#7880AA
(120,128,170)
#888FB4
(136,143,180)
#989EBE
(152,158,190)
#A8ADC8
(168,173,200)
#B8BCD2
(184,188,210)
#C8CBDC
(200,203,220)
#D8DAE6
(216,218,230)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48538C color. Also use rgb(72,83,140) instead hex code.

Text Font Color

.myTextColor { color: #48538C; }

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

This text font color is #48538C.


Background Color

.myBgColor { background-color: #48538C; }

<div style="background-color:#48538C">Inner text</div>

This div background color is #48538C.


Border color

.myBorderColor { border: 1px solid #48538C; }

<div style="border:3px solid #48538C">Div</div>

This div border color is #48538C.


Opacity

.myOpacity80 { color: #48538C; opacity: 0.8; }

<p style="color:#48538C;opacity:0.8;">80%</p>

Text with #48538C 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 #48538C;}

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

This text has shadow with #48538C color.

.textShadow {text-shadow: 3px 3px 1px #48538C, 3px 3px 1px red;}

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

This text has shadow with #48538C primary color and red secondary color.


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

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

This text has shadow with #48538C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48538C on black background.


Color preview on white background

This text has color #48538C on white background.



Black color preview on #48538C background

This text has black color on #48538C background.


White color preview on #48538C background

This text has white color on #48538C background.