COLOR #848D5E

HEX: #848D5E
RGB: (132,141,94)

Color info

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

RGB color model

#848D5E color RGB value is (132,141,94).

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

RGB channels and saturation

R 132 of 255 = 52%
G 141 of 255 = 55%
B 94 of 255 = 37%

132
141
94

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

Portions of RGB colors in percentages

R + G + B =
132 + 141 + 94 = 367 (100%)
R 132 of 367 ~ 35.97%
G 141 of 367 ~ 38.42%
B 94 of 367 ~ 25.61%

%35.97
%38.42
%25.61

CMYK color model

#848D5E color CMYK value is (6,0,33,45).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 44.71%
CMYK:
(6,0,33,45)
C6M0Y33K45 
(6%,0%,33%,45%)
(0.06/0.00/0.33/0.45)	

CMYK percentages

%6.38
%0
%33.33
%44.71

Codes

Color #848D5E in popluar color models

848D5E
RGB13214194
HSL71°20.00%46.08%
HSB/HSV71°33.33%55.29%
CMYK6.38%0.00%33.33%
44.71%

Color #848D5E in popluar number systems.

HEX848D5E
Decimal13214194
Binary10000100100011011011110
Octal204215136

Shades and tints

Shades of #848D5E

#848D5E
(132,141,94)
#788156
(120,129,86)
#6C754E
(108,117,78)
#606946
(96,105,70)
#545D3E
(84,93,62)
#485136
(72,81,54)
#3C452E
(60,69,46)
#303926
(48,57,38)
#242D1E
(36,45,30)
#182116
(24,33,22)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #848D5E

#848D5E
(132,141,94)
#8F976C
(143,151,108)
#9AA17A
(154,161,122)
#A5AB88
(165,171,136)
#B0B596
(176,181,150)
#BBBFA4
(187,191,164)
#C6C9B2
(198,201,178)
#D1D3C0
(209,211,192)
#DCDDCE
(220,221,206)
#E7E7DC
(231,231,220)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848D5E; }

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

This text font color is #848D5E.


Background Color

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

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

This div background color is #848D5E.


Border color

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

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

This div border color is #848D5E.


Opacity

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

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

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

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

This text has shadow with #848D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848D5E on black background.


Color preview on white background

This text has color #848D5E on white background.



Black color preview on #848D5E background

This text has black color on #848D5E background.


White color preview on #848D5E background

This text has white color on #848D5E background.