COLOR #849180

HEX: #849180
RGB: (132,145,128)

Color info

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

RGB color model

#849180 color RGB value is (132,145,128).

  • red value is 132;
  • green value is 145;
  • blue value is 128.
RGB:
(132,145,128)
(52%,57%,50%)

RGB channels and saturation

R 132 of 255 = 52%
G 145 of 255 = 57%
B 128 of 255 = 50%

132
145
128

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

Portions of RGB colors in percentages

R + G + B =
132 + 145 + 128 = 405 (100%)
R 132 of 405 ~ 32.59%
G 145 of 405 ~ 35.8%
B 128 of 405 ~ 31.6%

%32.59
%35.8
%31.6

CMYK color model

#849180 color CMYK value is (9,0,12,43).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 11.72%
  • key color value is 43.14%
CMYK:
(9,0,12,43)
C9M0Y12K43 
(9%,0%,12%,43%)
(0.09/0.00/0.12/0.43)	

CMYK percentages

%8.97
%0
%11.72
%43.14

Codes

Color #849180 in popluar color models

849180
RGB132145128
HSL106°7.17%53.53%
HSB/HSV106°11.72%56.86%
CMYK8.97%0.00%11.72%
43.14%

Color #849180 in popluar number systems.

HEX849180
Decimal132145128
Binary100001001001000110000000
Octal204221200

Shades and tints

Shades of #849180

#849180
(132,145,128)
#788475
(120,132,117)
#6C776A
(108,119,106)
#606A5F
(96,106,95)
#545D54
(84,93,84)
#485049
(72,80,73)
#3C433E
(60,67,62)
#303633
(48,54,51)
#242928
(36,41,40)
#181C1D
(24,28,29)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #849180

#849180
(132,145,128)
#8F9B8B
(143,155,139)
#9AA596
(154,165,150)
#A5AFA1
(165,175,161)
#B0B9AC
(176,185,172)
#BBC3B7
(187,195,183)
#C6CDC2
(198,205,194)
#D1D7CD
(209,215,205)
#DCE1D8
(220,225,216)
#E7EBE3
(231,235,227)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849180; }

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

This text font color is #849180.


Background Color

.myBgColor { background-color: #849180; }

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

This div background color is #849180.


Border color

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

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

This div border color is #849180.


Opacity

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

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

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

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

This text has shadow with #849180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849180 on black background.


Color preview on white background

This text has color #849180 on white background.



Black color preview on #849180 background

This text has black color on #849180 background.


White color preview on #849180 background

This text has white color on #849180 background.