COLOR #849B6C

HEX: #849B6C
RGB: (132,155,108)

Color info

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

RGB color model

#849B6C color RGB value is (132,155,108).

  • red value is 132;
  • green value is 155;
  • blue value is 108.
RGB:
(132,155,108)
(52%,61%,42%)

RGB channels and saturation

R 132 of 255 = 52%
G 155 of 255 = 61%
B 108 of 255 = 42%

132
155
108

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

Portions of RGB colors in percentages

R + G + B =
132 + 155 + 108 = 395 (100%)
R 132 of 395 ~ 33.42%
G 155 of 395 ~ 39.24%
B 108 of 395 ~ 27.34%

%33.42
%39.24
%27.34

CMYK color model

#849B6C color CMYK value is (15,0,30,39).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 30.32%
  • key color value is 39.22%
CMYK:
(15,0,30,39)
C15M0Y30K39 
(15%,0%,30%,39%)
(0.15/0.00/0.30/0.39)	

CMYK percentages

%14.84
%0
%30.32
%39.22

Codes

Color #849B6C in popluar color models

849B6C
RGB132155108
HSL89°19.03%51.57%
HSB/HSV89°30.32%60.78%
CMYK14.84%0.00%30.32%
39.22%

Color #849B6C in popluar number systems.

HEX849B6C
Decimal132155108
Binary10000100100110111101100
Octal204233154

Shades and tints

Shades of #849B6C

#849B6C
(132,155,108)
#788D63
(120,141,99)
#6C7F5A
(108,127,90)
#607151
(96,113,81)
#546348
(84,99,72)
#48553F
(72,85,63)
#3C4736
(60,71,54)
#30392D
(48,57,45)
#242B24
(36,43,36)
#181D1B
(24,29,27)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #849B6C

#849B6C
(132,155,108)
#8FA479
(143,164,121)
#9AAD86
(154,173,134)
#A5B693
(165,182,147)
#B0BFA0
(176,191,160)
#BBC8AD
(187,200,173)
#C6D1BA
(198,209,186)
#D1DAC7
(209,218,199)
#DCE3D4
(220,227,212)
#E7ECE1
(231,236,225)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849B6C color. Also use rgb(132,155,108) instead hex code.

Text Font Color

.myTextColor { color: #849B6C; }

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

This text font color is #849B6C.


Background Color

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

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

This div background color is #849B6C.


Border color

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

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

This div border color is #849B6C.


Opacity

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

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

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

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

This text has shadow with #849B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849B6C on black background.


Color preview on white background

This text has color #849B6C on white background.



Black color preview on #849B6C background

This text has black color on #849B6C background.


White color preview on #849B6C background

This text has white color on #849B6C background.