COLOR #849C7A

HEX: #849C7A
RGB: (132,156,122)

Color info

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

RGB color model

#849C7A color RGB value is (132,156,122).

  • red value is 132;
  • green value is 156;
  • blue value is 122.
RGB:
(132,156,122)
(52%,61%,48%)

RGB channels and saturation

R 132 of 255 = 52%
G 156 of 255 = 61%
B 122 of 255 = 48%

132
156
122

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

Portions of RGB colors in percentages

R + G + B =
132 + 156 + 122 = 410 (100%)
R 132 of 410 ~ 32.2%
G 156 of 410 ~ 38.05%
B 122 of 410 ~ 29.76%

%32.2
%38.05
%29.76

CMYK color model

#849C7A color CMYK value is (15,0,22,39).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 38.82%
CMYK:
(15,0,22,39)
C15M0Y22K39 
(15%,0%,22%,39%)
(0.15/0.00/0.22/0.39)	

CMYK percentages

%15.38
%0
%21.79
%38.82

Codes

Color #849C7A in popluar color models

849C7A
RGB132156122
HSL102°14.66%54.51%
HSB/HSV102°21.79%61.18%
CMYK15.38%0.00%21.79%
38.82%

Color #849C7A in popluar number systems.

HEX849C7A
Decimal132156122
Binary10000100100111001111010
Octal204234172

Shades and tints

Shades of #849C7A

#849C7A
(132,156,122)
#788E6F
(120,142,111)
#6C8064
(108,128,100)
#607259
(96,114,89)
#54644E
(84,100,78)
#485643
(72,86,67)
#3C4838
(60,72,56)
#303A2D
(48,58,45)
#242C22
(36,44,34)
#181E17
(24,30,23)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #849C7A

#849C7A
(132,156,122)
#8FA586
(143,165,134)
#9AAE92
(154,174,146)
#A5B79E
(165,183,158)
#B0C0AA
(176,192,170)
#BBC9B6
(187,201,182)
#C6D2C2
(198,210,194)
#D1DBCE
(209,219,206)
#DCE4DA
(220,228,218)
#E7EDE6
(231,237,230)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849C7A color. Also use rgb(132,156,122) instead hex code.

Text Font Color

.myTextColor { color: #849C7A; }

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

This text font color is #849C7A.


Background Color

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

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

This div background color is #849C7A.


Border color

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

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

This div border color is #849C7A.


Opacity

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

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

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

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

This text has shadow with #849C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849C7A on black background.


Color preview on white background

This text has color #849C7A on white background.



Black color preview on #849C7A background

This text has black color on #849C7A background.


White color preview on #849C7A background

This text has white color on #849C7A background.