COLOR #849E7E

HEX: #849E7E
RGB: (132,158,126)

Color info

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

RGB color model

#849E7E color RGB value is (132,158,126).

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

RGB channels and saturation

R 132 of 255 = 52%
G 158 of 255 = 62%
B 126 of 255 = 49%

132
158
126

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

Portions of RGB colors in percentages

R + G + B =
132 + 158 + 126 = 416 (100%)
R 132 of 416 ~ 31.73%
G 158 of 416 ~ 37.98%
B 126 of 416 ~ 30.29%

%31.73
%37.98
%30.29

CMYK color model

#849E7E color CMYK value is (16,0,20,38).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 38.04%
CMYK: (16,0,20,38) C16M0Y20K38 (16%,0%,20%,38%) (0.16/0.00/0.20/0.38)

CMYK percentages

%16.46
%0
%20.25
%38.04

Codes

Color #849E7E in popluar color models

849E7E
RGB132158126
HSL109°14.16%55.69%
HSB/HSV109°20.25%61.96%
CMYK16.46%0.00%20.25%
38.04%

Color #849E7E in popluar number systems.

HEX849E7E
Decimal132158126
Binary10000100100111101111110
Octal204236176

Shades and tints

Shades of #849E7E

#849E7E
(132,158,126)
#789073
(120,144,115)
#6C8268
(108,130,104)
#60745D
(96,116,93)
#546652
(84,102,82)
#485847
(72,88,71)
#3C4A3C
(60,74,60)
#303C31
(48,60,49)
#242E26
(36,46,38)
#18201B
(24,32,27)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #849E7E

#849E7E
(132,158,126)
#8FA689
(143,166,137)
#9AAE94
(154,174,148)
#A5B69F
(165,182,159)
#B0BEAA
(176,190,170)
#BBC6B5
(187,198,181)
#C6CEC0
(198,206,192)
#D1D6CB
(209,214,203)
#DCDED6
(220,222,214)
#E7E6E1
(231,230,225)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849E7E; }

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

This text font color is #849E7E.


Background Color

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

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

This div background color is #849E7E.


Border color

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

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

This div border color is #849E7E.


Opacity

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

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

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

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

This text has shadow with #849E7E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #849E7E on black background.


Color preview on white background

This text has color #849E7E on white background.



Black color preview on #849E7E background

This text has black color on #849E7E background.


White color preview on #849E7E background

This text has white color on #849E7E background.