COLOR #849A76

HEX: #849A76 RGB: (132,154,118)

Color info

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

RGB color model

#849A76 color RGB value is (132,154,118).

RGB: (132,154,118) (52%, 60%, 46%)

RGB channels and saturation

R 132 of 255 = 52%
G 154 of 255 = 60%
B 118 of 255 = 46%

132
154
118

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

Portions of RGB colors in percentages

R + G + B = 132 + 154 + 118 = 404 (100%)
R 132 of 404 ~ 32.67%
G 154 of 404 ~ 38.12%
B 118 of 404 ~ 29.21'%

%32.67
%38.12
%29.21

CMYK color model

#849A76 color CMYK value is (14,0,23,40).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 39.61%

CMYK: (14,0,23,40)
C14M0Y23K40 (14%, 0%, 23%, 40%)
(0.14 / 0.00 / 0.23 / 0.40)

CMYK percentages

%14.29
%0
%23.38
%39.61

Codes

Color #849A76 in popluar color models

84 9A 76
RGB 132 154 118
HSL 97° 15.13% 53.33%
HSB/HSV 97° 23.38% 60.39%
CMYK 14.29% 0.00% 23.38%
39.61%

Color #849A76 in popluar number systems.

HEX 84 9A 76
Decimal 132 154 118
Binary 10000100 10011010 1110110
Octal 204 232 166

Shades and tints

Shades of #849A76

#849A76
(132,154,118)
#788C6C
(120,140,108)
#6C7E62
(108,126,98)
#607058
(96,112,88)
#54624E
(84,98,78)
#485444
(72,84,68)
#3C463A
(60,70,58)
#303830
(48,56,48)
#242A26
(36,42,38)
#181C1C
(24,28,28)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #849A76

#849A76
(132,154,118)
#8FA382
(143,163,130)
#9AAC8E
(154,172,142)
#A5B59A
(165,181,154)
#B0BEA6
(176,190,166)
#BBC7B2
(187,199,178)
#C6D0BE
(198,208,190)
#D1D9CA
(209,217,202)
#DCE2D6
(220,226,214)
#E7EBE2
(231,235,226)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849A76; }

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

This text font color is #849A76.

Background Color

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

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

This div background color is #849A76.

Border color

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

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

This div border color is #849A76.

Opacity

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

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

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

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

This text has shadow with #849A76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #849A76.

Preview

Color preview on black background

This text has color #849A76 on black background.


Color preview on white background

This text has color #849A76 on white background.


Black color preview on #849A76 background

This text has black color on #849A76 background.


White color preview on #849A76 background

This text has white color on #849A76 background.


Related colors

Complementary color

Complementary color for #hex is #7B6589.


I love getcolorcode.com

Triadic colors

1 #76849A and #9A7684 with #849A76 are triadic colors.

2 #769A84 and #9A8476 with #849A76 are triadic colors.