COLOR #848885

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

132
136
133

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

Portions of RGB colors in percentages

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

%32.92
%33.92
%33.17

CMYK color model

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

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

CMYK percentages

%2.94
%0
%2.21
%46.67

Codes

Color #848885 in popluar color models

848885
RGB132136133
HSL135°1.65%52.55%
HSB/HSV135°2.94%53.33%
CMYK2.94%0.00%2.21%
46.67%

Color #848885 in popluar number systems.

HEX848885
Decimal132136133
Binary100001001000100010000101
Octal204210205

Shades and tints

Shades of #848885

#848885
(132,136,133)
#787C79
(120,124,121)
#6C706D
(108,112,109)
#606461
(96,100,97)
#545855
(84,88,85)
#484C49
(72,76,73)
#3C403D
(60,64,61)
#303431
(48,52,49)
#242825
(36,40,37)
#181C19
(24,28,25)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #848885

#848885
(132,136,133)
#8F9290
(143,146,144)
#9A9C9B
(154,156,155)
#A5A6A6
(165,166,166)
#B0B0B1
(176,176,177)
#BBBABC
(187,186,188)
#C6C4C7
(198,196,199)
#D1CED2
(209,206,210)
#DCD8DD
(220,216,221)
#E7E2E8
(231,226,232)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848885; }

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

This text font color is #848885.


Background Color

.myBgColor { background-color: #848885; }

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

This div background color is #848885.


Border color

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

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

This div border color is #848885.


Opacity

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

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

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

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

This text has shadow with #848885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848885 on black background.


Color preview on white background

This text has color #848885 on white background.



Black color preview on #848885 background

This text has black color on #848885 background.


White color preview on #848885 background

This text has white color on #848885 background.