COLOR #848C7D

HEX: #848C7D
RGB: (132,140,125)

Color info

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

RGB color model

#848C7D color RGB value is (132,140,125).

  • red value is 132;
  • green value is 140;
  • blue value is 125.
RGB:
(132,140,125)
(52%,55%,49%)

RGB channels and saturation

R 132 of 255 = 52%
G 140 of 255 = 55%
B 125 of 255 = 49%

132
140
125

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

Portions of RGB colors in percentages

R + G + B =
132 + 140 + 125 = 397 (100%)
R 132 of 397 ~ 33.25%
G 140 of 397 ~ 35.26%
B 125 of 397 ~ 31.49%

%33.25
%35.26
%31.49

CMYK color model

#848C7D color CMYK value is (6,0,11,45).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 45.10%
CMYK:
(6,0,11,45)
C6M0Y11K45 
(6%,0%,11%,45%)
(0.06/0.00/0.11/0.45)	

CMYK percentages

%5.71
%0
%10.71
%45.1

Codes

Color #848C7D in popluar color models

848C7D
RGB132140125
HSL92°6.12%51.96%
HSB/HSV92°10.71%54.90%
CMYK5.71%0.00%10.71%
45.10%

Color #848C7D in popluar number systems.

HEX848C7D
Decimal132140125
Binary10000100100011001111101
Octal204214175

Shades and tints

Shades of #848C7D

#848C7D
(132,140,125)
#788072
(120,128,114)
#6C7467
(108,116,103)
#60685C
(96,104,92)
#545C51
(84,92,81)
#485046
(72,80,70)
#3C443B
(60,68,59)
#303830
(48,56,48)
#242C25
(36,44,37)
#18201A
(24,32,26)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #848C7D

#848C7D
(132,140,125)
#8F9688
(143,150,136)
#9AA093
(154,160,147)
#A5AA9E
(165,170,158)
#B0B4A9
(176,180,169)
#BBBEB4
(187,190,180)
#C6C8BF
(198,200,191)
#D1D2CA
(209,210,202)
#DCDCD5
(220,220,213)
#E7E6E0
(231,230,224)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848C7D; }

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

This text font color is #848C7D.


Background Color

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

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

This div background color is #848C7D.


Border color

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

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

This div border color is #848C7D.


Opacity

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

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

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

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

This text has shadow with #848C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848C7D on black background.


Color preview on white background

This text has color #848C7D on white background.



Black color preview on #848C7D background

This text has black color on #848C7D background.


White color preview on #848C7D background

This text has white color on #848C7D background.