COLOR #849C87

HEX: #849C87
RGB: (132,156,135)

Color info

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

RGB color model

#849C87 color RGB value is (132,156,135).

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

RGB channels and saturation

R 132 of 255 = 52%
G 156 of 255 = 61%
B 135 of 255 = 53%

132
156
135

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

Portions of RGB colors in percentages

R + G + B =
132 + 156 + 135 = 423 (100%)
R 132 of 423 ~ 31.21%
G 156 of 423 ~ 36.88%
B 135 of 423 ~ 31.91%

%31.21
%36.88
%31.91

CMYK color model

#849C87 color CMYK value is (15,0,13,39).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 38.82%
CMYK:
(15,0,13,39)
C15M0Y13K39 
(15%,0%,13%,39%)
(0.15/0.00/0.13/0.39)	

CMYK percentages

%15.38
%0
%13.46
%38.82

Codes

Color #849C87 in popluar color models

849C87
RGB132156135
HSL128°10.81%56.47%
HSB/HSV128°15.38%61.18%
CMYK15.38%0.00%13.46%
38.82%

Color #849C87 in popluar number systems.

HEX849C87
Decimal132156135
Binary100001001001110010000111
Octal204234207

Shades and tints

Shades of #849C87

#849C87
(132,156,135)
#788E7B
(120,142,123)
#6C806F
(108,128,111)
#607263
(96,114,99)
#546457
(84,100,87)
#48564B
(72,86,75)
#3C483F
(60,72,63)
#303A33
(48,58,51)
#242C27
(36,44,39)
#181E1B
(24,30,27)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #849C87

#849C87
(132,156,135)
#8FA591
(143,165,145)
#9AAE9B
(154,174,155)
#A5B7A5
(165,183,165)
#B0C0AF
(176,192,175)
#BBC9B9
(187,201,185)
#C6D2C3
(198,210,195)
#D1DBCD
(209,219,205)
#DCE4D7
(220,228,215)
#E7EDE1
(231,237,225)
#F2F6EB
(242,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849C87; }

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

This text font color is #849C87.


Background Color

.myBgColor { background-color: #849C87; }

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

This div background color is #849C87.


Border color

.myBorderColor { border: 1px solid #849C87; }

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

This div border color is #849C87.


Opacity

.myOpacity80 { color: #849C87; opacity: 0.8; }

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

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

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

This text has shadow with #849C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849C87 on black background.


Color preview on white background

This text has color #849C87 on white background.



Black color preview on #849C87 background

This text has black color on #849C87 background.


White color preview on #849C87 background

This text has white color on #849C87 background.