COLOR #848C64

HEX: #848C64
RGB: (132,140,100)

Color info

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

RGB color model

#848C64 color RGB value is (132,140,100).

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

RGB channels and saturation

R 132 of 255 = 52%
G 140 of 255 = 55%
B 100 of 255 = 39%

132
140
100

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

Portions of RGB colors in percentages

R + G + B =
132 + 140 + 100 = 372 (100%)
R 132 of 372 ~ 35.48%
G 140 of 372 ~ 37.63%
B 100 of 372 ~ 26.88%

%35.48
%37.63
%26.88

CMYK color model

#848C64 color CMYK value is (6,0,29,45).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 45.10%
CMYK:
(6,0,29,45)
C6M0Y29K45 
(6%,0%,29%,45%)
(0.06/0.00/0.29/0.45)	

CMYK percentages

%5.71
%0
%28.57
%45.1

Codes

Color #848C64 in popluar color models

848C64
RGB132140100
HSL72°16.67%47.06%
HSB/HSV72°28.57%54.90%
CMYK5.71%0.00%28.57%
45.10%

Color #848C64 in popluar number systems.

HEX848C64
Decimal132140100
Binary10000100100011001100100
Octal204214144

Shades and tints

Shades of #848C64

#848C64
(132,140,100)
#78805B
(120,128,91)
#6C7452
(108,116,82)
#606849
(96,104,73)
#545C40
(84,92,64)
#485037
(72,80,55)
#3C442E
(60,68,46)
#303825
(48,56,37)
#242C1C
(36,44,28)
#182013
(24,32,19)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #848C64

#848C64
(132,140,100)
#8F9672
(143,150,114)
#9AA080
(154,160,128)
#A5AA8E
(165,170,142)
#B0B49C
(176,180,156)
#BBBEAA
(187,190,170)
#C6C8B8
(198,200,184)
#D1D2C6
(209,210,198)
#DCDCD4
(220,220,212)
#E7E6E2
(231,230,226)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848C64; }

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

This text font color is #848C64.


Background Color

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

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

This div background color is #848C64.


Border color

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

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

This div border color is #848C64.


Opacity

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

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

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

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

This text has shadow with #848C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848C64 on black background.


Color preview on white background

This text has color #848C64 on white background.



Black color preview on #848C64 background

This text has black color on #848C64 background.


White color preview on #848C64 background

This text has white color on #848C64 background.