COLOR #848488

HEX: #848488
RGB: (132,132,136)

Color info

#848488 contains red, green and blue colors in about the same proportion. Web safe color of #848488 is #999999 (or #999).

RGB color model

#848488 color RGB value is (132,132,136).

  • red value is 132;
  • green value is 132;
  • blue value is 136.
RGB: (132,132,136) (52%,52%,53%)

RGB channels and saturation

R 132 of 255 = 52%
G 132 of 255 = 52%
B 136 of 255 = 53%

132
132
136

R + G + B ~ 52%. #848488 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 132 + 136 = 400 (100%)
R 132 of 400 ~ 33%
G 132 of 400 ~ 33%
B 136 of 400 ~ 34%

%33
%33
%34

CMYK color model

#848488 color CMYK value is (3,3,0,47).

  • cyan value is 2.94%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK: (3,3,0,47) C3M3Y0K47 (3%,3%,0%,47%) (0.03/0.03/0.00/0.47)

CMYK percentages

%2.94
%2.94
%0
%46.67

Codes

Color #848488 in popluar color models

848488
RGB132132136
HSL240°1.65%52.55%
HSB/HSV240°2.94%53.33%
CMYK2.94%2.94%0.00%
46.67%

Color #848488 in popluar number systems.

HEX848488
Decimal132132136
Binary100001001000010010001000
Octal204204210

Shades and tints

Shades of #848488

#848488
(132,132,136)
#78787C
(120,120,124)
#6C6C70
(108,108,112)
#606064
(96,96,100)
#545458
(84,84,88)
#48484C
(72,72,76)
#3C3C40
(60,60,64)
#303034
(48,48,52)
#242428
(36,36,40)
#18181C
(24,24,28)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #848488

#848488
(132,132,136)
#8F8F92
(143,143,146)
#9A9A9C
(154,154,156)
#A5A5A6
(165,165,166)
#B0B0B0
(176,176,176)
#BBBBBA
(187,187,186)
#C6C6C4
(198,198,196)
#D1D1CE
(209,209,206)
#DCDCD8
(220,220,216)
#E7E7E2
(231,231,226)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848488 color. Also use rgb(132,132,136) instead hex code.

Text Font Color

.myTextColor { color: #848488; }

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

This text font color is #848488.


Background Color

.myBgColor { background-color: #848488; }

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

This div background color is #848488.


Border color

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

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

This div border color is #848488.


Opacity

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

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

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

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

This text has shadow with #848488 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #848488 on black background.


Color preview on white background

This text has color #848488 on white background.



Black color preview on #848488 background

This text has black color on #848488 background.


White color preview on #848488 background

This text has white color on #848488 background.