COLOR #48526A

HEX: #48526A
RGB: (72,82,106)

Color info

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

RGB color model

#48526A color RGB value is (72,82,106).

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

RGB channels and saturation

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

72
82
106

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

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 106 = 260 (100%)
R 72 of 260 ~ 27.69%
G 82 of 260 ~ 31.54%
B 106 of 260 ~ 40.77%

%27.69
%31.54
%40.77

CMYK color model

#48526A color CMYK value is (32,23,0,58).

  • cyan value is 32.08%
  • magenta value is 22.64%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(32,23,0,58)
C32M23Y0K58 
(32%,23%,0%,58%)
(0.32/0.23/0.00/0.58)	

CMYK percentages

%32.08
%22.64
%0
%58.43

Codes

Color #48526A in popluar color models

48526A
RGB7282106
HSL222°19.10%34.90%
HSB/HSV222°32.08%41.57%
CMYK32.08%22.64%0.00%
58.43%

Color #48526A in popluar number systems.

HEX48526A
Decimal7282106
Binary100100010100101101010
Octal110122152

Shades and tints

Shades of #48526A

#48526A
(72,82,106)
#424B61
(66,75,97)
#3C4458
(60,68,88)
#363D4F
(54,61,79)
#303646
(48,54,70)
#2A2F3D
(42,47,61)
#242834
(36,40,52)
#1E212B
(30,33,43)
#181A22
(24,26,34)
#121319
(18,19,25)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #48526A

#48526A
(72,82,106)
#586177
(88,97,119)
#687084
(104,112,132)
#787F91
(120,127,145)
#888E9E
(136,142,158)
#989DAB
(152,157,171)
#A8ACB8
(168,172,184)
#B8BBC5
(184,187,197)
#C8CAD2
(200,202,210)
#D8D9DF
(216,217,223)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48526A; }

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

This text font color is #48526A.


Background Color

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

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

This div background color is #48526A.


Border color

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

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

This div border color is #48526A.


Opacity

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

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

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

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

This text has shadow with #48526A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48526A on black background.


Color preview on white background

This text has color #48526A on white background.



Black color preview on #48526A background

This text has black color on #48526A background.


White color preview on #48526A background

This text has white color on #48526A background.