COLOR #848B7F

HEX: #848B7F
RGB: (132,139,127)

Color info

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

RGB color model

#848B7F color RGB value is (132,139,127).

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

RGB channels and saturation

R 132 of 255 = 52%
G 139 of 255 = 55%
B 127 of 255 = 50%

132
139
127

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

Portions of RGB colors in percentages

R + G + B =
132 + 139 + 127 = 398 (100%)
R 132 of 398 ~ 33.17%
G 139 of 398 ~ 34.92%
B 127 of 398 ~ 31.91%

%33.17
%34.92
%31.91

CMYK color model

#848B7F color CMYK value is (5,0,9,45).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 45.49%
CMYK:
(5,0,9,45)
C5M0Y9K45 
(5%,0%,9%,45%)
(0.05/0.00/0.09/0.45)	

CMYK percentages

%5.04
%0
%8.63
%45.49

Codes

Color #848B7F in popluar color models

848B7F
RGB132139127
HSL95°4.92%52.16%
HSB/HSV95°8.63%54.51%
CMYK5.04%0.00%8.63%
45.49%

Color #848B7F in popluar number systems.

HEX848B7F
Decimal132139127
Binary10000100100010111111111
Octal204213177

Shades and tints

Shades of #848B7F

#848B7F
(132,139,127)
#787F74
(120,127,116)
#6C7369
(108,115,105)
#60675E
(96,103,94)
#545B53
(84,91,83)
#484F48
(72,79,72)
#3C433D
(60,67,61)
#303732
(48,55,50)
#242B27
(36,43,39)
#181F1C
(24,31,28)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #848B7F

#848B7F
(132,139,127)
#8F958A
(143,149,138)
#9A9F95
(154,159,149)
#A5A9A0
(165,169,160)
#B0B3AB
(176,179,171)
#BBBDB6
(187,189,182)
#C6C7C1
(198,199,193)
#D1D1CC
(209,209,204)
#DCDBD7
(220,219,215)
#E7E5E2
(231,229,226)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848B7F; }

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

This text font color is #848B7F.


Background Color

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

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

This div background color is #848B7F.


Border color

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

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

This div border color is #848B7F.


Opacity

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

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

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

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

This text has shadow with #848B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848B7F on black background.


Color preview on white background

This text has color #848B7F on white background.



Black color preview on #848B7F background

This text has black color on #848B7F background.


White color preview on #848B7F background

This text has white color on #848B7F background.