COLOR #848E5A

HEX: #848E5A
RGB: (132,142,90)

Color info

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

RGB color model

#848E5A color RGB value is (132,142,90).

  • red value is 132;
  • green value is 142;
  • blue value is 90.
RGB:
(132,142,90)
(52%,56%,35%)

RGB channels and saturation

R 132 of 255 = 52%
G 142 of 255 = 56%
B 90 of 255 = 35%

132
142
90

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

Portions of RGB colors in percentages

R + G + B =
132 + 142 + 90 = 364 (100%)
R 132 of 364 ~ 36.26%
G 142 of 364 ~ 39.01%
B 90 of 364 ~ 24.73%

%36.26
%39.01
%24.73

CMYK color model

#848E5A color CMYK value is (7,0,37,44).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 36.62%
  • key color value is 44.31%
CMYK:
(7,0,37,44)
C7M0Y37K44 
(7%,0%,37%,44%)
(0.07/0.00/0.37/0.44)	

CMYK percentages

%7.04
%0
%36.62
%44.31

Codes

Color #848E5A in popluar color models

848E5A
RGB13214290
HSL72°22.41%45.49%
HSB/HSV72°36.62%55.69%
CMYK7.04%0.00%36.62%
44.31%

Color #848E5A in popluar number systems.

HEX848E5A
Decimal13214290
Binary10000100100011101011010
Octal204216132

Shades and tints

Shades of #848E5A

#848E5A
(132,142,90)
#788252
(120,130,82)
#6C764A
(108,118,74)
#606A42
(96,106,66)
#545E3A
(84,94,58)
#485232
(72,82,50)
#3C462A
(60,70,42)
#303A22
(48,58,34)
#242E1A
(36,46,26)
#182212
(24,34,18)
#0C160A
(12,22,10)
#000000
(0,0,0)

Tints of #848E5A

#848E5A
(132,142,90)
#8F9869
(143,152,105)
#9AA278
(154,162,120)
#A5AC87
(165,172,135)
#B0B696
(176,182,150)
#BBC0A5
(187,192,165)
#C6CAB4
(198,202,180)
#D1D4C3
(209,212,195)
#DCDED2
(220,222,210)
#E7E8E1
(231,232,225)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848E5A color. Also use rgb(132,142,90) instead hex code.

Text Font Color

.myTextColor { color: #848E5A; }

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

This text font color is #848E5A.


Background Color

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

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

This div background color is #848E5A.


Border color

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

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

This div border color is #848E5A.


Opacity

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

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

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

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

This text has shadow with #848E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848E5A on black background.


Color preview on white background

This text has color #848E5A on white background.



Black color preview on #848E5A background

This text has black color on #848E5A background.


White color preview on #848E5A background

This text has white color on #848E5A background.