COLOR #849174

HEX: #849174
RGB: (132,145,116)

Color info

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

RGB color model

#849174 color RGB value is (132,145,116).

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

RGB channels and saturation

R 132 of 255 = 52%
G 145 of 255 = 57%
B 116 of 255 = 45%

132
145
116

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

Portions of RGB colors in percentages

R + G + B =
132 + 145 + 116 = 393 (100%)
R 132 of 393 ~ 33.59%
G 145 of 393 ~ 36.9%
B 116 of 393 ~ 29.52%

%33.59
%36.9
%29.52

CMYK color model

#849174 color CMYK value is (9,0,20,43).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 43.14%
CMYK:
(9,0,20,43)
C9M0Y20K43 
(9%,0%,20%,43%)
(0.09/0.00/0.20/0.43)	

CMYK percentages

%8.97
%0
%20
%43.14

Codes

Color #849174 in popluar color models

849174
RGB132145116
HSL87°11.65%51.18%
HSB/HSV87°20.00%56.86%
CMYK8.97%0.00%20.00%
43.14%

Color #849174 in popluar number systems.

HEX849174
Decimal132145116
Binary10000100100100011110100
Octal204221164

Shades and tints

Shades of #849174

#849174
(132,145,116)
#78846A
(120,132,106)
#6C7760
(108,119,96)
#606A56
(96,106,86)
#545D4C
(84,93,76)
#485042
(72,80,66)
#3C4338
(60,67,56)
#30362E
(48,54,46)
#242924
(36,41,36)
#181C1A
(24,28,26)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #849174

#849174
(132,145,116)
#8F9B80
(143,155,128)
#9AA58C
(154,165,140)
#A5AF98
(165,175,152)
#B0B9A4
(176,185,164)
#BBC3B0
(187,195,176)
#C6CDBC
(198,205,188)
#D1D7C8
(209,215,200)
#DCE1D4
(220,225,212)
#E7EBE0
(231,235,224)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849174; }

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

This text font color is #849174.


Background Color

.myBgColor { background-color: #849174; }

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

This div background color is #849174.


Border color

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

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

This div border color is #849174.


Opacity

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

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

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

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

This text has shadow with #849174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849174 on black background.


Color preview on white background

This text has color #849174 on white background.



Black color preview on #849174 background

This text has black color on #849174 background.


White color preview on #849174 background

This text has white color on #849174 background.