COLOR #48525C

HEX: #48525C
RGB: (72,82,92)

Color info

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

RGB color model

#48525C color RGB value is (72,82,92).

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

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 92 of 255 = 36%

72
82
92

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

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 92 = 246 (100%)
R 72 of 246 ~ 29.27%
G 82 of 246 ~ 33.33%
B 92 of 246 ~ 37.4%

%29.27
%33.33
%37.4

CMYK color model

#48525C color CMYK value is (22,11,0,64).

  • cyan value is 21.74%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(22,11,0,64)
C22M11Y0K64 
(22%,11%,0%,64%)
(0.22/0.11/0.00/0.64)	

CMYK percentages

%21.74
%10.87
%0
%63.92

Codes

Color #48525C in popluar color models

48525C
RGB728292
HSL210°12.20%32.16%
HSB/HSV210°21.74%36.08%
CMYK21.74%10.87%0.00%
63.92%

Color #48525C in popluar number systems.

HEX48525C
Decimal728292
Binary100100010100101011100
Octal110122134

Shades and tints

Shades of #48525C

#48525C
(72,82,92)
#424B54
(66,75,84)
#3C444C
(60,68,76)
#363D44
(54,61,68)
#30363C
(48,54,60)
#2A2F34
(42,47,52)
#24282C
(36,40,44)
#1E2124
(30,33,36)
#181A1C
(24,26,28)
#121314
(18,19,20)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #48525C

#48525C
(72,82,92)
#58616A
(88,97,106)
#687078
(104,112,120)
#787F86
(120,127,134)
#888E94
(136,142,148)
#989DA2
(152,157,162)
#A8ACB0
(168,172,176)
#B8BBBE
(184,187,190)
#C8CACC
(200,202,204)
#D8D9DA
(216,217,218)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48525C; }

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

This text font color is #48525C.


Background Color

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

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

This div background color is #48525C.


Border color

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

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

This div border color is #48525C.


Opacity

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

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

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

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

This text has shadow with #48525C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48525C on black background.


Color preview on white background

This text has color #48525C on white background.



Black color preview on #48525C background

This text has black color on #48525C background.


White color preview on #48525C background

This text has white color on #48525C background.