COLOR #849E7D

HEX: #849E7D
RGB: (132,158,125)

Color info

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

RGB color model

#849E7D color RGB value is (132,158,125).

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

RGB channels and saturation

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

132
158
125

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

Portions of RGB colors in percentages

R + G + B =
132 + 158 + 125 = 415 (100%)
R 132 of 415 ~ 31.81%
G 158 of 415 ~ 38.07%
B 125 of 415 ~ 30.12%

%31.81
%38.07
%30.12

CMYK color model

#849E7D color CMYK value is (16,0,21,38).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 20.89%
  • key color value is 38.04%
CMYK:
(16,0,21,38)
C16M0Y21K38 
(16%,0%,21%,38%)
(0.16/0.00/0.21/0.38)	

CMYK percentages

%16.46
%0
%20.89
%38.04

Codes

Color #849E7D in popluar color models

849E7D
RGB132158125
HSL107°14.54%55.49%
HSB/HSV107°20.89%61.96%
CMYK16.46%0.00%20.89%
38.04%

Color #849E7D in popluar number systems.

HEX849E7D
Decimal132158125
Binary10000100100111101111101
Octal204236175

Shades and tints

Shades of #849E7D

#849E7D
(132,158,125)
#789072
(120,144,114)
#6C8267
(108,130,103)
#60745C
(96,116,92)
#546651
(84,102,81)
#485846
(72,88,70)
#3C4A3B
(60,74,59)
#303C30
(48,60,48)
#242E25
(36,46,37)
#18201A
(24,32,26)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #849E7D

#849E7D
(132,158,125)
#8FA688
(143,166,136)
#9AAE93
(154,174,147)
#A5B69E
(165,182,158)
#B0BEA9
(176,190,169)
#BBC6B4
(187,198,180)
#C6CEBF
(198,206,191)
#D1D6CA
(209,214,202)
#DCDED5
(220,222,213)
#E7E6E0
(231,230,224)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849E7D; }

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

This text font color is #849E7D.


Background Color

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

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

This div background color is #849E7D.


Border color

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

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

This div border color is #849E7D.


Opacity

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

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

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

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

This text has shadow with #849E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849E7D on black background.


Color preview on white background

This text has color #849E7D on white background.



Black color preview on #849E7D background

This text has black color on #849E7D background.


White color preview on #849E7D background

This text has white color on #849E7D background.