COLOR #849482

HEX: #849482
RGB: (132,148,130)

Color info

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

RGB color model

#849482 color RGB value is (132,148,130).

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

RGB channels and saturation

R 132 of 255 = 52%
G 148 of 255 = 58%
B 130 of 255 = 51%

132
148
130

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

Portions of RGB colors in percentages

R + G + B =
132 + 148 + 130 = 410 (100%)
R 132 of 410 ~ 32.2%
G 148 of 410 ~ 36.1%
B 130 of 410 ~ 31.71%

%32.2
%36.1
%31.71

CMYK color model

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

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 12.16%
  • key color value is 41.96%
CMYK:
(11,0,12,42)
C11M0Y12K42 
(11%,0%,12%,42%)
(0.11/0.00/0.12/0.42)	

CMYK percentages

%10.81
%0
%12.16
%41.96

Codes

Color #849482 in popluar color models

849482
RGB132148130
HSL113°7.76%54.51%
HSB/HSV113°12.16%58.04%
CMYK10.81%0.00%12.16%
41.96%

Color #849482 in popluar number systems.

HEX849482
Decimal132148130
Binary100001001001010010000010
Octal204224202

Shades and tints

Shades of #849482

#849482
(132,148,130)
#788777
(120,135,119)
#6C7A6C
(108,122,108)
#606D61
(96,109,97)
#546056
(84,96,86)
#48534B
(72,83,75)
#3C4640
(60,70,64)
#303935
(48,57,53)
#242C2A
(36,44,42)
#181F1F
(24,31,31)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #849482

#849482
(132,148,130)
#8F9D8D
(143,157,141)
#9AA698
(154,166,152)
#A5AFA3
(165,175,163)
#B0B8AE
(176,184,174)
#BBC1B9
(187,193,185)
#C6CAC4
(198,202,196)
#D1D3CF
(209,211,207)
#DCDCDA
(220,220,218)
#E7E5E5
(231,229,229)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849482; }

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

This text font color is #849482.


Background Color

.myBgColor { background-color: #849482; }

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

This div background color is #849482.


Border color

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

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

This div border color is #849482.


Opacity

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

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

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

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

This text has shadow with #849482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849482 on black background.


Color preview on white background

This text has color #849482 on white background.



Black color preview on #849482 background

This text has black color on #849482 background.


White color preview on #849482 background

This text has white color on #849482 background.