COLOR #849367

HEX: #849367
RGB: (132,147,103)

Color info

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

RGB color model

#849367 color RGB value is (132,147,103).

  • red value is 132;
  • green value is 147;
  • blue value is 103.
RGB:
(132,147,103)
(52%,58%,40%)

RGB channels and saturation

R 132 of 255 = 52%
G 147 of 255 = 58%
B 103 of 255 = 40%

132
147
103

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

Portions of RGB colors in percentages

R + G + B =
132 + 147 + 103 = 382 (100%)
R 132 of 382 ~ 34.55%
G 147 of 382 ~ 38.48%
B 103 of 382 ~ 26.96%

%34.55
%38.48
%26.96

CMYK color model

#849367 color CMYK value is (10,0,30,42).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 29.93%
  • key color value is 42.35%
CMYK:
(10,0,30,42)
C10M0Y30K42 
(10%,0%,30%,42%)
(0.10/0.00/0.30/0.42)	

CMYK percentages

%10.2
%0
%29.93
%42.35

Codes

Color #849367 in popluar color models

849367
RGB132147103
HSL80°17.60%49.02%
HSB/HSV80°29.93%57.65%
CMYK10.20%0.00%29.93%
42.35%

Color #849367 in popluar number systems.

HEX849367
Decimal132147103
Binary10000100100100111100111
Octal204223147

Shades and tints

Shades of #849367

#849367
(132,147,103)
#78865E
(120,134,94)
#6C7955
(108,121,85)
#606C4C
(96,108,76)
#545F43
(84,95,67)
#48523A
(72,82,58)
#3C4531
(60,69,49)
#303828
(48,56,40)
#242B1F
(36,43,31)
#181E16
(24,30,22)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #849367

#849367
(132,147,103)
#8F9C74
(143,156,116)
#9AA581
(154,165,129)
#A5AE8E
(165,174,142)
#B0B79B
(176,183,155)
#BBC0A8
(187,192,168)
#C6C9B5
(198,201,181)
#D1D2C2
(209,210,194)
#DCDBCF
(220,219,207)
#E7E4DC
(231,228,220)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849367 color. Also use rgb(132,147,103) instead hex code.

Text Font Color

.myTextColor { color: #849367; }

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

This text font color is #849367.


Background Color

.myBgColor { background-color: #849367; }

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

This div background color is #849367.


Border color

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

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

This div border color is #849367.


Opacity

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

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

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

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

This text has shadow with #849367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849367 on black background.


Color preview on white background

This text has color #849367 on white background.



Black color preview on #849367 background

This text has black color on #849367 background.


White color preview on #849367 background

This text has white color on #849367 background.