COLOR #848B6D

HEX: #848B6D RGB: (132,139,109)

Color info

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

RGB color model

#848B6D color RGB value is (132,139,109).

RGB: (132,139,109) (52%, 55%, 43%)

RGB channels and saturation

R 132 of 255 = 52%
G 139 of 255 = 55%
B 109 of 255 = 43%

132
139
109

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

Portions of RGB colors in percentages

R + G + B = 132 + 139 + 109 = 380 (100%)
R 132 of 380 ~ 34.74%
G 139 of 380 ~ 36.58%
B 109 of 380 ~ 28.68'%

%34.74
%36.58
%28.68

CMYK color model

#848B6D color CMYK value is (5,0,22,45).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 21.58%
  • key color value is 45.49%

CMYK: (5,0,22,45)
C5M0Y22K45 (5%, 0%, 22%, 45%)
(0.05 / 0.00 / 0.22 / 0.45)

CMYK percentages

%5.04
%0
%21.58
%45.49

Codes

Color #848B6D in popluar color models

84 8B 6D
RGB 132 139 109
HSL 74° 12.10% 48.63%
HSB/HSV 74° 21.58% 54.51%
CMYK 5.04% 0.00% 21.58%
45.49%

Color #848B6D in popluar number systems.

HEX 84 8B 6D
Decimal 132 139 109
Binary 10000100 10001011 1101101
Octal 204 213 155

Shades and tints

Shades of #848B6D

#848B6D
(132,139,109)
#787F64
(120,127,100)
#6C735B
(108,115,91)
#606752
(96,103,82)
#545B49
(84,91,73)
#484F40
(72,79,64)
#3C4337
(60,67,55)
#30372E
(48,55,46)
#242B25
(36,43,37)
#181F1C
(24,31,28)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #848B6D

#848B6D
(132,139,109)
#8F957A
(143,149,122)
#9A9F87
(154,159,135)
#A5A994
(165,169,148)
#B0B3A1
(176,179,161)
#BBBDAE
(187,189,174)
#C6C7BB
(198,199,187)
#D1D1C8
(209,209,200)
#DCDBD5
(220,219,213)
#E7E5E2
(231,229,226)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848B6D; }

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

This text font color is #848B6D.

Background Color

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

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

This div background color is #848B6D.

Border color

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

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

This div border color is #848B6D.

Opacity

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

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

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

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

This text has shadow with #848B6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848B6D.

Preview

Color preview on black background

This text has color #848B6D on black background.


Color preview on white background

This text has color #848B6D on white background.


Black color preview on #848B6D background

This text has black color on #848B6D background.


White color preview on #848B6D background

This text has white color on #848B6D background.


Related colors

Complementary color

Complementary color for #hex is #7B7492.


I love getcolorcode.com

Triadic colors

1 #6D848B and #8B6D84 with #848B6D are triadic colors.

2 #6D8B84 and #8B846D with #848B6D are triadic colors.