COLOR #848F7B

HEX: #848F7B
RGB: (132,143,123)

Color info

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

RGB color model

#848F7B color RGB value is (132,143,123).

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

RGB channels and saturation

R 132 of 255 = 52%
G 143 of 255 = 56%
B 123 of 255 = 48%

132
143
123

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

Portions of RGB colors in percentages

R + G + B =
132 + 143 + 123 = 398 (100%)
R 132 of 398 ~ 33.17%
G 143 of 398 ~ 35.93%
B 123 of 398 ~ 30.9%

%33.17
%35.93
%30.9

CMYK color model

#848F7B color CMYK value is (8,0,14,44).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 13.99%
  • key color value is 43.92%
CMYK:
(8,0,14,44)
C8M0Y14K44 
(8%,0%,14%,44%)
(0.08/0.00/0.14/0.44)	

CMYK percentages

%7.69
%0
%13.99
%43.92

Codes

Color #848F7B in popluar color models

848F7B
RGB132143123
HSL93°8.20%52.16%
HSB/HSV93°13.99%56.08%
CMYK7.69%0.00%13.99%
43.92%

Color #848F7B in popluar number systems.

HEX848F7B
Decimal132143123
Binary10000100100011111111011
Octal204217173

Shades and tints

Shades of #848F7B

#848F7B
(132,143,123)
#788270
(120,130,112)
#6C7565
(108,117,101)
#60685A
(96,104,90)
#545B4F
(84,91,79)
#484E44
(72,78,68)
#3C4139
(60,65,57)
#30342E
(48,52,46)
#242723
(36,39,35)
#181A18
(24,26,24)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #848F7B

#848F7B
(132,143,123)
#8F9987
(143,153,135)
#9AA393
(154,163,147)
#A5AD9F
(165,173,159)
#B0B7AB
(176,183,171)
#BBC1B7
(187,193,183)
#C6CBC3
(198,203,195)
#D1D5CF
(209,213,207)
#DCDFDB
(220,223,219)
#E7E9E7
(231,233,231)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848F7B; }

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

This text font color is #848F7B.


Background Color

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

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

This div background color is #848F7B.


Border color

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

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

This div border color is #848F7B.


Opacity

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

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

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

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

This text has shadow with #848F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848F7B on black background.


Color preview on white background

This text has color #848F7B on white background.



Black color preview on #848F7B background

This text has black color on #848F7B background.


White color preview on #848F7B background

This text has white color on #848F7B background.