COLOR #849186

HEX: #849186
RGB: (132,145,134)

Color info

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

RGB color model

#849186 color RGB value is (132,145,134).

  • red value is 132;
  • green value is 145;
  • blue value is 134.
RGB:
(132,145,134)
(52%,57%,53%)

RGB channels and saturation

R 132 of 255 = 52%
G 145 of 255 = 57%
B 134 of 255 = 53%

132
145
134

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

Portions of RGB colors in percentages

R + G + B =
132 + 145 + 134 = 411 (100%)
R 132 of 411 ~ 32.12%
G 145 of 411 ~ 35.28%
B 134 of 411 ~ 32.6%

%32.12
%35.28
%32.6

CMYK color model

#849186 color CMYK value is (9,0,8,43).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 43.14%
CMYK:
(9,0,8,43)
C9M0Y8K43 
(9%,0%,8%,43%)
(0.09/0.00/0.08/0.43)	

CMYK percentages

%8.97
%0
%7.59
%43.14

Codes

Color #849186 in popluar color models

849186
RGB132145134
HSL129°5.58%54.31%
HSB/HSV129°8.97%56.86%
CMYK8.97%0.00%7.59%
43.14%

Color #849186 in popluar number systems.

HEX849186
Decimal132145134
Binary100001001001000110000110
Octal204221206

Shades and tints

Shades of #849186

#849186
(132,145,134)
#78847A
(120,132,122)
#6C776E
(108,119,110)
#606A62
(96,106,98)
#545D56
(84,93,86)
#48504A
(72,80,74)
#3C433E
(60,67,62)
#303632
(48,54,50)
#242926
(36,41,38)
#181C1A
(24,28,26)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #849186

#849186
(132,145,134)
#8F9B91
(143,155,145)
#9AA59C
(154,165,156)
#A5AFA7
(165,175,167)
#B0B9B2
(176,185,178)
#BBC3BD
(187,195,189)
#C6CDC8
(198,205,200)
#D1D7D3
(209,215,211)
#DCE1DE
(220,225,222)
#E7EBE9
(231,235,233)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849186 color. Also use rgb(132,145,134) instead hex code.

Text Font Color

.myTextColor { color: #849186; }

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

This text font color is #849186.


Background Color

.myBgColor { background-color: #849186; }

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

This div background color is #849186.


Border color

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

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

This div border color is #849186.


Opacity

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

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

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

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

This text has shadow with #849186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849186 on black background.


Color preview on white background

This text has color #849186 on white background.



Black color preview on #849186 background

This text has black color on #849186 background.


White color preview on #849186 background

This text has white color on #849186 background.