COLOR #48484F

HEX: #48484F
RGB: (72,72,79)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

72
72
79

R + G + B ~ 29%. #48484F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 79 = 223 (100%)
R 72 of 223 ~ 32.29%
G 72 of 223 ~ 32.29%
B 79 of 223 ~ 35.43%

%32.29
%32.29
%35.43

CMYK color model

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

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

CMYK percentages

%8.86
%8.86
%0
%69.02

Codes

Color #48484F in popluar color models

48484F
RGB727279
HSL240°4.64%29.61%
HSB/HSV240°8.86%30.98%
CMYK8.86%8.86%0.00%
69.02%

Color #48484F in popluar number systems.

HEX48484F
Decimal727279
Binary100100010010001001111
Octal110110117

Shades and tints

Shades of #48484F

#48484F
(72,72,79)
#424248
(66,66,72)
#3C3C41
(60,60,65)
#36363A
(54,54,58)
#303033
(48,48,51)
#2A2A2C
(42,42,44)
#242425
(36,36,37)
#1E1E1E
(30,30,30)
#181817
(24,24,23)
#121210
(18,18,16)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #48484F

#48484F
(72,72,79)
#58585F
(88,88,95)
#68686F
(104,104,111)
#78787F
(120,120,127)
#88888F
(136,136,143)
#98989F
(152,152,159)
#A8A8AF
(168,168,175)
#B8B8BF
(184,184,191)
#C8C8CF
(200,200,207)
#D8D8DF
(216,216,223)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48484F; }

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

This text font color is #48484F.


Background Color

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

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

This div background color is #48484F.


Border color

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

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

This div border color is #48484F.


Opacity

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

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

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

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

This text has shadow with #48484F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48484F on black background.


Color preview on white background

This text has color #48484F on white background.



Black color preview on #48484F background

This text has black color on #48484F background.


White color preview on #48484F background

This text has white color on #48484F background.