COLOR #848B6F

HEX: #848B6F
RGB: (132,139,111)

Color info

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

RGB color model

#848B6F color RGB value is (132,139,111).

  • red value is 132;
  • green value is 139;
  • blue value is 111.
RGB:
(132,139,111)
(52%,55%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 139 of 255 = 55%
B 111 of 255 = 44%

132
139
111

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

Portions of RGB colors in percentages

R + G + B =
132 + 139 + 111 = 382 (100%)
R 132 of 382 ~ 34.55%
G 139 of 382 ~ 36.39%
B 111 of 382 ~ 29.06%

%34.55
%36.39
%29.06

CMYK color model

#848B6F color CMYK value is (5,0,20,45).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 20.14%
  • key color value is 45.49%
CMYK:
(5,0,20,45)
C5M0Y20K45 
(5%,0%,20%,45%)
(0.05/0.00/0.20/0.45)	

CMYK percentages

%5.04
%0
%20.14
%45.49

Codes

Color #848B6F in popluar color models

848B6F
RGB132139111
HSL75°11.20%49.02%
HSB/HSV75°20.14%54.51%
CMYK5.04%0.00%20.14%
45.49%

Color #848B6F in popluar number systems.

HEX848B6F
Decimal132139111
Binary10000100100010111101111
Octal204213157

Shades and tints

Shades of #848B6F

#848B6F
(132,139,111)
#787F65
(120,127,101)
#6C735B
(108,115,91)
#606751
(96,103,81)
#545B47
(84,91,71)
#484F3D
(72,79,61)
#3C4333
(60,67,51)
#303729
(48,55,41)
#242B1F
(36,43,31)
#181F15
(24,31,21)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #848B6F

#848B6F
(132,139,111)
#8F957C
(143,149,124)
#9A9F89
(154,159,137)
#A5A996
(165,169,150)
#B0B3A3
(176,179,163)
#BBBDB0
(187,189,176)
#C6C7BD
(198,199,189)
#D1D1CA
(209,209,202)
#DCDBD7
(220,219,215)
#E7E5E4
(231,229,228)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848B6F color. Also use rgb(132,139,111) instead hex code.

Text Font Color

.myTextColor { color: #848B6F; }

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

This text font color is #848B6F.


Background Color

.myBgColor { background-color: #848B6F; }

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

This div background color is #848B6F.


Border color

.myBorderColor { border: 1px solid #848B6F; }

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

This div border color is #848B6F.


Opacity

.myOpacity80 { color: #848B6F; opacity: 0.8; }

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

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

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

This text has shadow with #848B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848B6F on black background.


Color preview on white background

This text has color #848B6F on white background.



Black color preview on #848B6F background

This text has black color on #848B6F background.


White color preview on #848B6F background

This text has white color on #848B6F background.