COLOR #849949

HEX: #849949
RGB: (132,153,73)

Color info

#849949 contains mainly red and green colors. Web safe color of #849949 is #999933 (or #993).

RGB color model

#849949 color RGB value is (132,153,73).

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

RGB channels and saturation

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

132
153
73

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

Portions of RGB colors in percentages

R + G + B =
132 + 153 + 73 = 358 (100%)
R 132 of 358 ~ 36.87%
G 153 of 358 ~ 42.74%
B 73 of 358 ~ 20.39%

%36.87
%42.74
%20.39

CMYK color model

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

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

CMYK percentages

%13.73
%0
%52.29
%40

Codes

Color #849949 in popluar color models

849949
RGB13215373
HSL76°35.40%44.31%
HSB/HSV76°52.29%60.00%
CMYK13.73%0.00%52.29%
40.00%

Color #849949 in popluar number systems.

HEX849949
Decimal13215373
Binary10000100100110011001001
Octal204231111

Shades and tints

Shades of #849949

#849949
(132,153,73)
#788C43
(120,140,67)
#6C7F3D
(108,127,61)
#607237
(96,114,55)
#546531
(84,101,49)
#48582B
(72,88,43)
#3C4B25
(60,75,37)
#303E1F
(48,62,31)
#243119
(36,49,25)
#182413
(24,36,19)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #849949

#849949
(132,153,73)
#8FA259
(143,162,89)
#9AAB69
(154,171,105)
#A5B479
(165,180,121)
#B0BD89
(176,189,137)
#BBC699
(187,198,153)
#C6CFA9
(198,207,169)
#D1D8B9
(209,216,185)
#DCE1C9
(220,225,201)
#E7EAD9
(231,234,217)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849949; }

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

This text font color is #849949.


Background Color

.myBgColor { background-color: #849949; }

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

This div background color is #849949.


Border color

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

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

This div border color is #849949.


Opacity

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

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

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

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

This text has shadow with #849949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849949 on black background.


Color preview on white background

This text has color #849949 on white background.



Black color preview on #849949 background

This text has black color on #849949 background.


White color preview on #849949 background

This text has white color on #849949 background.