COLOR #849384

HEX: #849384
RGB: (132,147,132)

Color info

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

RGB color model

#849384 color RGB value is (132,147,132).

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

RGB channels and saturation

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

132
147
132

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

Portions of RGB colors in percentages

R + G + B =
132 + 147 + 132 = 411 (100%)
R 132 of 411 ~ 32.12%
G 147 of 411 ~ 35.77%
B 132 of 411 ~ 32.12%

%32.12
%35.77
%32.12

CMYK color model

#849384 color CMYK value is (10,0,10,42).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 42.35%
CMYK:
(10,0,10,42)
C10M0Y10K42 
(10%,0%,10%,42%)
(0.10/0.00/0.10/0.42)	

CMYK percentages

%10.2
%0
%10.2
%42.35

Codes

Color #849384 in popluar color models

849384
RGB132147132
HSL120°6.49%54.71%
HSB/HSV120°10.20%57.65%
CMYK10.20%0.00%10.20%
42.35%

Color #849384 in popluar number systems.

HEX849384
Decimal132147132
Binary100001001001001110000100
Octal204223204

Shades and tints

Shades of #849384

#849384
(132,147,132)
#788678
(120,134,120)
#6C796C
(108,121,108)
#606C60
(96,108,96)
#545F54
(84,95,84)
#485248
(72,82,72)
#3C453C
(60,69,60)
#303830
(48,56,48)
#242B24
(36,43,36)
#181E18
(24,30,24)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #849384

#849384
(132,147,132)
#8F9C8F
(143,156,143)
#9AA59A
(154,165,154)
#A5AEA5
(165,174,165)
#B0B7B0
(176,183,176)
#BBC0BB
(187,192,187)
#C6C9C6
(198,201,198)
#D1D2D1
(209,210,209)
#DCDBDC
(220,219,220)
#E7E4E7
(231,228,231)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849384; }

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

This text font color is #849384.


Background Color

.myBgColor { background-color: #849384; }

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

This div background color is #849384.


Border color

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

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

This div border color is #849384.


Opacity

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

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

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

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

This text has shadow with #849384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849384 on black background.


Color preview on white background

This text has color #849384 on white background.



Black color preview on #849384 background

This text has black color on #849384 background.


White color preview on #849384 background

This text has white color on #849384 background.