COLOR #48527B

HEX: #48527B RGB: (72,82,123)

Color info

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

RGB color model

#48527B color RGB value is (72,82,123).

RGB: (72,82,123) (28%, 32%, 48%)

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 123 of 255 = 48%

72
82
123

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

Portions of RGB colors in percentages

R + G + B = 72 + 82 + 123 = 277 (100%)
R 72 of 277 ~ 25.99%
G 82 of 277 ~ 29.6%
B 123 of 277 ~ 44.4'%

%25.99
%29.6
%44.4

CMYK color model

#48527B color CMYK value is (41,33,0,52).

  • cyan value is 41.46%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (41,33,0,52)
C41M33Y0K52 (41%, 33%, 0%, 52%)
(0.41 / 0.33 / 0.00 / 0.52)

CMYK percentages

%41.46
%33.33
%0
%51.76

Codes

Color #48527B in popluar color models

48 52 7B
RGB 72 82 123
HSL 228° 26.15% 38.24%
HSB/HSV 228° 41.46% 48.24%
CMYK 41.46% 33.33% 0.00%
51.76%

Color #48527B in popluar number systems.

HEX 48 52 7B
Decimal 72 82 123
Binary 1001000 1010010 1111011
Octal 110 122 173

Shades and tints

Shades of #48527B

#48527B
(72,82,123)
#424B70
(66,75,112)
#3C4465
(60,68,101)
#363D5A
(54,61,90)
#30364F
(48,54,79)
#2A2F44
(42,47,68)
#242839
(36,40,57)
#1E212E
(30,33,46)
#181A23
(24,26,35)
#121318
(18,19,24)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #48527B

#48527B
(72,82,123)
#586187
(88,97,135)
#687093
(104,112,147)
#787F9F
(120,127,159)
#888EAB
(136,142,171)
#989DB7
(152,157,183)
#A8ACC3
(168,172,195)
#B8BBCF
(184,187,207)
#C8CADB
(200,202,219)
#D8D9E7
(216,217,231)
#E8E8F3
(232,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48527B; }

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

This text font color is #48527B.

Background Color

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

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

This div background color is #48527B.

Border color

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

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

This div border color is #48527B.

Opacity

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

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

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

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

This text has shadow with #48527B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48527B.

Preview

Color preview on black background

This text has color #48527B on black background.


Color preview on white background

This text has color #48527B on white background.


Black color preview on #48527B background

This text has black color on #48527B background.


White color preview on #48527B background

This text has white color on #48527B background.


Related colors

Complementary color

Complementary color for #hex is #B7AD84.


I love getcolorcode.com

Triadic colors

1 #7B4852 and #527B48 with #48527B are triadic colors.

2 #7B5248 and #52487B with #48527B are triadic colors.