COLOR #849692

HEX: #849692
RGB: (132,150,146)

Color info

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

RGB color model

#849692 color RGB value is (132,150,146).

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

RGB channels and saturation

R 132 of 255 = 52%
G 150 of 255 = 59%
B 146 of 255 = 57%

132
150
146

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

Portions of RGB colors in percentages

R + G + B =
132 + 150 + 146 = 428 (100%)
R 132 of 428 ~ 30.84%
G 150 of 428 ~ 35.05%
B 146 of 428 ~ 34.11%

%30.84
%35.05
%34.11

CMYK color model

#849692 color CMYK value is (12,0,3,41).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 41.18%
CMYK:
(12,0,3,41)
C12M0Y3K41 
(12%,0%,3%,41%)
(0.12/0.00/0.03/0.41)	

CMYK percentages

%12
%0
%2.67
%41.18

Codes

Color #849692 in popluar color models

849692
RGB132150146
HSL167°7.89%55.29%
HSB/HSV167°12.00%58.82%
CMYK12.00%0.00%2.67%
41.18%

Color #849692 in popluar number systems.

HEX849692
Decimal132150146
Binary100001001001011010010010
Octal204226222

Shades and tints

Shades of #849692

#849692
(132,150,146)
#788985
(120,137,133)
#6C7C78
(108,124,120)
#606F6B
(96,111,107)
#54625E
(84,98,94)
#485551
(72,85,81)
#3C4844
(60,72,68)
#303B37
(48,59,55)
#242E2A
(36,46,42)
#18211D
(24,33,29)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #849692

#849692
(132,150,146)
#8F9F9B
(143,159,155)
#9AA8A4
(154,168,164)
#A5B1AD
(165,177,173)
#B0BAB6
(176,186,182)
#BBC3BF
(187,195,191)
#C6CCC8
(198,204,200)
#D1D5D1
(209,213,209)
#DCDEDA
(220,222,218)
#E7E7E3
(231,231,227)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849692; }

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

This text font color is #849692.


Background Color

.myBgColor { background-color: #849692; }

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

This div background color is #849692.


Border color

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

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

This div border color is #849692.


Opacity

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

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

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

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

This text has shadow with #849692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849692 on black background.


Color preview on white background

This text has color #849692 on white background.



Black color preview on #849692 background

This text has black color on #849692 background.


White color preview on #849692 background

This text has white color on #849692 background.