COLOR #48505C

HEX: #48505C RGB: (72,80,92)

Color info

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

RGB color model

#48505C color RGB value is (72,80,92).

RGB: (72,80,92) (28%, 31%, 36%)

RGB channels and saturation

R 72 of 255 = 28%
G 80 of 255 = 31%
B 92 of 255 = 36%

72
80
92

R + G + B ~ 32%. #48505C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 80 + 92 = 244 (100%)
R 72 of 244 ~ 29.51%
G 80 of 244 ~ 32.79%
B 92 of 244 ~ 37.7'%

%29.51
%32.79
%37.7

CMYK color model

#48505C color CMYK value is (22,13,0,64).

  • cyan value is 21.74%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (22,13,0,64)
C22M13Y0K64 (22%, 13%, 0%, 64%)
(0.22 / 0.13 / 0.00 / 0.64)

CMYK percentages

%21.74
%13.04
%0
%63.92

Codes

Color #48505C in popluar color models

48 50 5C
RGB 72 80 92
HSL 216° 12.20% 32.16%
HSB/HSV 216° 21.74% 36.08%
CMYK 21.74% 13.04% 0.00%
63.92%

Color #48505C in popluar number systems.

HEX 48 50 5C
Decimal 72 80 92
Binary 1001000 1010000 1011100
Octal 110 120 134

Shades and tints

Shades of #48505C

#48505C
(72,80,92)
#424954
(66,73,84)
#3C424C
(60,66,76)
#363B44
(54,59,68)
#30343C
(48,52,60)
#2A2D34
(42,45,52)
#24262C
(36,38,44)
#1E1F24
(30,31,36)
#18181C
(24,24,28)
#121114
(18,17,20)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #48505C

#48505C
(72,80,92)
#585F6A
(88,95,106)
#686E78
(104,110,120)
#787D86
(120,125,134)
#888C94
(136,140,148)
#989BA2
(152,155,162)
#A8AAB0
(168,170,176)
#B8B9BE
(184,185,190)
#C8C8CC
(200,200,204)
#D8D7DA
(216,215,218)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48505C color. Also use rgb(72,80,92) instead hex code.

Text Font Color

.myTextColor { color: #48505C; }

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

This text font color is #48505C.

Background Color

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

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

This div background color is #48505C.

Border color

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

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

This div border color is #48505C.

Opacity

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

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

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

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

This text has shadow with #48505C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48505C.

Preview

Color preview on black background

This text has color #48505C on black background.


Color preview on white background

This text has color #48505C on white background.


Black color preview on #48505C background

This text has black color on #48505C background.


White color preview on #48505C background

This text has white color on #48505C background.


Related colors

Complementary color

Complementary color for #hex is #B7AFA3.


I love getcolorcode.com

Triadic colors

1 #5C4850 and #505C48 with #48505C are triadic colors.

2 #5C5048 and #50485C with #48505C are triadic colors.