COLOR #848F7E

HEX: #848F7E
RGB: (132,143,126)

Color info

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

RGB color model

#848F7E color RGB value is (132,143,126).

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

RGB channels and saturation

R 132 of 255 = 52%
G 143 of 255 = 56%
B 126 of 255 = 49%

132
143
126

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

Portions of RGB colors in percentages

R + G + B =
132 + 143 + 126 = 401 (100%)
R 132 of 401 ~ 32.92%
G 143 of 401 ~ 35.66%
B 126 of 401 ~ 31.42%

%32.92
%35.66
%31.42

CMYK color model

#848F7E color CMYK value is (8,0,12,44).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 43.92%
CMYK:
(8,0,12,44)
C8M0Y12K44 
(8%,0%,12%,44%)
(0.08/0.00/0.12/0.44)	

CMYK percentages

%7.69
%0
%11.89
%43.92

Codes

Color #848F7E in popluar color models

848F7E
RGB132143126
HSL99°7.05%52.75%
HSB/HSV99°11.89%56.08%
CMYK7.69%0.00%11.89%
43.92%

Color #848F7E in popluar number systems.

HEX848F7E
Decimal132143126
Binary10000100100011111111110
Octal204217176

Shades and tints

Shades of #848F7E

#848F7E
(132,143,126)
#788273
(120,130,115)
#6C7568
(108,117,104)
#60685D
(96,104,93)
#545B52
(84,91,82)
#484E47
(72,78,71)
#3C413C
(60,65,60)
#303431
(48,52,49)
#242726
(36,39,38)
#181A1B
(24,26,27)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #848F7E

#848F7E
(132,143,126)
#8F9989
(143,153,137)
#9AA394
(154,163,148)
#A5AD9F
(165,173,159)
#B0B7AA
(176,183,170)
#BBC1B5
(187,193,181)
#C6CBC0
(198,203,192)
#D1D5CB
(209,213,203)
#DCDFD6
(220,223,214)
#E7E9E1
(231,233,225)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848F7E; }

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

This text font color is #848F7E.


Background Color

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

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

This div background color is #848F7E.


Border color

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

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

This div border color is #848F7E.


Opacity

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

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

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

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

This text has shadow with #848F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848F7E on black background.


Color preview on white background

This text has color #848F7E on white background.



Black color preview on #848F7E background

This text has black color on #848F7E background.


White color preview on #848F7E background

This text has white color on #848F7E background.