COLOR #848A7E

HEX: #848A7E
RGB: (132,138,126)

Color info

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

RGB color model

#848A7E color RGB value is (132,138,126).

  • red value is 132;
  • green value is 138;
  • blue value is 126.
RGB:
(132,138,126)
(52%,54%,49%)

RGB channels and saturation

R 132 of 255 = 52%
G 138 of 255 = 54%
B 126 of 255 = 49%

132
138
126

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

Portions of RGB colors in percentages

R + G + B =
132 + 138 + 126 = 396 (100%)
R 132 of 396 ~ 33.33%
G 138 of 396 ~ 34.85%
B 126 of 396 ~ 31.82%

%33.33
%34.85
%31.82

CMYK color model

#848A7E color CMYK value is (4,0,9,46).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 45.88%
CMYK:
(4,0,9,46)
C4M0Y9K46 
(4%,0%,9%,46%)
(0.04/0.00/0.09/0.46)	

CMYK percentages

%4.35
%0
%8.7
%45.88

Codes

Color #848A7E in popluar color models

848A7E
RGB132138126
HSL90°4.88%51.76%
HSB/HSV90°8.70%54.12%
CMYK4.35%0.00%8.70%
45.88%

Color #848A7E in popluar number systems.

HEX848A7E
Decimal132138126
Binary10000100100010101111110
Octal204212176

Shades and tints

Shades of #848A7E

#848A7E
(132,138,126)
#787E73
(120,126,115)
#6C7268
(108,114,104)
#60665D
(96,102,93)
#545A52
(84,90,82)
#484E47
(72,78,71)
#3C423C
(60,66,60)
#303631
(48,54,49)
#242A26
(36,42,38)
#181E1B
(24,30,27)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #848A7E

#848A7E
(132,138,126)
#8F9489
(143,148,137)
#9A9E94
(154,158,148)
#A5A89F
(165,168,159)
#B0B2AA
(176,178,170)
#BBBCB5
(187,188,181)
#C6C6C0
(198,198,192)
#D1D0CB
(209,208,203)
#DCDAD6
(220,218,214)
#E7E4E1
(231,228,225)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848A7E color. Also use rgb(132,138,126) instead hex code.

Text Font Color

.myTextColor { color: #848A7E; }

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

This text font color is #848A7E.


Background Color

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

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

This div background color is #848A7E.


Border color

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

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

This div border color is #848A7E.


Opacity

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

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

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

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

This text has shadow with #848A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848A7E on black background.


Color preview on white background

This text has color #848A7E on white background.



Black color preview on #848A7E background

This text has black color on #848A7E background.


White color preview on #848A7E background

This text has white color on #848A7E background.