COLOR #848C44

HEX: #848C44
RGB: (132,140,68)

Color info

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

RGB color model

#848C44 color RGB value is (132,140,68).

  • red value is 132;
  • green value is 140;
  • blue value is 68.
RGB:
(132,140,68)
(52%,55%,27%)

RGB channels and saturation

R 132 of 255 = 52%
G 140 of 255 = 55%
B 68 of 255 = 27%

132
140
68

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

Portions of RGB colors in percentages

R + G + B =
132 + 140 + 68 = 340 (100%)
R 132 of 340 ~ 38.82%
G 140 of 340 ~ 41.18%
B 68 of 340 ~ 20%

%38.82
%41.18
%20

CMYK color model

#848C44 color CMYK value is (6,0,51,45).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 51.43%
  • key color value is 45.10%
CMYK:
(6,0,51,45)
C6M0Y51K45 
(6%,0%,51%,45%)
(0.06/0.00/0.51/0.45)	

CMYK percentages

%5.71
%0
%51.43
%45.1

Codes

Color #848C44 in popluar color models

848C44
RGB13214068
HSL67°34.62%40.78%
HSB/HSV67°51.43%54.90%
CMYK5.71%0.00%51.43%
45.10%

Color #848C44 in popluar number systems.

HEX848C44
Decimal13214068
Binary10000100100011001000100
Octal204214104

Shades and tints

Shades of #848C44

#848C44
(132,140,68)
#78803E
(120,128,62)
#6C7438
(108,116,56)
#606832
(96,104,50)
#545C2C
(84,92,44)
#485026
(72,80,38)
#3C4420
(60,68,32)
#30381A
(48,56,26)
#242C14
(36,44,20)
#18200E
(24,32,14)
#0C1408
(12,20,8)
#000000
(0,0,0)

Tints of #848C44

#848C44
(132,140,68)
#8F9655
(143,150,85)
#9AA066
(154,160,102)
#A5AA77
(165,170,119)
#B0B488
(176,180,136)
#BBBE99
(187,190,153)
#C6C8AA
(198,200,170)
#D1D2BB
(209,210,187)
#DCDCCC
(220,220,204)
#E7E6DD
(231,230,221)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848C44 color. Also use rgb(132,140,68) instead hex code.

Text Font Color

.myTextColor { color: #848C44; }

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

This text font color is #848C44.


Background Color

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

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

This div background color is #848C44.


Border color

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

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

This div border color is #848C44.


Opacity

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

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

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

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

This text has shadow with #848C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848C44 on black background.


Color preview on white background

This text has color #848C44 on white background.



Black color preview on #848C44 background

This text has black color on #848C44 background.


White color preview on #848C44 background

This text has white color on #848C44 background.