COLOR #848C5C

HEX: #848C5C RGB: (132,140,92)

Color info

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

RGB color model

#848C5C color RGB value is (132,140,92).

RGB: (132,140,92) (52%, 55%, 36%)

RGB channels and saturation

R 132 of 255 = 52%
G 140 of 255 = 55%
B 92 of 255 = 36%

132
140
92

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

Portions of RGB colors in percentages

R + G + B = 132 + 140 + 92 = 364 (100%)
R 132 of 364 ~ 36.26%
G 140 of 364 ~ 38.46%
B 92 of 364 ~ 25.27'%

%36.26
%38.46
%25.27

CMYK color model

#848C5C color CMYK value is (6,0,34,45).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 45.10%

CMYK: (6,0,34,45)
C6M0Y34K45 (6%, 0%, 34%, 45%)
(0.06 / 0.00 / 0.34 / 0.45)

CMYK percentages

%5.71
%0
%34.29
%45.1

Codes

Color #848C5C in popluar color models

84 8C 5C
RGB 132 140 92
HSL 70° 20.69% 45.49%
HSB/HSV 70° 34.29% 54.90%
CMYK 5.71% 0.00% 34.29%
45.10%

Color #848C5C in popluar number systems.

HEX 84 8C 5C
Decimal 132 140 92
Binary 10000100 10001100 1011100
Octal 204 214 134

Shades and tints

Shades of #848C5C

#848C5C
(132,140,92)
#788054
(120,128,84)
#6C744C
(108,116,76)
#606844
(96,104,68)
#545C3C
(84,92,60)
#485034
(72,80,52)
#3C442C
(60,68,44)
#303824
(48,56,36)
#242C1C
(36,44,28)
#182014
(24,32,20)
#0C140C
(12,20,12)
#000000
(0,0,0)

Tints of #848C5C

#848C5C
(132,140,92)
#8F966A
(143,150,106)
#9AA078
(154,160,120)
#A5AA86
(165,170,134)
#B0B494
(176,180,148)
#BBBEA2
(187,190,162)
#C6C8B0
(198,200,176)
#D1D2BE
(209,210,190)
#DCDCCC
(220,220,204)
#E7E6DA
(231,230,218)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848C5C; }

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

This text font color is #848C5C.

Background Color

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

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

This div background color is #848C5C.

Border color

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

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

This div border color is #848C5C.

Opacity

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

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

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

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

This text has shadow with #848C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848C5C.

Preview

Color preview on black background

This text has color #848C5C on black background.


Color preview on white background

This text has color #848C5C on white background.


Black color preview on #848C5C background

This text has black color on #848C5C background.


White color preview on #848C5C background

This text has white color on #848C5C background.


Related colors

Complementary color

Complementary color for #hex is #7B73A3.


I love getcolorcode.com

Triadic colors

1 #5C848C and #8C5C84 with #848C5C are triadic colors.

2 #5C8C84 and #8C845C with #848C5C are triadic colors.