COLOR #484847

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

72
72
71

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

Portions of RGB colors in percentages

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

%33.49
%33.49
%33.02

CMYK color model

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

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

CMYK percentages

%0
%0
%1.39
%71.76

Codes

Color #484847 in popluar color models

484847
RGB727271
HSL60°0.70%28.04%
HSB/HSV60°1.39%28.24%
CMYK0.00%0.00%1.39%
71.76%

Color #484847 in popluar number systems.

HEX484847
Decimal727271
Binary100100010010001000111
Octal110110107

Shades and tints

Shades of #484847

#484847
(72,72,71)
#424241
(66,66,65)
#3C3C3B
(60,60,59)
#363635
(54,54,53)
#30302F
(48,48,47)
#2A2A29
(42,42,41)
#242423
(36,36,35)
#1E1E1D
(30,30,29)
#181817
(24,24,23)
#121211
(18,18,17)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #484847

#484847
(72,72,71)
#585857
(88,88,87)
#686867
(104,104,103)
#787877
(120,120,119)
#888887
(136,136,135)
#989897
(152,152,151)
#A8A8A7
(168,168,167)
#B8B8B7
(184,184,183)
#C8C8C7
(200,200,199)
#D8D8D7
(216,216,215)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484847; }

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

This text font color is #484847.


Background Color

.myBgColor { background-color: #484847; }

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

This div background color is #484847.


Border color

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

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

This div border color is #484847.


Opacity

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

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

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

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

This text has shadow with #484847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484847 on black background.


Color preview on white background

This text has color #484847 on white background.



Black color preview on #484847 background

This text has black color on #484847 background.


White color preview on #484847 background

This text has white color on #484847 background.