COLOR #849984

HEX: #849984
RGB: (132,153,132)

Color info

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

RGB color model

#849984 color RGB value is (132,153,132).

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

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 132 of 255 = 52%

132
153
132

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

Portions of RGB colors in percentages

R + G + B =
132 + 153 + 132 = 417 (100%)
R 132 of 417 ~ 31.65%
G 153 of 417 ~ 36.69%
B 132 of 417 ~ 31.65%

%31.65
%36.69
%31.65

CMYK color model

#849984 color CMYK value is (14,0,14,40).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 40.00%
CMYK:
(14,0,14,40)
C14M0Y14K40 
(14%,0%,14%,40%)
(0.14/0.00/0.14/0.40)	

CMYK percentages

%13.73
%0
%13.73
%40

Codes

Color #849984 in popluar color models

849984
RGB132153132
HSL120°9.33%55.88%
HSB/HSV120°13.73%60.00%
CMYK13.73%0.00%13.73%
40.00%

Color #849984 in popluar number systems.

HEX849984
Decimal132153132
Binary100001001001100110000100
Octal204231204

Shades and tints

Shades of #849984

#849984
(132,153,132)
#788C78
(120,140,120)
#6C7F6C
(108,127,108)
#607260
(96,114,96)
#546554
(84,101,84)
#485848
(72,88,72)
#3C4B3C
(60,75,60)
#303E30
(48,62,48)
#243124
(36,49,36)
#182418
(24,36,24)
#0C170C
(12,23,12)
#000000
(0,0,0)

Tints of #849984

#849984
(132,153,132)
#8FA28F
(143,162,143)
#9AAB9A
(154,171,154)
#A5B4A5
(165,180,165)
#B0BDB0
(176,189,176)
#BBC6BB
(187,198,187)
#C6CFC6
(198,207,198)
#D1D8D1
(209,216,209)
#DCE1DC
(220,225,220)
#E7EAE7
(231,234,231)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849984; }

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

This text font color is #849984.


Background Color

.myBgColor { background-color: #849984; }

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

This div background color is #849984.


Border color

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

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

This div border color is #849984.


Opacity

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

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

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

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

This text has shadow with #849984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849984 on black background.


Color preview on white background

This text has color #849984 on white background.



Black color preview on #849984 background

This text has black color on #849984 background.


White color preview on #849984 background

This text has white color on #849984 background.