COLOR #484848

HEX: #484848
RGB: (72,72,72)

Color info

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

RGB color model

#484848 color RGB value is (72,72,72).

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

RGB channels and saturation

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

72
72
72

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

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 72 = 216 (100%)
R 72 of 216 ~ 33.33%
G 72 of 216 ~ 33.33%
B 72 of 216 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#484848 color CMYK value is (0,0,0,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(0,0,0,72)
C0M0Y0K72 
(0%,0%,0%,72%)
(0.00/0.00/0.00/0.72)	

CMYK percentages

%0
%0
%0
%71.76

Codes

Color #484848 in popluar color models

484848
RGB727272
HSL0.00%0.28%
HSB/HSV0.00%0.28%
CMYK0.00%0.00%0.00%
71.76%

Color #484848 in popluar number systems.

HEX484848
Decimal727272
Binary100100010010001001000
Octal110110110

Shades and tints

Shades of #484848

#484848
(72,72,72)
#424242
(66,66,66)
#3C3C3C
(60,60,60)
#363636
(54,54,54)
#303030
(48,48,48)
#2A2A2A
(42,42,42)
#242424
(36,36,36)
#1E1E1E
(30,30,30)
#181818
(24,24,24)
#121212
(18,18,18)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #484848

#484848
(72,72,72)
#585858
(88,88,88)
#686868
(104,104,104)
#787878
(120,120,120)
#888888
(136,136,136)
#989898
(152,152,152)
#A8A8A8
(168,168,168)
#B8B8B8
(184,184,184)
#C8C8C8
(200,200,200)
#D8D8D8
(216,216,216)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484848; }

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

This text font color is #484848.


Background Color

.myBgColor { background-color: #484848; }

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

This div background color is #484848.


Border color

.myBorderColor { border: 1px solid #484848; }

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

This div border color is #484848.


Opacity

.myOpacity80 { color: #484848; opacity: 0.8; }

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

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

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

This text has shadow with #484848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484848 on black background.


Color preview on white background

This text has color #484848 on white background.



Black color preview on #484848 background

This text has black color on #484848 background.


White color preview on #484848 background

This text has white color on #484848 background.