COLOR #484846

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

72
72
70

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

Portions of RGB colors in percentages

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

%33.64
%33.64
%32.71

CMYK color model

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

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

CMYK percentages

%0
%0
%2.78
%71.76

Codes

Color #484846 in popluar color models

484846
RGB727270
HSL60°1.41%27.84%
HSB/HSV60°2.78%28.24%
CMYK0.00%0.00%2.78%
71.76%

Color #484846 in popluar number systems.

HEX484846
Decimal727270
Binary100100010010001000110
Octal110110106

Shades and tints

Shades of #484846

#484846
(72,72,70)
#424240
(66,66,64)
#3C3C3A
(60,60,58)
#363634
(54,54,52)
#30302E
(48,48,46)
#2A2A28
(42,42,40)
#242422
(36,36,34)
#1E1E1C
(30,30,28)
#181816
(24,24,22)
#121210
(18,18,16)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #484846

#484846
(72,72,70)
#585856
(88,88,86)
#686866
(104,104,102)
#787876
(120,120,118)
#888886
(136,136,134)
#989896
(152,152,150)
#A8A8A6
(168,168,166)
#B8B8B6
(184,184,182)
#C8C8C6
(200,200,198)
#D8D8D6
(216,216,214)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484846; }

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

This text font color is #484846.


Background Color

.myBgColor { background-color: #484846; }

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

This div background color is #484846.


Border color

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

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

This div border color is #484846.


Opacity

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

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

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

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

This text has shadow with #484846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484846 on black background.


Color preview on white background

This text has color #484846 on white background.



Black color preview on #484846 background

This text has black color on #484846 background.


White color preview on #484846 background

This text has white color on #484846 background.