COLOR #849B6D

HEX: #849B6D
RGB: (132,155,109)

Color info

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

RGB color model

#849B6D color RGB value is (132,155,109).

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

RGB channels and saturation

R 132 of 255 = 52%
G 155 of 255 = 61%
B 109 of 255 = 43%

132
155
109

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

Portions of RGB colors in percentages

R + G + B =
132 + 155 + 109 = 396 (100%)
R 132 of 396 ~ 33.33%
G 155 of 396 ~ 39.14%
B 109 of 396 ~ 27.53%

%33.33
%39.14
%27.53

CMYK color model

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

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 29.68%
  • 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
%29.68
%39.22

Codes

Color #849B6D in popluar color models

849B6D
RGB132155109
HSL90°18.70%51.76%
HSB/HSV90°29.68%60.78%
CMYK14.84%0.00%29.68%
39.22%

Color #849B6D in popluar number systems.

HEX849B6D
Decimal132155109
Binary10000100100110111101101
Octal204233155

Shades and tints

Shades of #849B6D

#849B6D
(132,155,109)
#788D64
(120,141,100)
#6C7F5B
(108,127,91)
#607152
(96,113,82)
#546349
(84,99,73)
#485540
(72,85,64)
#3C4737
(60,71,55)
#30392E
(48,57,46)
#242B25
(36,43,37)
#181D1C
(24,29,28)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #849B6D

#849B6D
(132,155,109)
#8FA47A
(143,164,122)
#9AAD87
(154,173,135)
#A5B694
(165,182,148)
#B0BFA1
(176,191,161)
#BBC8AE
(187,200,174)
#C6D1BB
(198,209,187)
#D1DAC8
(209,218,200)
#DCE3D5
(220,227,213)
#E7ECE2
(231,236,226)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849B6D; }

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

This text font color is #849B6D.


Background Color

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

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

This div background color is #849B6D.


Border color

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

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

This div border color is #849B6D.


Opacity

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

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

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

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

This text has shadow with #849B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849B6D on black background.


Color preview on white background

This text has color #849B6D on white background.



Black color preview on #849B6D background

This text has black color on #849B6D background.


White color preview on #849B6D background

This text has white color on #849B6D background.