COLOR #48424C

HEX: #48424C
RGB: (72,66,76)

Color info

#48424C contains red, green and blue colors in about the same proportion. Web safe color of #48424C is #333333 (or #333).

RGB color model

#48424C color RGB value is (72,66,76).

  • red value is 72;
  • green value is 66;
  • blue value is 76.
RGB:
(72,66,76)
(28%,26%,30%)

RGB channels and saturation

R 72 of 255 = 28%
G 66 of 255 = 26%
B 76 of 255 = 30%

72
66
76

R + G + B ~ 28%. #48424C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 66 + 76 = 214 (100%)
R 72 of 214 ~ 33.64%
G 66 of 214 ~ 30.84%
B 76 of 214 ~ 35.51%

%33.64
%30.84
%35.51

CMYK color model

#48424C color CMYK value is (5,13,0,70).

  • cyan value is 5.26%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(5,13,0,70)
C5M13Y0K70 
(5%,13%,0%,70%)
(0.05/0.13/0.00/0.70)	

CMYK percentages

%5.26
%13.16
%0
%70.2

Codes

Color #48424C in popluar color models

48424C
RGB726676
HSL276°7.04%27.84%
HSB/HSV276°13.16%29.80%
CMYK5.26%13.16%0.00%
70.20%

Color #48424C in popluar number systems.

HEX48424C
Decimal726676
Binary100100010000101001100
Octal110102114

Shades and tints

Shades of #48424C

#48424C
(72,66,76)
#423C46
(66,60,70)
#3C3640
(60,54,64)
#36303A
(54,48,58)
#302A34
(48,42,52)
#2A242E
(42,36,46)
#241E28
(36,30,40)
#1E1822
(30,24,34)
#18121C
(24,18,28)
#120C16
(18,12,22)
#0C0610
(12,6,16)
#000000
(0,0,0)

Tints of #48424C

#48424C
(72,66,76)
#58535C
(88,83,92)
#68646C
(104,100,108)
#78757C
(120,117,124)
#88868C
(136,134,140)
#98979C
(152,151,156)
#A8A8AC
(168,168,172)
#B8B9BC
(184,185,188)
#C8CACC
(200,202,204)
#D8DBDC
(216,219,220)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48424C color. Also use rgb(72,66,76) instead hex code.

Text Font Color

.myTextColor { color: #48424C; }

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

This text font color is #48424C.


Background Color

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

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

This div background color is #48424C.


Border color

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

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

This div border color is #48424C.


Opacity

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

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

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

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

This text has shadow with #48424C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48424C on black background.


Color preview on white background

This text has color #48424C on white background.



Black color preview on #48424C background

This text has black color on #48424C background.


White color preview on #48424C background

This text has white color on #48424C background.