COLOR #848E6B

HEX: #848E6B
RGB: (132,142,107)

Color info

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

RGB color model

#848E6B color RGB value is (132,142,107).

  • red value is 132;
  • green value is 142;
  • blue value is 107.
RGB:
(132,142,107)
(52%,56%,42%)

RGB channels and saturation

R 132 of 255 = 52%
G 142 of 255 = 56%
B 107 of 255 = 42%

132
142
107

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

Portions of RGB colors in percentages

R + G + B =
132 + 142 + 107 = 381 (100%)
R 132 of 381 ~ 34.65%
G 142 of 381 ~ 37.27%
B 107 of 381 ~ 28.08%

%34.65
%37.27
%28.08

CMYK color model

#848E6B color CMYK value is (7,0,25,44).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 24.65%
  • key color value is 44.31%
CMYK:
(7,0,25,44)
C7M0Y25K44 
(7%,0%,25%,44%)
(0.07/0.00/0.25/0.44)	

CMYK percentages

%7.04
%0
%24.65
%44.31

Codes

Color #848E6B in popluar color models

848E6B
RGB132142107
HSL77°14.06%48.82%
HSB/HSV77°24.65%55.69%
CMYK7.04%0.00%24.65%
44.31%

Color #848E6B in popluar number systems.

HEX848E6B
Decimal132142107
Binary10000100100011101101011
Octal204216153

Shades and tints

Shades of #848E6B

#848E6B
(132,142,107)
#788262
(120,130,98)
#6C7659
(108,118,89)
#606A50
(96,106,80)
#545E47
(84,94,71)
#48523E
(72,82,62)
#3C4635
(60,70,53)
#303A2C
(48,58,44)
#242E23
(36,46,35)
#18221A
(24,34,26)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #848E6B

#848E6B
(132,142,107)
#8F9878
(143,152,120)
#9AA285
(154,162,133)
#A5AC92
(165,172,146)
#B0B69F
(176,182,159)
#BBC0AC
(187,192,172)
#C6CAB9
(198,202,185)
#D1D4C6
(209,212,198)
#DCDED3
(220,222,211)
#E7E8E0
(231,232,224)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848E6B color. Also use rgb(132,142,107) instead hex code.

Text Font Color

.myTextColor { color: #848E6B; }

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

This text font color is #848E6B.


Background Color

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

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

This div background color is #848E6B.


Border color

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

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

This div border color is #848E6B.


Opacity

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

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

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

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

This text has shadow with #848E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848E6B on black background.


Color preview on white background

This text has color #848E6B on white background.



Black color preview on #848E6B background

This text has black color on #848E6B background.


White color preview on #848E6B background

This text has white color on #848E6B background.