COLOR #484648

HEX: #484648
RGB: (72,70,72)

Color info

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

RGB color model

#484648 color RGB value is (72,70,72).

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

RGB channels and saturation

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

72
70
72

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

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 72 = 214 (100%)
R 72 of 214 ~ 33.64%
G 70 of 214 ~ 32.71%
B 72 of 214 ~ 33.64%

%33.64
%32.71
%33.64

CMYK color model

#484648 color CMYK value is (0,3,0,72).

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

CMYK percentages

%0
%2.78
%0
%71.76

Codes

Color #484648 in popluar color models

484648
RGB727072
HSL300°1.41%27.84%
HSB/HSV300°2.78%28.24%
CMYK0.00%2.78%0.00%
71.76%

Color #484648 in popluar number systems.

HEX484648
Decimal727072
Binary100100010001101001000
Octal110106110

Shades and tints

Shades of #484648

#484648
(72,70,72)
#424042
(66,64,66)
#3C3A3C
(60,58,60)
#363436
(54,52,54)
#302E30
(48,46,48)
#2A282A
(42,40,42)
#242224
(36,34,36)
#1E1C1E
(30,28,30)
#181618
(24,22,24)
#121012
(18,16,18)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #484648

#484648
(72,70,72)
#585658
(88,86,88)
#686668
(104,102,104)
#787678
(120,118,120)
#888688
(136,134,136)
#989698
(152,150,152)
#A8A6A8
(168,166,168)
#B8B6B8
(184,182,184)
#C8C6C8
(200,198,200)
#D8D6D8
(216,214,216)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484648; }

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

This text font color is #484648.


Background Color

.myBgColor { background-color: #484648; }

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

This div background color is #484648.


Border color

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

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

This div border color is #484648.


Opacity

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

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

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

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

This text has shadow with #484648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484648 on black background.


Color preview on white background

This text has color #484648 on white background.



Black color preview on #484648 background

This text has black color on #484648 background.


White color preview on #484648 background

This text has white color on #484648 background.