COLOR #849548

HEX: #849548
RGB: (132,149,72)

Color info

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

RGB color model

#849548 color RGB value is (132,149,72).

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

RGB channels and saturation

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

132
149
72

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

Portions of RGB colors in percentages

R + G + B =
132 + 149 + 72 = 353 (100%)
R 132 of 353 ~ 37.39%
G 149 of 353 ~ 42.21%
B 72 of 353 ~ 20.4%

%37.39
%42.21
%20.4

CMYK color model

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

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

CMYK percentages

%11.41
%0
%51.68
%41.57

Codes

Color #849548 in popluar color models

849548
RGB13214972
HSL73°34.84%43.33%
HSB/HSV73°51.68%58.43%
CMYK11.41%0.00%51.68%
41.57%

Color #849548 in popluar number systems.

HEX849548
Decimal13214972
Binary10000100100101011001000
Octal204225110

Shades and tints

Shades of #849548

#849548
(132,149,72)
#788842
(120,136,66)
#6C7B3C
(108,123,60)
#606E36
(96,110,54)
#546130
(84,97,48)
#48542A
(72,84,42)
#3C4724
(60,71,36)
#303A1E
(48,58,30)
#242D18
(36,45,24)
#182012
(24,32,18)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #849548

#849548
(132,149,72)
#8F9E58
(143,158,88)
#9AA768
(154,167,104)
#A5B078
(165,176,120)
#B0B988
(176,185,136)
#BBC298
(187,194,152)
#C6CBA8
(198,203,168)
#D1D4B8
(209,212,184)
#DCDDC8
(220,221,200)
#E7E6D8
(231,230,216)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849548; }

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

This text font color is #849548.


Background Color

.myBgColor { background-color: #849548; }

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

This div background color is #849548.


Border color

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

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

This div border color is #849548.


Opacity

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

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

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

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

This text has shadow with #849548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849548 on black background.


Color preview on white background

This text has color #849548 on white background.



Black color preview on #849548 background

This text has black color on #849548 background.


White color preview on #849548 background

This text has white color on #849548 background.