COLOR #484748

HEX: #484748
RGB: (72,71,72)

Color info

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

RGB color model

#484748 color RGB value is (72,71,72).

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

RGB channels and saturation

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

72
71
72

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

Portions of RGB colors in percentages

R + G + B =
72 + 71 + 72 = 215 (100%)
R 72 of 215 ~ 33.49%
G 71 of 215 ~ 33.02%
B 72 of 215 ~ 33.49%

%33.49
%33.02
%33.49

CMYK color model

#484748 color CMYK value is (0,1,0,72).

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

CMYK percentages

%0
%1.39
%0
%71.76

Codes

Color #484748 in popluar color models

484748
RGB727172
HSL300°0.70%28.04%
HSB/HSV300°1.39%28.24%
CMYK0.00%1.39%0.00%
71.76%

Color #484748 in popluar number systems.

HEX484748
Decimal727172
Binary100100010001111001000
Octal110107110

Shades and tints

Shades of #484748

#484748
(72,71,72)
#424142
(66,65,66)
#3C3B3C
(60,59,60)
#363536
(54,53,54)
#302F30
(48,47,48)
#2A292A
(42,41,42)
#242324
(36,35,36)
#1E1D1E
(30,29,30)
#181718
(24,23,24)
#121112
(18,17,18)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #484748

#484748
(72,71,72)
#585758
(88,87,88)
#686768
(104,103,104)
#787778
(120,119,120)
#888788
(136,135,136)
#989798
(152,151,152)
#A8A7A8
(168,167,168)
#B8B7B8
(184,183,184)
#C8C7C8
(200,199,200)
#D8D7D8
(216,215,216)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484748; }

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

This text font color is #484748.


Background Color

.myBgColor { background-color: #484748; }

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

This div background color is #484748.


Border color

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

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

This div border color is #484748.


Opacity

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

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

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

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

This text has shadow with #484748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484748 on black background.


Color preview on white background

This text has color #484748 on white background.



Black color preview on #484748 background

This text has black color on #484748 background.


White color preview on #484748 background

This text has white color on #484748 background.