COLOR #848878

HEX: #848878 RGB: (132,136,120)

Color info

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

RGB color model

#848878 color RGB value is (132,136,120).

RGB: (132,136,120) (52%, 53%, 47%)

RGB channels and saturation

R 132 of 255 = 52%
G 136 of 255 = 53%
B 120 of 255 = 47%

132
136
120

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

Portions of RGB colors in percentages

R + G + B = 132 + 136 + 120 = 388 (100%)
R 132 of 388 ~ 34.02%
G 136 of 388 ~ 35.05%
B 120 of 388 ~ 30.93'%

%34.02
%35.05
%30.93

CMYK color model

#848878 color CMYK value is (3,0,12,47).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 46.67%
CMYK: (3,0,12,47) C3M0Y12K47 (3%,0%,12%,47%) (0.03/0.00/0.12/0.47) 

CMYK percentages

%2.94
%0
%11.76
%46.67

Codes

Color #848878 in popluar color models

84 88 78
RGB 132 136 120
HSL 75° 6.30% 50.20%
HSB/HSV 75° 11.76% 53.33%
CMYK 2.94% 0.00% 11.76%
46.67%

Color #848878 in popluar number systems.

HEX 84 88 78
Decimal 132 136 120
Binary 10000100 10001000 1111000
Octal 204 210 170

Shades and tints

Shades of #848878

#848878
(132,136,120)
#787C6E
(120,124,110)
#6C7064
(108,112,100)
#60645A
(96,100,90)
#545850
(84,88,80)
#484C46
(72,76,70)
#3C403C
(60,64,60)
#303432
(48,52,50)
#242828
(36,40,40)
#181C1E
(24,28,30)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #848878

#848878
(132,136,120)
#8F9284
(143,146,132)
#9A9C90
(154,156,144)
#A5A69C
(165,166,156)
#B0B0A8
(176,176,168)
#BBBAB4
(187,186,180)
#C6C4C0
(198,196,192)
#D1CECC
(209,206,204)
#DCD8D8
(220,216,216)
#E7E2E4
(231,226,228)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848878 color. Also use rgb(132,136,120) instead hex code.

Text Font Color

.myTextColor { color: #848878; }

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

This text font color is #848878.

Background Color

.myBgColor { background-color: #848878; }

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

This div background color is #848878.

Border color

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

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

This div border color is #848878.

Opacity

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

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

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

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

This text has shadow with #848878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848878.

Preview

Color preview on black background

This text has color #848878 on black background.


Color preview on white background

This text has color #848878 on white background.


Black color preview on #848878 background

This text has black color on #848878 background.


White color preview on #848878 background

This text has white color on #848878 background.


Related colors

Complementary color

Complementary color for #hex is #7B7787.


I love getcolorcode.com

Triadic colors

1 #788488 and #887884 with #848878 are triadic colors.

2 #788884 and #888478 with #848878 are triadic colors.