COLOR #849888

HEX: #849888
RGB: (132,152,136)

Color info

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

RGB color model

#849888 color RGB value is (132,152,136).

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

RGB channels and saturation

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

132
152
136

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

Portions of RGB colors in percentages

R + G + B =
132 + 152 + 136 = 420 (100%)
R 132 of 420 ~ 31.43%
G 152 of 420 ~ 36.19%
B 136 of 420 ~ 32.38%

%31.43
%36.19
%32.38

CMYK color model

#849888 color CMYK value is (13,0,11,40).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 40.39%
CMYK:
(13,0,11,40)
C13M0Y11K40 
(13%,0%,11%,40%)
(0.13/0.00/0.11/0.40)	

CMYK percentages

%13.16
%0
%10.53
%40.39

Codes

Color #849888 in popluar color models

849888
RGB132152136
HSL132°8.85%55.69%
HSB/HSV132°13.16%59.61%
CMYK13.16%0.00%10.53%
40.39%

Color #849888 in popluar number systems.

HEX849888
Decimal132152136
Binary100001001001100010001000
Octal204230210

Shades and tints

Shades of #849888

#849888
(132,152,136)
#788B7C
(120,139,124)
#6C7E70
(108,126,112)
#607164
(96,113,100)
#546458
(84,100,88)
#48574C
(72,87,76)
#3C4A40
(60,74,64)
#303D34
(48,61,52)
#243028
(36,48,40)
#18231C
(24,35,28)
#0C1610
(12,22,16)
#000000
(0,0,0)

Tints of #849888

#849888
(132,152,136)
#8FA192
(143,161,146)
#9AAA9C
(154,170,156)
#A5B3A6
(165,179,166)
#B0BCB0
(176,188,176)
#BBC5BA
(187,197,186)
#C6CEC4
(198,206,196)
#D1D7CE
(209,215,206)
#DCE0D8
(220,224,216)
#E7E9E2
(231,233,226)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849888; }

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

This text font color is #849888.


Background Color

.myBgColor { background-color: #849888; }

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

This div background color is #849888.


Border color

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

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

This div border color is #849888.


Opacity

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

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

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

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

This text has shadow with #849888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849888 on black background.


Color preview on white background

This text has color #849888 on white background.



Black color preview on #849888 background

This text has black color on #849888 background.


White color preview on #849888 background

This text has white color on #849888 background.