COLOR #849584

HEX: #849584
RGB: (132,149,132)

Color info

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

RGB color model

#849584 color RGB value is (132,149,132).

  • red value is 132;
  • green value is 149;
  • blue value is 132.
RGB:
(132,149,132)
(52%,58%,52%)

RGB channels and saturation

R 132 of 255 = 52%
G 149 of 255 = 58%
B 132 of 255 = 52%

132
149
132

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

Portions of RGB colors in percentages

R + G + B =
132 + 149 + 132 = 413 (100%)
R 132 of 413 ~ 31.96%
G 149 of 413 ~ 36.08%
B 132 of 413 ~ 31.96%

%31.96
%36.08
%31.96

CMYK color model

#849584 color CMYK value is (11,0,11,42).

  • cyan value is 11.41%
  • magenta value is 0.00%
  • yellow value is 11.41%
  • key color value is 41.57%
CMYK:
(11,0,11,42)
C11M0Y11K42 
(11%,0%,11%,42%)
(0.11/0.00/0.11/0.42)	

CMYK percentages

%11.41
%0
%11.41
%41.57

Codes

Color #849584 in popluar color models

849584
RGB132149132
HSL120°7.42%55.10%
HSB/HSV120°11.41%58.43%
CMYK11.41%0.00%11.41%
41.57%

Color #849584 in popluar number systems.

HEX849584
Decimal132149132
Binary100001001001010110000100
Octal204225204

Shades and tints

Shades of #849584

#849584
(132,149,132)
#788878
(120,136,120)
#6C7B6C
(108,123,108)
#606E60
(96,110,96)
#546154
(84,97,84)
#485448
(72,84,72)
#3C473C
(60,71,60)
#303A30
(48,58,48)
#242D24
(36,45,36)
#182018
(24,32,24)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #849584

#849584
(132,149,132)
#8F9E8F
(143,158,143)
#9AA79A
(154,167,154)
#A5B0A5
(165,176,165)
#B0B9B0
(176,185,176)
#BBC2BB
(187,194,187)
#C6CBC6
(198,203,198)
#D1D4D1
(209,212,209)
#DCDDDC
(220,221,220)
#E7E6E7
(231,230,231)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849584; }

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

This text font color is #849584.


Background Color

.myBgColor { background-color: #849584; }

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

This div background color is #849584.


Border color

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

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

This div border color is #849584.


Opacity

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

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

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

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

This text has shadow with #849584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849584 on black background.


Color preview on white background

This text has color #849584 on white background.



Black color preview on #849584 background

This text has black color on #849584 background.


White color preview on #849584 background

This text has white color on #849584 background.