COLOR #849B62

HEX: #849B62
RGB: (132,155,98)

Color info

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

RGB color model

#849B62 color RGB value is (132,155,98).

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

RGB channels and saturation

R 132 of 255 = 52%
G 155 of 255 = 61%
B 98 of 255 = 38%

132
155
98

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

Portions of RGB colors in percentages

R + G + B =
132 + 155 + 98 = 385 (100%)
R 132 of 385 ~ 34.29%
G 155 of 385 ~ 40.26%
B 98 of 385 ~ 25.45%

%34.29
%40.26
%25.45

CMYK color model

#849B62 color CMYK value is (15,0,37,39).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 36.77%
  • key color value is 39.22%
CMYK:
(15,0,37,39)
C15M0Y37K39 
(15%,0%,37%,39%)
(0.15/0.00/0.37/0.39)	

CMYK percentages

%14.84
%0
%36.77
%39.22

Codes

Color #849B62 in popluar color models

849B62
RGB13215598
HSL84°22.53%49.61%
HSB/HSV84°36.77%60.78%
CMYK14.84%0.00%36.77%
39.22%

Color #849B62 in popluar number systems.

HEX849B62
Decimal13215598
Binary10000100100110111100010
Octal204233142

Shades and tints

Shades of #849B62

#849B62
(132,155,98)
#788D5A
(120,141,90)
#6C7F52
(108,127,82)
#60714A
(96,113,74)
#546342
(84,99,66)
#48553A
(72,85,58)
#3C4732
(60,71,50)
#30392A
(48,57,42)
#242B22
(36,43,34)
#181D1A
(24,29,26)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #849B62

#849B62
(132,155,98)
#8FA470
(143,164,112)
#9AAD7E
(154,173,126)
#A5B68C
(165,182,140)
#B0BF9A
(176,191,154)
#BBC8A8
(187,200,168)
#C6D1B6
(198,209,182)
#D1DAC4
(209,218,196)
#DCE3D2
(220,227,210)
#E7ECE0
(231,236,224)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849B62; }

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

This text font color is #849B62.


Background Color

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

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

This div background color is #849B62.


Border color

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

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

This div border color is #849B62.


Opacity

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

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

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

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

This text has shadow with #849B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849B62 on black background.


Color preview on white background

This text has color #849B62 on white background.



Black color preview on #849B62 background

This text has black color on #849B62 background.


White color preview on #849B62 background

This text has white color on #849B62 background.