COLOR #848A4F

HEX: #848A4F
RGB: (132,138,79)

Color info

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

RGB color model

#848A4F color RGB value is (132,138,79).

  • red value is 132;
  • green value is 138;
  • blue value is 79.
RGB:
(132,138,79)
(52%,54%,31%)

RGB channels and saturation

R 132 of 255 = 52%
G 138 of 255 = 54%
B 79 of 255 = 31%

132
138
79

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

Portions of RGB colors in percentages

R + G + B =
132 + 138 + 79 = 349 (100%)
R 132 of 349 ~ 37.82%
G 138 of 349 ~ 39.54%
B 79 of 349 ~ 22.64%

%37.82
%39.54
%22.64

CMYK color model

#848A4F color CMYK value is (4,0,43,46).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 42.75%
  • key color value is 45.88%
CMYK:
(4,0,43,46)
C4M0Y43K46 
(4%,0%,43%,46%)
(0.04/0.00/0.43/0.46)	

CMYK percentages

%4.35
%0
%42.75
%45.88

Codes

Color #848A4F in popluar color models

848A4F
RGB13213879
HSL66°27.19%42.55%
HSB/HSV66°42.75%54.12%
CMYK4.35%0.00%42.75%
45.88%

Color #848A4F in popluar number systems.

HEX848A4F
Decimal13213879
Binary10000100100010101001111
Octal204212117

Shades and tints

Shades of #848A4F

#848A4F
(132,138,79)
#787E48
(120,126,72)
#6C7241
(108,114,65)
#60663A
(96,102,58)
#545A33
(84,90,51)
#484E2C
(72,78,44)
#3C4225
(60,66,37)
#30361E
(48,54,30)
#242A17
(36,42,23)
#181E10
(24,30,16)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #848A4F

#848A4F
(132,138,79)
#8F945F
(143,148,95)
#9A9E6F
(154,158,111)
#A5A87F
(165,168,127)
#B0B28F
(176,178,143)
#BBBC9F
(187,188,159)
#C6C6AF
(198,198,175)
#D1D0BF
(209,208,191)
#DCDACF
(220,218,207)
#E7E4DF
(231,228,223)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848A4F color. Also use rgb(132,138,79) instead hex code.

Text Font Color

.myTextColor { color: #848A4F; }

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

This text font color is #848A4F.


Background Color

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

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

This div background color is #848A4F.


Border color

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

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

This div border color is #848A4F.


Opacity

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

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

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

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

This text has shadow with #848A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848A4F on black background.


Color preview on white background

This text has color #848A4F on white background.



Black color preview on #848A4F background

This text has black color on #848A4F background.


White color preview on #848A4F background

This text has white color on #848A4F background.