COLOR #848B62

HEX: #848B62
RGB: (132,139,98)

Color info

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

RGB color model

#848B62 color RGB value is (132,139,98).

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

RGB channels and saturation

R 132 of 255 = 52%
G 139 of 255 = 55%
B 98 of 255 = 38%

132
139
98

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

Portions of RGB colors in percentages

R + G + B =
132 + 139 + 98 = 369 (100%)
R 132 of 369 ~ 35.77%
G 139 of 369 ~ 37.67%
B 98 of 369 ~ 26.56%

%35.77
%37.67
%26.56

CMYK color model

#848B62 color CMYK value is (5,0,29,45).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 29.50%
  • key color value is 45.49%
CMYK:
(5,0,29,45)
C5M0Y29K45 
(5%,0%,29%,45%)
(0.05/0.00/0.29/0.45)	

CMYK percentages

%5.04
%0
%29.5
%45.49

Codes

Color #848B62 in popluar color models

848B62
RGB13213998
HSL70°17.30%46.47%
HSB/HSV70°29.50%54.51%
CMYK5.04%0.00%29.50%
45.49%

Color #848B62 in popluar number systems.

HEX848B62
Decimal13213998
Binary10000100100010111100010
Octal204213142

Shades and tints

Shades of #848B62

#848B62
(132,139,98)
#787F5A
(120,127,90)
#6C7352
(108,115,82)
#60674A
(96,103,74)
#545B42
(84,91,66)
#484F3A
(72,79,58)
#3C4332
(60,67,50)
#30372A
(48,55,42)
#242B22
(36,43,34)
#181F1A
(24,31,26)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #848B62

#848B62
(132,139,98)
#8F9570
(143,149,112)
#9A9F7E
(154,159,126)
#A5A98C
(165,169,140)
#B0B39A
(176,179,154)
#BBBDA8
(187,189,168)
#C6C7B6
(198,199,182)
#D1D1C4
(209,209,196)
#DCDBD2
(220,219,210)
#E7E5E0
(231,229,224)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848B62; }

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

This text font color is #848B62.


Background Color

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

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

This div background color is #848B62.


Border color

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

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

This div border color is #848B62.


Opacity

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

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

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

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

This text has shadow with #848B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848B62 on black background.


Color preview on white background

This text has color #848B62 on white background.



Black color preview on #848B62 background

This text has black color on #848B62 background.


White color preview on #848B62 background

This text has white color on #848B62 background.