COLOR #848B32

HEX: #848B32
RGB: (132,139,50)

Color info

#848B32 contains mainly red and green colors. Web safe color of #848B32 is #999933 (or #993).

RGB color model

#848B32 color RGB value is (132,139,50).

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

RGB channels and saturation

R 132 of 255 = 52%
G 139 of 255 = 55%
B 50 of 255 = 20%

132
139
50

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

Portions of RGB colors in percentages

R + G + B =
132 + 139 + 50 = 321 (100%)
R 132 of 321 ~ 41.12%
G 139 of 321 ~ 43.3%
B 50 of 321 ~ 15.58%

%41.12
%43.3
%15.58

CMYK color model

#848B32 color CMYK value is (5,0,64,45).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 64.03%
  • key color value is 45.49%
CMYK:
(5,0,64,45)
C5M0Y64K45 
(5%,0%,64%,45%)
(0.05/0.00/0.64/0.45)	

CMYK percentages

%5.04
%0
%64.03
%45.49

Codes

Color #848B32 in popluar color models

848B32
RGB13213950
HSL65°47.09%37.06%
HSB/HSV65°64.03%54.51%
CMYK5.04%0.00%64.03%
45.49%

Color #848B32 in popluar number systems.

HEX848B32
Decimal13213950
Binary1000010010001011110010
Octal20421362

Shades and tints

Shades of #848B32

#848B32
(132,139,50)
#787F2E
(120,127,46)
#6C732A
(108,115,42)
#606726
(96,103,38)
#545B22
(84,91,34)
#484F1E
(72,79,30)
#3C431A
(60,67,26)
#303716
(48,55,22)
#242B12
(36,43,18)
#181F0E
(24,31,14)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #848B32

#848B32
(132,139,50)
#8F9544
(143,149,68)
#9A9F56
(154,159,86)
#A5A968
(165,169,104)
#B0B37A
(176,179,122)
#BBBD8C
(187,189,140)
#C6C79E
(198,199,158)
#D1D1B0
(209,209,176)
#DCDBC2
(220,219,194)
#E7E5D4
(231,229,212)
#F2EFE6
(242,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848B32; }

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

This text font color is #848B32.


Background Color

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

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

This div background color is #848B32.


Border color

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

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

This div border color is #848B32.


Opacity

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

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

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

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

This text has shadow with #848B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848B32 on black background.


Color preview on white background

This text has color #848B32 on white background.



Black color preview on #848B32 background

This text has black color on #848B32 background.


White color preview on #848B32 background

This text has white color on #848B32 background.