COLOR #849A80

HEX: #849A80
RGB: (132,154,128)

Color info

#849A80 contains red, green and blue colors in about the same proportion. Web safe color of #849A80 is #999966 (or #996).

RGB color model

#849A80 color RGB value is (132,154,128).

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

RGB channels and saturation

R 132 of 255 = 52%
G 154 of 255 = 60%
B 128 of 255 = 50%

132
154
128

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

Portions of RGB colors in percentages

R + G + B =
132 + 154 + 128 = 414 (100%)
R 132 of 414 ~ 31.88%
G 154 of 414 ~ 37.2%
B 128 of 414 ~ 30.92%

%31.88
%37.2
%30.92

CMYK color model

#849A80 color CMYK value is (14,0,17,40).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 39.61%
CMYK:
(14,0,17,40)
C14M0Y17K40 
(14%,0%,17%,40%)
(0.14/0.00/0.17/0.40)	

CMYK percentages

%14.29
%0
%16.88
%39.61

Codes

Color #849A80 in popluar color models

849A80
RGB132154128
HSL111°11.40%55.29%
HSB/HSV111°16.88%60.39%
CMYK14.29%0.00%16.88%
39.61%

Color #849A80 in popluar number systems.

HEX849A80
Decimal132154128
Binary100001001001101010000000
Octal204232200

Shades and tints

Shades of #849A80

#849A80
(132,154,128)
#788C75
(120,140,117)
#6C7E6A
(108,126,106)
#60705F
(96,112,95)
#546254
(84,98,84)
#485449
(72,84,73)
#3C463E
(60,70,62)
#303833
(48,56,51)
#242A28
(36,42,40)
#181C1D
(24,28,29)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #849A80

#849A80
(132,154,128)
#8FA38B
(143,163,139)
#9AAC96
(154,172,150)
#A5B5A1
(165,181,161)
#B0BEAC
(176,190,172)
#BBC7B7
(187,199,183)
#C6D0C2
(198,208,194)
#D1D9CD
(209,217,205)
#DCE2D8
(220,226,216)
#E7EBE3
(231,235,227)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849A80; }

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

This text font color is #849A80.


Background Color

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

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

This div background color is #849A80.


Border color

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

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

This div border color is #849A80.


Opacity

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

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

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

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

This text has shadow with #849A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849A80 on black background.


Color preview on white background

This text has color #849A80 on white background.



Black color preview on #849A80 background

This text has black color on #849A80 background.


White color preview on #849A80 background

This text has white color on #849A80 background.