COLOR #848E6A

HEX: #848E6A
RGB: (132,142,106)

Color info

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

RGB color model

#848E6A color RGB value is (132,142,106).

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

RGB channels and saturation

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

132
142
106

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

Portions of RGB colors in percentages

R + G + B =
132 + 142 + 106 = 380 (100%)
R 132 of 380 ~ 34.74%
G 142 of 380 ~ 37.37%
B 106 of 380 ~ 27.89%

%34.74
%37.37
%27.89

CMYK color model

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

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 25.35%
  • 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
%25.35
%44.31

Codes

Color #848E6A in popluar color models

848E6A
RGB132142106
HSL77°14.52%48.63%
HSB/HSV77°25.35%55.69%
CMYK7.04%0.00%25.35%
44.31%

Color #848E6A in popluar number systems.

HEX848E6A
Decimal132142106
Binary10000100100011101101010
Octal204216152

Shades and tints

Shades of #848E6A

#848E6A
(132,142,106)
#788261
(120,130,97)
#6C7658
(108,118,88)
#606A4F
(96,106,79)
#545E46
(84,94,70)
#48523D
(72,82,61)
#3C4634
(60,70,52)
#303A2B
(48,58,43)
#242E22
(36,46,34)
#182219
(24,34,25)
#0C1610
(12,22,16)
#000000
(0,0,0)

Tints of #848E6A

#848E6A
(132,142,106)
#8F9877
(143,152,119)
#9AA284
(154,162,132)
#A5AC91
(165,172,145)
#B0B69E
(176,182,158)
#BBC0AB
(187,192,171)
#C6CAB8
(198,202,184)
#D1D4C5
(209,212,197)
#DCDED2
(220,222,210)
#E7E8DF
(231,232,223)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848E6A; }

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

This text font color is #848E6A.


Background Color

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

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

This div background color is #848E6A.


Border color

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

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

This div border color is #848E6A.


Opacity

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

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

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

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

This text has shadow with #848E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848E6A on black background.


Color preview on white background

This text has color #848E6A on white background.



Black color preview on #848E6A background

This text has black color on #848E6A background.


White color preview on #848E6A background

This text has white color on #848E6A background.