COLOR #849267

HEX: #849267
RGB: (132,146,103)

Color info

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

RGB color model

#849267 color RGB value is (132,146,103).

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

RGB channels and saturation

R 132 of 255 = 52%
G 146 of 255 = 57%
B 103 of 255 = 40%

132
146
103

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

Portions of RGB colors in percentages

R + G + B =
132 + 146 + 103 = 381 (100%)
R 132 of 381 ~ 34.65%
G 146 of 381 ~ 38.32%
B 103 of 381 ~ 27.03%

%34.65
%38.32
%27.03

CMYK color model

#849267 color CMYK value is (10,0,29,43).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 29.45%
  • key color value is 42.75%
CMYK:
(10,0,29,43)
C10M0Y29K43 
(10%,0%,29%,43%)
(0.10/0.00/0.29/0.43)	

CMYK percentages

%9.59
%0
%29.45
%42.75

Codes

Color #849267 in popluar color models

849267
RGB132146103
HSL80°17.27%48.82%
HSB/HSV80°29.45%57.25%
CMYK9.59%0.00%29.45%
42.75%

Color #849267 in popluar number systems.

HEX849267
Decimal132146103
Binary10000100100100101100111
Octal204222147

Shades and tints

Shades of #849267

#849267
(132,146,103)
#78855E
(120,133,94)
#6C7855
(108,120,85)
#606B4C
(96,107,76)
#545E43
(84,94,67)
#48513A
(72,81,58)
#3C4431
(60,68,49)
#303728
(48,55,40)
#242A1F
(36,42,31)
#181D16
(24,29,22)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #849267

#849267
(132,146,103)
#8F9B74
(143,155,116)
#9AA481
(154,164,129)
#A5AD8E
(165,173,142)
#B0B69B
(176,182,155)
#BBBFA8
(187,191,168)
#C6C8B5
(198,200,181)
#D1D1C2
(209,209,194)
#DCDACF
(220,218,207)
#E7E3DC
(231,227,220)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849267; }

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

This text font color is #849267.


Background Color

.myBgColor { background-color: #849267; }

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

This div background color is #849267.


Border color

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

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

This div border color is #849267.


Opacity

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

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

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

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

This text has shadow with #849267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849267 on black background.


Color preview on white background

This text has color #849267 on white background.



Black color preview on #849267 background

This text has black color on #849267 background.


White color preview on #849267 background

This text has white color on #849267 background.