COLOR #848A76

HEX: #848A76 RGB: (132,138,118)

Color info

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

RGB color model

#848A76 color RGB value is (132,138,118).

RGB: (132,138,118) (52%, 54%, 46%)

RGB channels and saturation

R 132 of 255 = 52%
G 138 of 255 = 54%
B 118 of 255 = 46%

132
138
118

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

Portions of RGB colors in percentages

R + G + B = 132 + 138 + 118 = 388 (100%)
R 132 of 388 ~ 34.02%
G 138 of 388 ~ 35.57%
B 118 of 388 ~ 30.41'%

%34.02
%35.57
%30.41

CMYK color model

#848A76 color CMYK value is (4,0,14,46).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 45.88%

CMYK: (4,0,14,46)
C4M0Y14K46 (4%, 0%, 14%, 46%)
(0.04 / 0.00 / 0.14 / 0.46)

CMYK percentages

%4.35
%0
%14.49
%45.88

Codes

Color #848A76 in popluar color models

84 8A 76
RGB 132 138 118
HSL 78° 7.87% 50.20%
HSB/HSV 78° 14.49% 54.12%
CMYK 4.35% 0.00% 14.49%
45.88%

Color #848A76 in popluar number systems.

HEX 84 8A 76
Decimal 132 138 118
Binary 10000100 10001010 1110110
Octal 204 212 166

Shades and tints

Shades of #848A76

#848A76
(132,138,118)
#787E6C
(120,126,108)
#6C7262
(108,114,98)
#606658
(96,102,88)
#545A4E
(84,90,78)
#484E44
(72,78,68)
#3C423A
(60,66,58)
#303630
(48,54,48)
#242A26
(36,42,38)
#181E1C
(24,30,28)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #848A76

#848A76
(132,138,118)
#8F9482
(143,148,130)
#9A9E8E
(154,158,142)
#A5A89A
(165,168,154)
#B0B2A6
(176,178,166)
#BBBCB2
(187,188,178)
#C6C6BE
(198,198,190)
#D1D0CA
(209,208,202)
#DCDAD6
(220,218,214)
#E7E4E2
(231,228,226)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848A76 color. Also use rgb(132,138,118) instead hex code.

Text Font Color

.myTextColor { color: #848A76; }

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

This text font color is #848A76.

Background Color

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

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

This div background color is #848A76.

Border color

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

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

This div border color is #848A76.

Opacity

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

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

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

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

This text has shadow with #848A76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848A76.

Preview

Color preview on black background

This text has color #848A76 on black background.


Color preview on white background

This text has color #848A76 on white background.


Black color preview on #848A76 background

This text has black color on #848A76 background.


White color preview on #848A76 background

This text has white color on #848A76 background.


Related colors

Complementary color

Complementary color for #hex is #7B7589.


I love getcolorcode.com

Triadic colors

1 #76848A and #8A7684 with #848A76 are triadic colors.

2 #768A84 and #8A8476 with #848A76 are triadic colors.