COLOR #48526C

HEX: #48526C
RGB: (72,82,108)

Color info

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

RGB color model

#48526C color RGB value is (72,82,108).

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

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 108 of 255 = 42%

72
82
108

R + G + B ~ 34%. #48526C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 108 = 262 (100%)
R 72 of 262 ~ 27.48%
G 82 of 262 ~ 31.3%
B 108 of 262 ~ 41.22%

%27.48
%31.3
%41.22

CMYK color model

#48526C color CMYK value is (33,24,0,58).

  • cyan value is 33.33%
  • magenta value is 24.07%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(33,24,0,58)
C33M24Y0K58 
(33%,24%,0%,58%)
(0.33/0.24/0.00/0.58)	

CMYK percentages

%33.33
%24.07
%0
%57.65

Codes

Color #48526C in popluar color models

48526C
RGB7282108
HSL223°20.00%35.29%
HSB/HSV223°33.33%42.35%
CMYK33.33%24.07%0.00%
57.65%

Color #48526C in popluar number systems.

HEX48526C
Decimal7282108
Binary100100010100101101100
Octal110122154

Shades and tints

Shades of #48526C

#48526C
(72,82,108)
#424B63
(66,75,99)
#3C445A
(60,68,90)
#363D51
(54,61,81)
#303648
(48,54,72)
#2A2F3F
(42,47,63)
#242836
(36,40,54)
#1E212D
(30,33,45)
#181A24
(24,26,36)
#12131B
(18,19,27)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #48526C

#48526C
(72,82,108)
#586179
(88,97,121)
#687086
(104,112,134)
#787F93
(120,127,147)
#888EA0
(136,142,160)
#989DAD
(152,157,173)
#A8ACBA
(168,172,186)
#B8BBC7
(184,187,199)
#C8CAD4
(200,202,212)
#D8D9E1
(216,217,225)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48526C; }

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

This text font color is #48526C.


Background Color

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

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

This div background color is #48526C.


Border color

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

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

This div border color is #48526C.


Opacity

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

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

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

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

This text has shadow with #48526C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48526C on black background.


Color preview on white background

This text has color #48526C on white background.



Black color preview on #48526C background

This text has black color on #48526C background.


White color preview on #48526C background

This text has white color on #48526C background.