COLOR #848977

HEX: #848977
RGB: (132,137,119)

Color info

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

RGB color model

#848977 color RGB value is (132,137,119).

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

RGB channels and saturation

R 132 of 255 = 52%
G 137 of 255 = 54%
B 119 of 255 = 47%

132
137
119

R + G + B ~ 51%. #848977 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 137 + 119 = 388 (100%)
R 132 of 388 ~ 34.02%
G 137 of 388 ~ 35.31%
B 119 of 388 ~ 30.67%

%34.02
%35.31
%30.67

CMYK color model

#848977 color CMYK value is (4,0,13,46).

  • cyan value is 3.65%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 46.27%
CMYK:
(4,0,13,46)
C4M0Y13K46 
(4%,0%,13%,46%)
(0.04/0.00/0.13/0.46)	

CMYK percentages

%3.65
%0
%13.14
%46.27

Codes

Color #848977 in popluar color models

848977
RGB132137119
HSL77°7.09%50.20%
HSB/HSV77°13.14%53.73%
CMYK3.65%0.00%13.14%
46.27%

Color #848977 in popluar number systems.

HEX848977
Decimal132137119
Binary10000100100010011110111
Octal204211167

Shades and tints

Shades of #848977

#848977
(132,137,119)
#787D6D
(120,125,109)
#6C7163
(108,113,99)
#606559
(96,101,89)
#54594F
(84,89,79)
#484D45
(72,77,69)
#3C413B
(60,65,59)
#303531
(48,53,49)
#242927
(36,41,39)
#181D1D
(24,29,29)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #848977

#848977
(132,137,119)
#8F9383
(143,147,131)
#9A9D8F
(154,157,143)
#A5A79B
(165,167,155)
#B0B1A7
(176,177,167)
#BBBBB3
(187,187,179)
#C6C5BF
(198,197,191)
#D1CFCB
(209,207,203)
#DCD9D7
(220,217,215)
#E7E3E3
(231,227,227)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848977; }

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

This text font color is #848977.


Background Color

.myBgColor { background-color: #848977; }

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

This div background color is #848977.


Border color

.myBorderColor { border: 1px solid #848977; }

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

This div border color is #848977.


Opacity

.myOpacity80 { color: #848977; opacity: 0.8; }

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

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

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

This text has shadow with #848977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848977 on black background.


Color preview on white background

This text has color #848977 on white background.



Black color preview on #848977 background

This text has black color on #848977 background.


White color preview on #848977 background

This text has white color on #848977 background.