COLOR #48544D

HEX: #48544D
RGB: (72,84,77)

Color info

#48544D contains red, green and blue colors in about the same proportion. Web safe color of #48544D is #336633 (or #363).

RGB color model

#48544D color RGB value is (72,84,77).

  • red value is 72;
  • green value is 84;
  • blue value is 77.
RGB:
(72,84,77)
(28%,33%,30%)

RGB channels and saturation

R 72 of 255 = 28%
G 84 of 255 = 33%
B 77 of 255 = 30%

72
84
77

R + G + B ~ 30%. #48544D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 84 + 77 = 233 (100%)
R 72 of 233 ~ 30.9%
G 84 of 233 ~ 36.05%
B 77 of 233 ~ 33.05%

%30.9
%36.05
%33.05

CMYK color model

#48544D color CMYK value is (14,0,8,67).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 67.06%
CMYK:
(14,0,8,67)
C14M0Y8K67 
(14%,0%,8%,67%)
(0.14/0.00/0.08/0.67)	

CMYK percentages

%14.29
%0
%8.33
%67.06

Codes

Color #48544D in popluar color models

48544D
RGB728477
HSL145°7.69%30.59%
HSB/HSV145°14.29%32.94%
CMYK14.29%0.00%8.33%
67.06%

Color #48544D in popluar number systems.

HEX48544D
Decimal728477
Binary100100010101001001101
Octal110124115

Shades and tints

Shades of #48544D

#48544D
(72,84,77)
#424D46
(66,77,70)
#3C463F
(60,70,63)
#363F38
(54,63,56)
#303831
(48,56,49)
#2A312A
(42,49,42)
#242A23
(36,42,35)
#1E231C
(30,35,28)
#181C15
(24,28,21)
#12150E
(18,21,14)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #48544D

#48544D
(72,84,77)
#58635D
(88,99,93)
#68726D
(104,114,109)
#78817D
(120,129,125)
#88908D
(136,144,141)
#989F9D
(152,159,157)
#A8AEAD
(168,174,173)
#B8BDBD
(184,189,189)
#C8CCCD
(200,204,205)
#D8DBDD
(216,219,221)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48544D color. Also use rgb(72,84,77) instead hex code.

Text Font Color

.myTextColor { color: #48544D; }

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

This text font color is #48544D.


Background Color

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

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

This div background color is #48544D.


Border color

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

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

This div border color is #48544D.


Opacity

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

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

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

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

This text has shadow with #48544D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48544D on black background.


Color preview on white background

This text has color #48544D on white background.



Black color preview on #48544D background

This text has black color on #48544D background.


White color preview on #48544D background

This text has white color on #48544D background.