COLOR #848780

HEX: #848780 RGB: (132,135,128)

Color info

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

RGB color model

#848780 color RGB value is (132,135,128).

RGB: (132,135,128) (52%, 53%, 50%)

RGB channels and saturation

R 132 of 255 = 52%
G 135 of 255 = 53%
B 128 of 255 = 50%

132
135
128

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

Portions of RGB colors in percentages

R + G + B = 132 + 135 + 128 = 395 (100%)
R 132 of 395 ~ 33.42%
G 135 of 395 ~ 34.18%
B 128 of 395 ~ 32.41'%

%33.42
%34.18
%32.41

CMYK color model

#848780 color CMYK value is (2,0,5,47).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 47.06%

CMYK: (2,0,5,47)
C2M0Y5K47 (2%, 0%, 5%, 47%)
(0.02 / 0.00 / 0.05 / 0.47)

CMYK percentages

%2.22
%0
%5.19
%47.06

Codes

Color #848780 in popluar color models

84 87 80
RGB 132 135 128
HSL 86° 2.83% 51.57%
HSB/HSV 86° 5.19% 52.94%
CMYK 2.22% 0.00% 5.19%
47.06%

Color #848780 in popluar number systems.

HEX 84 87 80
Decimal 132 135 128
Binary 10000100 10000111 10000000
Octal 204 207 200

Shades and tints

Shades of #848780

#848780
(132,135,128)
#787B75
(120,123,117)
#6C6F6A
(108,111,106)
#60635F
(96,99,95)
#545754
(84,87,84)
#484B49
(72,75,73)
#3C3F3E
(60,63,62)
#303333
(48,51,51)
#242728
(36,39,40)
#181B1D
(24,27,29)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #848780

#848780
(132,135,128)
#8F918B
(143,145,139)
#9A9B96
(154,155,150)
#A5A5A1
(165,165,161)
#B0AFAC
(176,175,172)
#BBB9B7
(187,185,183)
#C6C3C2
(198,195,194)
#D1CDCD
(209,205,205)
#DCD7D8
(220,215,216)
#E7E1E3
(231,225,227)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848780 color. Also use rgb(132,135,128) instead hex code.

Text Font Color

.myTextColor { color: #848780; }

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

This text font color is #848780.

Background Color

.myBgColor { background-color: #848780; }

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

This div background color is #848780.

Border color

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

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

This div border color is #848780.

Opacity

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

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

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

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

This text has shadow with #848780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848780.

Preview

Color preview on black background

This text has color #848780 on black background.


Color preview on white background

This text has color #848780 on white background.


Black color preview on #848780 background

This text has black color on #848780 background.


White color preview on #848780 background

This text has white color on #848780 background.


Related colors

Complementary color

Complementary color for #hex is #7B787F.


I love getcolorcode.com

Triadic colors

1 #808487 and #878084 with #848780 are triadic colors.

2 #808784 and #878480 with #848780 are triadic colors.