COLOR #849675

HEX: #849675
RGB: (132,150,117)

Color info

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

RGB color model

#849675 color RGB value is (132,150,117).

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

RGB channels and saturation

R 132 of 255 = 52%
G 150 of 255 = 59%
B 117 of 255 = 46%

132
150
117

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

Portions of RGB colors in percentages

R + G + B =
132 + 150 + 117 = 399 (100%)
R 132 of 399 ~ 33.08%
G 150 of 399 ~ 37.59%
B 117 of 399 ~ 29.32%

%33.08
%37.59
%29.32

CMYK color model

#849675 color CMYK value is (12,0,22,41).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 41.18%
CMYK:
(12,0,22,41)
C12M0Y22K41 
(12%,0%,22%,41%)
(0.12/0.00/0.22/0.41)	

CMYK percentages

%12
%0
%22
%41.18

Codes

Color #849675 in popluar color models

849675
RGB132150117
HSL93°13.58%52.35%
HSB/HSV93°22.00%58.82%
CMYK12.00%0.00%22.00%
41.18%

Color #849675 in popluar number systems.

HEX849675
Decimal132150117
Binary10000100100101101110101
Octal204226165

Shades and tints

Shades of #849675

#849675
(132,150,117)
#78896B
(120,137,107)
#6C7C61
(108,124,97)
#606F57
(96,111,87)
#54624D
(84,98,77)
#485543
(72,85,67)
#3C4839
(60,72,57)
#303B2F
(48,59,47)
#242E25
(36,46,37)
#18211B
(24,33,27)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #849675

#849675
(132,150,117)
#8F9F81
(143,159,129)
#9AA88D
(154,168,141)
#A5B199
(165,177,153)
#B0BAA5
(176,186,165)
#BBC3B1
(187,195,177)
#C6CCBD
(198,204,189)
#D1D5C9
(209,213,201)
#DCDED5
(220,222,213)
#E7E7E1
(231,231,225)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849675; }

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

This text font color is #849675.


Background Color

.myBgColor { background-color: #849675; }

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

This div background color is #849675.


Border color

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

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

This div border color is #849675.


Opacity

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

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

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

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

This text has shadow with #849675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849675 on black background.


Color preview on white background

This text has color #849675 on white background.



Black color preview on #849675 background

This text has black color on #849675 background.


White color preview on #849675 background

This text has white color on #849675 background.