COLOR #849E80

HEX: #849E80
RGB: (132,158,128)

Color info

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

RGB color model

#849E80 color RGB value is (132,158,128).

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

RGB channels and saturation

R 132 of 255 = 52%
G 158 of 255 = 62%
B 128 of 255 = 50%

132
158
128

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

Portions of RGB colors in percentages

R + G + B =
132 + 158 + 128 = 418 (100%)
R 132 of 418 ~ 31.58%
G 158 of 418 ~ 37.8%
B 128 of 418 ~ 30.62%

%31.58
%37.8
%30.62

CMYK color model

#849E80 color CMYK value is (16,0,19,38).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 38.04%
CMYK:
(16,0,19,38)
C16M0Y19K38 
(16%,0%,19%,38%)
(0.16/0.00/0.19/0.38)	

CMYK percentages

%16.46
%0
%18.99
%38.04

Codes

Color #849E80 in popluar color models

849E80
RGB132158128
HSL112°13.39%56.08%
HSB/HSV112°18.99%61.96%
CMYK16.46%0.00%18.99%
38.04%

Color #849E80 in popluar number systems.

HEX849E80
Decimal132158128
Binary100001001001111010000000
Octal204236200

Shades and tints

Shades of #849E80

#849E80
(132,158,128)
#789075
(120,144,117)
#6C826A
(108,130,106)
#60745F
(96,116,95)
#546654
(84,102,84)
#485849
(72,88,73)
#3C4A3E
(60,74,62)
#303C33
(48,60,51)
#242E28
(36,46,40)
#18201D
(24,32,29)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #849E80

#849E80
(132,158,128)
#8FA68B
(143,166,139)
#9AAE96
(154,174,150)
#A5B6A1
(165,182,161)
#B0BEAC
(176,190,172)
#BBC6B7
(187,198,183)
#C6CEC2
(198,206,194)
#D1D6CD
(209,214,205)
#DCDED8
(220,222,216)
#E7E6E3
(231,230,227)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849E80; }

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

This text font color is #849E80.


Background Color

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

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

This div background color is #849E80.


Border color

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

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

This div border color is #849E80.


Opacity

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

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

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

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

This text has shadow with #849E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849E80 on black background.


Color preview on white background

This text has color #849E80 on white background.



Black color preview on #849E80 background

This text has black color on #849E80 background.


White color preview on #849E80 background

This text has white color on #849E80 background.