COLOR #848588

HEX: #848588
RGB: (132,133,136)

Color info

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

RGB color model

#848588 color RGB value is (132,133,136).

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

RGB channels and saturation

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

132
133
136

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

Portions of RGB colors in percentages

R + G + B =
132 + 133 + 136 = 401 (100%)
R 132 of 401 ~ 32.92%
G 133 of 401 ~ 33.17%
B 136 of 401 ~ 33.92%

%32.92
%33.17
%33.92

CMYK color model

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

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

CMYK percentages

%2.94
%2.21
%0
%46.67

Codes

Color #848588 in popluar color models

848588
RGB132133136
HSL225°1.65%52.55%
HSB/HSV225°2.94%53.33%
CMYK2.94%2.21%0.00%
46.67%

Color #848588 in popluar number systems.

HEX848588
Decimal132133136
Binary100001001000010110001000
Octal204205210

Shades and tints

Shades of #848588

#848588
(132,133,136)
#78797C
(120,121,124)
#6C6D70
(108,109,112)
#606164
(96,97,100)
#545558
(84,85,88)
#48494C
(72,73,76)
#3C3D40
(60,61,64)
#303134
(48,49,52)
#242528
(36,37,40)
#18191C
(24,25,28)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #848588

#848588
(132,133,136)
#8F9092
(143,144,146)
#9A9B9C
(154,155,156)
#A5A6A6
(165,166,166)
#B0B1B0
(176,177,176)
#BBBCBA
(187,188,186)
#C6C7C4
(198,199,196)
#D1D2CE
(209,210,206)
#DCDDD8
(220,221,216)
#E7E8E2
(231,232,226)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848588; }

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

This text font color is #848588.


Background Color

.myBgColor { background-color: #848588; }

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

This div background color is #848588.


Border color

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

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

This div border color is #848588.


Opacity

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

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

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

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

This text has shadow with #848588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848588 on black background.


Color preview on white background

This text has color #848588 on white background.



Black color preview on #848588 background

This text has black color on #848588 background.


White color preview on #848588 background

This text has white color on #848588 background.