COLOR #848F77

HEX: #848F77
RGB: (132,143,119)

Color info

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

RGB color model

#848F77 color RGB value is (132,143,119).

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

RGB channels and saturation

R 132 of 255 = 52%
G 143 of 255 = 56%
B 119 of 255 = 47%

132
143
119

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

Portions of RGB colors in percentages

R + G + B =
132 + 143 + 119 = 394 (100%)
R 132 of 394 ~ 33.5%
G 143 of 394 ~ 36.29%
B 119 of 394 ~ 30.2%

%33.5
%36.29
%30.2

CMYK color model

#848F77 color CMYK value is (8,0,17,44).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 16.78%
  • key color value is 43.92%
CMYK:
(8,0,17,44)
C8M0Y17K44 
(8%,0%,17%,44%)
(0.08/0.00/0.17/0.44)	

CMYK percentages

%7.69
%0
%16.78
%43.92

Codes

Color #848F77 in popluar color models

848F77
RGB132143119
HSL88°9.68%51.37%
HSB/HSV88°16.78%56.08%
CMYK7.69%0.00%16.78%
43.92%

Color #848F77 in popluar number systems.

HEX848F77
Decimal132143119
Binary10000100100011111110111
Octal204217167

Shades and tints

Shades of #848F77

#848F77
(132,143,119)
#78826D
(120,130,109)
#6C7563
(108,117,99)
#606859
(96,104,89)
#545B4F
(84,91,79)
#484E45
(72,78,69)
#3C413B
(60,65,59)
#303431
(48,52,49)
#242727
(36,39,39)
#181A1D
(24,26,29)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #848F77

#848F77
(132,143,119)
#8F9983
(143,153,131)
#9AA38F
(154,163,143)
#A5AD9B
(165,173,155)
#B0B7A7
(176,183,167)
#BBC1B3
(187,193,179)
#C6CBBF
(198,203,191)
#D1D5CB
(209,213,203)
#DCDFD7
(220,223,215)
#E7E9E3
(231,233,227)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848F77; }

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

This text font color is #848F77.


Background Color

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

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

This div background color is #848F77.


Border color

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

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

This div border color is #848F77.


Opacity

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

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

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

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

This text has shadow with #848F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848F77 on black background.


Color preview on white background

This text has color #848F77 on white background.



Black color preview on #848F77 background

This text has black color on #848F77 background.


White color preview on #848F77 background

This text has white color on #848F77 background.