COLOR #849695

HEX: #849695
RGB: (132,150,149)

Color info

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

RGB color model

#849695 color RGB value is (132,150,149).

  • red value is 132;
  • green value is 150;
  • blue value is 149.
RGB:
(132,150,149)
(52%,59%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 150 of 255 = 59%
B 149 of 255 = 58%

132
150
149

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

Portions of RGB colors in percentages

R + G + B =
132 + 150 + 149 = 431 (100%)
R 132 of 431 ~ 30.63%
G 150 of 431 ~ 34.8%
B 149 of 431 ~ 34.57%

%30.63
%34.8
%34.57

CMYK color model

#849695 color CMYK value is (12,0,1,41).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 0.67%
  • key color value is 41.18%
CMYK:
(12,0,1,41)
C12M0Y1K41 
(12%,0%,1%,41%)
(0.12/0.00/0.01/0.41)	

CMYK percentages

%12
%0
%0.67
%41.18

Codes

Color #849695 in popluar color models

849695
RGB132150149
HSL177°7.89%55.29%
HSB/HSV177°12.00%58.82%
CMYK12.00%0.00%0.67%
41.18%

Color #849695 in popluar number systems.

HEX849695
Decimal132150149
Binary100001001001011010010101
Octal204226225

Shades and tints

Shades of #849695

#849695
(132,150,149)
#788988
(120,137,136)
#6C7C7B
(108,124,123)
#606F6E
(96,111,110)
#546261
(84,98,97)
#485554
(72,85,84)
#3C4847
(60,72,71)
#303B3A
(48,59,58)
#242E2D
(36,46,45)
#182120
(24,33,32)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #849695

#849695
(132,150,149)
#8F9F9E
(143,159,158)
#9AA8A7
(154,168,167)
#A5B1B0
(165,177,176)
#B0BAB9
(176,186,185)
#BBC3C2
(187,195,194)
#C6CCCB
(198,204,203)
#D1D5D4
(209,213,212)
#DCDEDD
(220,222,221)
#E7E7E6
(231,231,230)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849695 color. Also use rgb(132,150,149) instead hex code.

Text Font Color

.myTextColor { color: #849695; }

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

This text font color is #849695.


Background Color

.myBgColor { background-color: #849695; }

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

This div background color is #849695.


Border color

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

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

This div border color is #849695.


Opacity

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

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

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

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

This text has shadow with #849695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849695 on black background.


Color preview on white background

This text has color #849695 on white background.



Black color preview on #849695 background

This text has black color on #849695 background.


White color preview on #849695 background

This text has white color on #849695 background.