COLOR #48525D

HEX: #48525D RGB: (72,82,93)

Color info

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

RGB color model

#48525D color RGB value is (72,82,93).

RGB: (72,82,93) (28%, 32%, 36%)

RGB channels and saturation

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

72
82
93

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

Portions of RGB colors in percentages

R + G + B = 72 + 82 + 93 = 247 (100%)
R 72 of 247 ~ 29.15%
G 82 of 247 ~ 33.2%
B 93 of 247 ~ 37.65'%

%29.15
%33.2
%37.65

CMYK color model

#48525D color CMYK value is (23,12,0,64).

  • cyan value is 22.58%
  • magenta value is 11.83%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (23,12,0,64)
C23M12Y0K64 (23%, 12%, 0%, 64%)
(0.23 / 0.12 / 0.00 / 0.64)

CMYK percentages

%22.58
%11.83
%0
%63.53

Codes

Color #48525D in popluar color models

48 52 5D
RGB 72 82 93
HSL 211° 12.73% 32.35%
HSB/HSV 211° 22.58% 36.47%
CMYK 22.58% 11.83% 0.00%
63.53%

Color #48525D in popluar number systems.

HEX 48 52 5D
Decimal 72 82 93
Binary 1001000 1010010 1011101
Octal 110 122 135

Shades and tints

Shades of #48525D

#48525D
(72,82,93)
#424B55
(66,75,85)
#3C444D
(60,68,77)
#363D45
(54,61,69)
#30363D
(48,54,61)
#2A2F35
(42,47,53)
#24282D
(36,40,45)
#1E2125
(30,33,37)
#181A1D
(24,26,29)
#121315
(18,19,21)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #48525D

#48525D
(72,82,93)
#58616B
(88,97,107)
#687079
(104,112,121)
#787F87
(120,127,135)
#888E95
(136,142,149)
#989DA3
(152,157,163)
#A8ACB1
(168,172,177)
#B8BBBF
(184,187,191)
#C8CACD
(200,202,205)
#D8D9DB
(216,217,219)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48525D; }

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

This text font color is #48525D.

Background Color

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

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

This div background color is #48525D.

Border color

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

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

This div border color is #48525D.

Opacity

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

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

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

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

This text has shadow with #48525D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48525D.

Preview

Color preview on black background

This text has color #48525D on black background.


Color preview on white background

This text has color #48525D on white background.


Black color preview on #48525D background

This text has black color on #48525D background.


White color preview on #48525D background

This text has white color on #48525D background.


Related colors

Complementary color

Complementary color for #hex is #B7ADA2.


I love getcolorcode.com

Triadic colors

1 #5D4852 and #525D48 with #48525D are triadic colors.

2 #5D5248 and #52485D with #48525D are triadic colors.