COLOR #849A8A

HEX: #849A8A
RGB: (132,154,138)

Color info

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

RGB color model

#849A8A color RGB value is (132,154,138).

  • red value is 132;
  • green value is 154;
  • blue value is 138.
RGB:
(132,154,138)
(52%,60%,54%)

RGB channels and saturation

R 132 of 255 = 52%
G 154 of 255 = 60%
B 138 of 255 = 54%

132
154
138

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

Portions of RGB colors in percentages

R + G + B =
132 + 154 + 138 = 424 (100%)
R 132 of 424 ~ 31.13%
G 154 of 424 ~ 36.32%
B 138 of 424 ~ 32.55%

%31.13
%36.32
%32.55

CMYK color model

#849A8A color CMYK value is (14,0,10,40).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 10.39%
  • key color value is 39.61%
CMYK:
(14,0,10,40)
C14M0Y10K40 
(14%,0%,10%,40%)
(0.14/0.00/0.10/0.40)	

CMYK percentages

%14.29
%0
%10.39
%39.61

Codes

Color #849A8A in popluar color models

849A8A
RGB132154138
HSL136°9.82%56.08%
HSB/HSV136°14.29%60.39%
CMYK14.29%0.00%10.39%
39.61%

Color #849A8A in popluar number systems.

HEX849A8A
Decimal132154138
Binary100001001001101010001010
Octal204232212

Shades and tints

Shades of #849A8A

#849A8A
(132,154,138)
#788C7E
(120,140,126)
#6C7E72
(108,126,114)
#607066
(96,112,102)
#54625A
(84,98,90)
#48544E
(72,84,78)
#3C4642
(60,70,66)
#303836
(48,56,54)
#242A2A
(36,42,42)
#181C1E
(24,28,30)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #849A8A

#849A8A
(132,154,138)
#8FA394
(143,163,148)
#9AAC9E
(154,172,158)
#A5B5A8
(165,181,168)
#B0BEB2
(176,190,178)
#BBC7BC
(187,199,188)
#C6D0C6
(198,208,198)
#D1D9D0
(209,217,208)
#DCE2DA
(220,226,218)
#E7EBE4
(231,235,228)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849A8A color. Also use rgb(132,154,138) instead hex code.

Text Font Color

.myTextColor { color: #849A8A; }

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

This text font color is #849A8A.


Background Color

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

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

This div background color is #849A8A.


Border color

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

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

This div border color is #849A8A.


Opacity

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

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

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

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

This text has shadow with #849A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849A8A on black background.


Color preview on white background

This text has color #849A8A on white background.



Black color preview on #849A8A background

This text has black color on #849A8A background.


White color preview on #849A8A background

This text has white color on #849A8A background.