COLOR #849175

HEX: #849175
RGB: (132,145,117)

Color info

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

RGB color model

#849175 color RGB value is (132,145,117).

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

RGB channels and saturation

R 132 of 255 = 52%
G 145 of 255 = 57%
B 117 of 255 = 46%

132
145
117

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

Portions of RGB colors in percentages

R + G + B =
132 + 145 + 117 = 394 (100%)
R 132 of 394 ~ 33.5%
G 145 of 394 ~ 36.8%
B 117 of 394 ~ 29.7%

%33.5
%36.8
%29.7

CMYK color model

#849175 color CMYK value is (9,0,19,43).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • key color value is 43.14%
CMYK:
(9,0,19,43)
C9M0Y19K43 
(9%,0%,19%,43%)
(0.09/0.00/0.19/0.43)	

CMYK percentages

%8.97
%0
%19.31
%43.14

Codes

Color #849175 in popluar color models

849175
RGB132145117
HSL88°11.29%51.37%
HSB/HSV88°19.31%56.86%
CMYK8.97%0.00%19.31%
43.14%

Color #849175 in popluar number systems.

HEX849175
Decimal132145117
Binary10000100100100011110101
Octal204221165

Shades and tints

Shades of #849175

#849175
(132,145,117)
#78846B
(120,132,107)
#6C7761
(108,119,97)
#606A57
(96,106,87)
#545D4D
(84,93,77)
#485043
(72,80,67)
#3C4339
(60,67,57)
#30362F
(48,54,47)
#242925
(36,41,37)
#181C1B
(24,28,27)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #849175

#849175
(132,145,117)
#8F9B81
(143,155,129)
#9AA58D
(154,165,141)
#A5AF99
(165,175,153)
#B0B9A5
(176,185,165)
#BBC3B1
(187,195,177)
#C6CDBD
(198,205,189)
#D1D7C9
(209,215,201)
#DCE1D5
(220,225,213)
#E7EBE1
(231,235,225)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849175; }

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

This text font color is #849175.


Background Color

.myBgColor { background-color: #849175; }

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

This div background color is #849175.


Border color

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

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

This div border color is #849175.


Opacity

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

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

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

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

This text has shadow with #849175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849175 on black background.


Color preview on white background

This text has color #849175 on white background.



Black color preview on #849175 background

This text has black color on #849175 background.


White color preview on #849175 background

This text has white color on #849175 background.