COLOR #48424F

HEX: #48424F
RGB: (72,66,79)

Color info

#48424F contains red, green and blue colors in about the same proportion. Web safe color of #48424F is #333366 (or #336).

RGB color model

#48424F color RGB value is (72,66,79).

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

RGB channels and saturation

R 72 of 255 = 28%
G 66 of 255 = 26%
B 79 of 255 = 31%

72
66
79

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

Portions of RGB colors in percentages

R + G + B =
72 + 66 + 79 = 217 (100%)
R 72 of 217 ~ 33.18%
G 66 of 217 ~ 30.41%
B 79 of 217 ~ 36.41%

%33.18
%30.41
%36.41

CMYK color model

#48424F color CMYK value is (9,16,0,69).

  • cyan value is 8.86%
  • magenta value is 16.46%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(9,16,0,69)
C9M16Y0K69 
(9%,16%,0%,69%)
(0.09/0.16/0.00/0.69)	

CMYK percentages

%8.86
%16.46
%0
%69.02

Codes

Color #48424F in popluar color models

48424F
RGB726679
HSL268°8.97%28.43%
HSB/HSV268°16.46%30.98%
CMYK8.86%16.46%0.00%
69.02%

Color #48424F in popluar number systems.

HEX48424F
Decimal726679
Binary100100010000101001111
Octal110102117

Shades and tints

Shades of #48424F

#48424F
(72,66,79)
#423C48
(66,60,72)
#3C3641
(60,54,65)
#36303A
(54,48,58)
#302A33
(48,42,51)
#2A242C
(42,36,44)
#241E25
(36,30,37)
#1E181E
(30,24,30)
#181217
(24,18,23)
#120C10
(18,12,16)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #48424F

#48424F
(72,66,79)
#58535F
(88,83,95)
#68646F
(104,100,111)
#78757F
(120,117,127)
#88868F
(136,134,143)
#98979F
(152,151,159)
#A8A8AF
(168,168,175)
#B8B9BF
(184,185,191)
#C8CACF
(200,202,207)
#D8DBDF
(216,219,223)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48424F; }

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

This text font color is #48424F.


Background Color

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

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

This div background color is #48424F.


Border color

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

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

This div border color is #48424F.


Opacity

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

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

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

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

This text has shadow with #48424F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48424F on black background.


Color preview on white background

This text has color #48424F on white background.



Black color preview on #48424F background

This text has black color on #48424F background.


White color preview on #48424F background

This text has white color on #48424F background.