COLOR #48547F

HEX: #48547F
RGB: (72,84,127)

Color info

#48547F contains red, green and blue colors in about the same proportion. Web safe color of #48547F is #336666 (or #366).

RGB color model

#48547F color RGB value is (72,84,127).

  • red value is 72;
  • green value is 84;
  • blue value is 127.
RGB:
(72,84,127)
(28%,33%,50%)

RGB channels and saturation

R 72 of 255 = 28%
G 84 of 255 = 33%
B 127 of 255 = 50%

72
84
127

R + G + B ~ 37%. #48547F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 84 + 127 = 283 (100%)
R 72 of 283 ~ 25.44%
G 84 of 283 ~ 29.68%
B 127 of 283 ~ 44.88%

%25.44
%29.68
%44.88

CMYK color model

#48547F color CMYK value is (43,34,0,50).

  • cyan value is 43.31%
  • magenta value is 33.86%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,34,0,50)
C43M34Y0K50 
(43%,34%,0%,50%)
(0.43/0.34/0.00/0.50)	

CMYK percentages

%43.31
%33.86
%0
%50.2

Codes

Color #48547F in popluar color models

48547F
RGB7284127
HSL227°27.64%39.02%
HSB/HSV227°43.31%49.80%
CMYK43.31%33.86%0.00%
50.20%

Color #48547F in popluar number systems.

HEX48547F
Decimal7284127
Binary100100010101001111111
Octal110124177

Shades and tints

Shades of #48547F

#48547F
(72,84,127)
#424D74
(66,77,116)
#3C4669
(60,70,105)
#363F5E
(54,63,94)
#303853
(48,56,83)
#2A3148
(42,49,72)
#242A3D
(36,42,61)
#1E2332
(30,35,50)
#181C27
(24,28,39)
#12151C
(18,21,28)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #48547F

#48547F
(72,84,127)
#58638A
(88,99,138)
#687295
(104,114,149)
#7881A0
(120,129,160)
#8890AB
(136,144,171)
#989FB6
(152,159,182)
#A8AEC1
(168,174,193)
#B8BDCC
(184,189,204)
#C8CCD7
(200,204,215)
#D8DBE2
(216,219,226)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48547F color. Also use rgb(72,84,127) instead hex code.

Text Font Color

.myTextColor { color: #48547F; }

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

This text font color is #48547F.


Background Color

.myBgColor { background-color: #48547F; }

<div style="background-color:#48547F">Inner text</div>

This div background color is #48547F.


Border color

.myBorderColor { border: 1px solid #48547F; }

<div style="border:3px solid #48547F">Div</div>

This div border color is #48547F.


Opacity

.myOpacity80 { color: #48547F; opacity: 0.8; }

<p style="color:#48547F;opacity:0.8;">80%</p>

Text with #48547F 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 #48547F;}

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

This text has shadow with #48547F color.

.textShadow {text-shadow: 3px 3px 1px #48547F, 3px 3px 1px red;}

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

This text has shadow with #48547F primary color and red secondary color.


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

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

This text has shadow with #48547F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48547F on black background.


Color preview on white background

This text has color #48547F on white background.



Black color preview on #48547F background

This text has black color on #48547F background.


White color preview on #48547F background

This text has white color on #48547F background.