COLOR #849B82

HEX: #849B82 RGB: (132,155,130)

Color info

#849B82 contains red, green and blue colors in about the same proportion. Web safe color of #849B82 is #999999 (or #999).

RGB color model

#849B82 color RGB value is (132,155,130).

RGB: (132,155,130) (52%, 61%, 51%)

RGB channels and saturation

R 132 of 255 = 52%
G 155 of 255 = 61%
B 130 of 255 = 51%

132
155
130

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

Portions of RGB colors in percentages

R + G + B = 132 + 155 + 130 = 417 (100%)
R 132 of 417 ~ 31.65%
G 155 of 417 ~ 37.17%
B 130 of 417 ~ 31.18'%

%31.65
%37.17
%31.18

CMYK color model

#849B82 color CMYK value is (15,0,16,39).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 39.22%
CMYK: (15,0,16,39) C15M0Y16K39 (15%,0%,16%,39%) (0.15/0.00/0.16/0.39) 

CMYK percentages

%14.84
%0
%16.13
%39.22

Codes

Color #849B82 in popluar color models

84 9B 82
RGB 132 155 130
HSL 115° 11.11% 55.88%
HSB/HSV 115° 16.13% 60.78%
CMYK 14.84% 0.00% 16.13%
39.22%

Color #849B82 in popluar number systems.

HEX 84 9B 82
Decimal 132 155 130
Binary 10000100 10011011 10000010
Octal 204 233 202

Shades and tints

Shades of #849B82

#849B82
(132,155,130)
#788D77
(120,141,119)
#6C7F6C
(108,127,108)
#607161
(96,113,97)
#546356
(84,99,86)
#48554B
(72,85,75)
#3C4740
(60,71,64)
#303935
(48,57,53)
#242B2A
(36,43,42)
#181D1F
(24,29,31)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #849B82

#849B82
(132,155,130)
#8FA48D
(143,164,141)
#9AAD98
(154,173,152)
#A5B6A3
(165,182,163)
#B0BFAE
(176,191,174)
#BBC8B9
(187,200,185)
#C6D1C4
(198,209,196)
#D1DACF
(209,218,207)
#DCE3DA
(220,227,218)
#E7ECE5
(231,236,229)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849B82 color. Also use rgb(132,155,130) instead hex code.

Text Font Color

.myTextColor { color: #849B82; }

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

This text font color is #849B82.

Background Color

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

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

This div background color is #849B82.

Border color

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

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

This div border color is #849B82.

Opacity

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

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

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

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

This text has shadow with #849B82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #849B82.

Preview

Color preview on black background

This text has color #849B82 on black background.


Color preview on white background

This text has color #849B82 on white background.


Black color preview on #849B82 background

This text has black color on #849B82 background.


White color preview on #849B82 background

This text has white color on #849B82 background.


Related colors

Complementary color

Complementary color for #hex is #7B647D.


I love getcolorcode.com

Triadic colors

1 #82849B and #9B8284 with #849B82 are triadic colors.

2 #829B84 and #9B8482 with #849B82 are triadic colors.