COLOR #848788

HEX: #848788
RGB: (132,135,136)

Color info

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

RGB color model

#848788 color RGB value is (132,135,136).

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

RGB channels and saturation

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

132
135
136

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

Portions of RGB colors in percentages

R + G + B =
132 + 135 + 136 = 403 (100%)
R 132 of 403 ~ 32.75%
G 135 of 403 ~ 33.5%
B 136 of 403 ~ 33.75%

%32.75
%33.5
%33.75

CMYK color model

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

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

CMYK percentages

%2.94
%0.74
%0
%46.67

Codes

Color #848788 in popluar color models

848788
RGB132135136
HSL195°1.65%52.55%
HSB/HSV195°2.94%53.33%
CMYK2.94%0.74%0.00%
46.67%

Color #848788 in popluar number systems.

HEX848788
Decimal132135136
Binary100001001000011110001000
Octal204207210

Shades and tints

Shades of #848788

#848788
(132,135,136)
#787B7C
(120,123,124)
#6C6F70
(108,111,112)
#606364
(96,99,100)
#545758
(84,87,88)
#484B4C
(72,75,76)
#3C3F40
(60,63,64)
#303334
(48,51,52)
#242728
(36,39,40)
#181B1C
(24,27,28)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #848788

#848788
(132,135,136)
#8F9192
(143,145,146)
#9A9B9C
(154,155,156)
#A5A5A6
(165,165,166)
#B0AFB0
(176,175,176)
#BBB9BA
(187,185,186)
#C6C3C4
(198,195,196)
#D1CDCE
(209,205,206)
#DCD7D8
(220,215,216)
#E7E1E2
(231,225,226)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848788; }

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

This text font color is #848788.


Background Color

.myBgColor { background-color: #848788; }

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

This div background color is #848788.


Border color

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

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

This div border color is #848788.


Opacity

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

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

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

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

This text has shadow with #848788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848788 on black background.


Color preview on white background

This text has color #848788 on white background.



Black color preview on #848788 background

This text has black color on #848788 background.


White color preview on #848788 background

This text has white color on #848788 background.