COLOR #849656

HEX: #849656
RGB: (132,150,86)

Color info

#849656 contains mainly red and green colors. Web safe color of #849656 is #999966 (or #996).

RGB color model

#849656 color RGB value is (132,150,86).

  • red value is 132;
  • green value is 150;
  • blue value is 86.
RGB:
(132,150,86)
(52%,59%,34%)

RGB channels and saturation

R 132 of 255 = 52%
G 150 of 255 = 59%
B 86 of 255 = 34%

132
150
86

R + G + B ~ 48%. #849656 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 150 + 86 = 368 (100%)
R 132 of 368 ~ 35.87%
G 150 of 368 ~ 40.76%
B 86 of 368 ~ 23.37%

%35.87
%40.76
%23.37

CMYK color model

#849656 color CMYK value is (12,0,43,41).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 42.67%
  • key color value is 41.18%
CMYK:
(12,0,43,41)
C12M0Y43K41 
(12%,0%,43%,41%)
(0.12/0.00/0.43/0.41)	

CMYK percentages

%12
%0
%42.67
%41.18

Codes

Color #849656 in popluar color models

849656
RGB13215086
HSL77°27.12%46.27%
HSB/HSV77°42.67%58.82%
CMYK12.00%0.00%42.67%
41.18%

Color #849656 in popluar number systems.

HEX849656
Decimal13215086
Binary10000100100101101010110
Octal204226126

Shades and tints

Shades of #849656

#849656
(132,150,86)
#78894F
(120,137,79)
#6C7C48
(108,124,72)
#606F41
(96,111,65)
#54623A
(84,98,58)
#485533
(72,85,51)
#3C482C
(60,72,44)
#303B25
(48,59,37)
#242E1E
(36,46,30)
#182117
(24,33,23)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #849656

#849656
(132,150,86)
#8F9F65
(143,159,101)
#9AA874
(154,168,116)
#A5B183
(165,177,131)
#B0BA92
(176,186,146)
#BBC3A1
(187,195,161)
#C6CCB0
(198,204,176)
#D1D5BF
(209,213,191)
#DCDECE
(220,222,206)
#E7E7DD
(231,231,221)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849656 color. Also use rgb(132,150,86) instead hex code.

Text Font Color

.myTextColor { color: #849656; }

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

This text font color is #849656.


Background Color

.myBgColor { background-color: #849656; }

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

This div background color is #849656.


Border color

.myBorderColor { border: 1px solid #849656; }

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

This div border color is #849656.


Opacity

.myOpacity80 { color: #849656; opacity: 0.8; }

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

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

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

This text has shadow with #849656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849656 on black background.


Color preview on white background

This text has color #849656 on white background.



Black color preview on #849656 background

This text has black color on #849656 background.


White color preview on #849656 background

This text has white color on #849656 background.