COLOR #848D6A

HEX: #848D6A
RGB: (132,141,106)

Color info

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

RGB color model

#848D6A color RGB value is (132,141,106).

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

RGB channels and saturation

R 132 of 255 = 52%
G 141 of 255 = 55%
B 106 of 255 = 42%

132
141
106

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

Portions of RGB colors in percentages

R + G + B =
132 + 141 + 106 = 379 (100%)
R 132 of 379 ~ 34.83%
G 141 of 379 ~ 37.2%
B 106 of 379 ~ 27.97%

%34.83
%37.2
%27.97

CMYK color model

#848D6A color CMYK value is (6,0,25,45).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 24.82%
  • key color value is 44.71%
CMYK:
(6,0,25,45)
C6M0Y25K45 
(6%,0%,25%,45%)
(0.06/0.00/0.25/0.45)	

CMYK percentages

%6.38
%0
%24.82
%44.71

Codes

Color #848D6A in popluar color models

848D6A
RGB132141106
HSL75°14.17%48.43%
HSB/HSV75°24.82%55.29%
CMYK6.38%0.00%24.82%
44.71%

Color #848D6A in popluar number systems.

HEX848D6A
Decimal132141106
Binary10000100100011011101010
Octal204215152

Shades and tints

Shades of #848D6A

#848D6A
(132,141,106)
#788161
(120,129,97)
#6C7558
(108,117,88)
#60694F
(96,105,79)
#545D46
(84,93,70)
#48513D
(72,81,61)
#3C4534
(60,69,52)
#30392B
(48,57,43)
#242D22
(36,45,34)
#182119
(24,33,25)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #848D6A

#848D6A
(132,141,106)
#8F9777
(143,151,119)
#9AA184
(154,161,132)
#A5AB91
(165,171,145)
#B0B59E
(176,181,158)
#BBBFAB
(187,191,171)
#C6C9B8
(198,201,184)
#D1D3C5
(209,211,197)
#DCDDD2
(220,221,210)
#E7E7DF
(231,231,223)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848D6A; }

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

This text font color is #848D6A.


Background Color

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

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

This div background color is #848D6A.


Border color

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

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

This div border color is #848D6A.


Opacity

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

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

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

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

This text has shadow with #848D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848D6A on black background.


Color preview on white background

This text has color #848D6A on white background.



Black color preview on #848D6A background

This text has black color on #848D6A background.


White color preview on #848D6A background

This text has white color on #848D6A background.