COLOR #849C80

HEX: #849C80 RGB: (132,156,128)

Color info

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

RGB color model

#849C80 color RGB value is (132,156,128).

RGB: (132,156,128) (52%, 61%, 50%)

RGB channels and saturation

R 132 of 255 = 52%
G 156 of 255 = 61%
B 128 of 255 = 50%

132
156
128

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

Portions of RGB colors in percentages

R + G + B = 132 + 156 + 128 = 416 (100%)
R 132 of 416 ~ 31.73%
G 156 of 416 ~ 37.5%
B 128 of 416 ~ 30.77'%

%31.73
%37.5
%30.77

CMYK color model

#849C80 color CMYK value is (15,0,18,39).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 17.95%
  • key color value is 38.82%

CMYK: (15,0,18,39)
C15M0Y18K39 (15%, 0%, 18%, 39%)
(0.15 / 0.00 / 0.18 / 0.39)

CMYK percentages

%15.38
%0
%17.95
%38.82

Codes

Color #849C80 in popluar color models

84 9C 80
RGB 132 156 128
HSL 111° 12.39% 55.69%
HSB/HSV 111° 17.95% 61.18%
CMYK 15.38% 0.00% 17.95%
38.82%

Color #849C80 in popluar number systems.

HEX 84 9C 80
Decimal 132 156 128
Binary 10000100 10011100 10000000
Octal 204 234 200

Shades and tints

Shades of #849C80

#849C80
(132,156,128)
#788E75
(120,142,117)
#6C806A
(108,128,106)
#60725F
(96,114,95)
#546454
(84,100,84)
#485649
(72,86,73)
#3C483E
(60,72,62)
#303A33
(48,58,51)
#242C28
(36,44,40)
#181E1D
(24,30,29)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #849C80

#849C80
(132,156,128)
#8FA58B
(143,165,139)
#9AAE96
(154,174,150)
#A5B7A1
(165,183,161)
#B0C0AC
(176,192,172)
#BBC9B7
(187,201,183)
#C6D2C2
(198,210,194)
#D1DBCD
(209,219,205)
#DCE4D8
(220,228,216)
#E7EDE3
(231,237,227)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849C80; }

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

This text font color is #849C80.

Background Color

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

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

This div background color is #849C80.

Border color

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

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

This div border color is #849C80.

Opacity

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

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

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

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

This text has shadow with #849C80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #849C80.

Preview

Color preview on black background

This text has color #849C80 on black background.


Color preview on white background

This text has color #849C80 on white background.


Black color preview on #849C80 background

This text has black color on #849C80 background.


White color preview on #849C80 background

This text has white color on #849C80 background.


Related colors

Complementary color

Complementary color for #hex is #7B637F.


I love getcolorcode.com

Triadic colors

1 #80849C and #9C8084 with #849C80 are triadic colors.

2 #809C84 and #9C8480 with #849C80 are triadic colors.