COLOR #484844

HEX: #484844
RGB: (72,72,68)

Color info

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

RGB color model

#484844 color RGB value is (72,72,68).

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

RGB channels and saturation

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

72
72
68

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

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 68 = 212 (100%)
R 72 of 212 ~ 33.96%
G 72 of 212 ~ 33.96%
B 68 of 212 ~ 32.08%

%33.96
%33.96
%32.08

CMYK color model

#484844 color CMYK value is (0,0,6,72).

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

CMYK percentages

%0
%0
%5.56
%71.76

Codes

Color #484844 in popluar color models

484844
RGB727268
HSL60°2.86%27.45%
HSB/HSV60°5.56%28.24%
CMYK0.00%0.00%5.56%
71.76%

Color #484844 in popluar number systems.

HEX484844
Decimal727268
Binary100100010010001000100
Octal110110104

Shades and tints

Shades of #484844

#484844
(72,72,68)
#42423E
(66,66,62)
#3C3C38
(60,60,56)
#363632
(54,54,50)
#30302C
(48,48,44)
#2A2A26
(42,42,38)
#242420
(36,36,32)
#1E1E1A
(30,30,26)
#181814
(24,24,20)
#12120E
(18,18,14)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #484844

#484844
(72,72,68)
#585855
(88,88,85)
#686866
(104,104,102)
#787877
(120,120,119)
#888888
(136,136,136)
#989899
(152,152,153)
#A8A8AA
(168,168,170)
#B8B8BB
(184,184,187)
#C8C8CC
(200,200,204)
#D8D8DD
(216,216,221)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484844; }

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

This text font color is #484844.


Background Color

.myBgColor { background-color: #484844; }

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

This div background color is #484844.


Border color

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

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

This div border color is #484844.


Opacity

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

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

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

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

This text has shadow with #484844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484844 on black background.


Color preview on white background

This text has color #484844 on white background.



Black color preview on #484844 background

This text has black color on #484844 background.


White color preview on #484844 background

This text has white color on #484844 background.