COLOR #48527F

HEX: #48527F
RGB: (72,82,127)

Color info

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

RGB color model

#48527F color RGB value is (72,82,127).

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

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 127 of 255 = 50%

72
82
127

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

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 127 = 281 (100%)
R 72 of 281 ~ 25.62%
G 82 of 281 ~ 29.18%
B 127 of 281 ~ 45.2%

%25.62
%29.18
%45.2

CMYK color model

#48527F color CMYK value is (43,35,0,50).

  • cyan value is 43.31%
  • magenta value is 35.43%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,35,0,50)
C43M35Y0K50 
(43%,35%,0%,50%)
(0.43/0.35/0.00/0.50)	

CMYK percentages

%43.31
%35.43
%0
%50.2

Codes

Color #48527F in popluar color models

48527F
RGB7282127
HSL229°27.64%39.02%
HSB/HSV229°43.31%49.80%
CMYK43.31%35.43%0.00%
50.20%

Color #48527F in popluar number systems.

HEX48527F
Decimal7282127
Binary100100010100101111111
Octal110122177

Shades and tints

Shades of #48527F

#48527F
(72,82,127)
#424B74
(66,75,116)
#3C4469
(60,68,105)
#363D5E
(54,61,94)
#303653
(48,54,83)
#2A2F48
(42,47,72)
#24283D
(36,40,61)
#1E2132
(30,33,50)
#181A27
(24,26,39)
#12131C
(18,19,28)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #48527F

#48527F
(72,82,127)
#58618A
(88,97,138)
#687095
(104,112,149)
#787FA0
(120,127,160)
#888EAB
(136,142,171)
#989DB6
(152,157,182)
#A8ACC1
(168,172,193)
#B8BBCC
(184,187,204)
#C8CAD7
(200,202,215)
#D8D9E2
(216,217,226)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48527F; }

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

This text font color is #48527F.


Background Color

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

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

This div background color is #48527F.


Border color

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

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

This div border color is #48527F.


Opacity

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

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

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

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

This text has shadow with #48527F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48527F on black background.


Color preview on white background

This text has color #48527F on white background.



Black color preview on #48527F background

This text has black color on #48527F background.


White color preview on #48527F background

This text has white color on #48527F background.