COLOR #849648

HEX: #849648
RGB: (132,150,72)

Color info

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

RGB color model

#849648 color RGB value is (132,150,72).

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

RGB channels and saturation

R 132 of 255 = 52%
G 150 of 255 = 59%
B 72 of 255 = 28%

132
150
72

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

Portions of RGB colors in percentages

R + G + B =
132 + 150 + 72 = 354 (100%)
R 132 of 354 ~ 37.29%
G 150 of 354 ~ 42.37%
B 72 of 354 ~ 20.34%

%37.29
%42.37
%20.34

CMYK color model

#849648 color CMYK value is (12,0,52,41).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 41.18%
CMYK:
(12,0,52,41)
C12M0Y52K41 
(12%,0%,52%,41%)
(0.12/0.00/0.52/0.41)	

CMYK percentages

%12
%0
%52
%41.18

Codes

Color #849648 in popluar color models

849648
RGB13215072
HSL74°35.14%43.53%
HSB/HSV74°52.00%58.82%
CMYK12.00%0.00%52.00%
41.18%

Color #849648 in popluar number systems.

HEX849648
Decimal13215072
Binary10000100100101101001000
Octal204226110

Shades and tints

Shades of #849648

#849648
(132,150,72)
#788942
(120,137,66)
#6C7C3C
(108,124,60)
#606F36
(96,111,54)
#546230
(84,98,48)
#48552A
(72,85,42)
#3C4824
(60,72,36)
#303B1E
(48,59,30)
#242E18
(36,46,24)
#182112
(24,33,18)
#0C140C
(12,20,12)
#000000
(0,0,0)

Tints of #849648

#849648
(132,150,72)
#8F9F58
(143,159,88)
#9AA868
(154,168,104)
#A5B178
(165,177,120)
#B0BA88
(176,186,136)
#BBC398
(187,195,152)
#C6CCA8
(198,204,168)
#D1D5B8
(209,213,184)
#DCDEC8
(220,222,200)
#E7E7D8
(231,231,216)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849648; }

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

This text font color is #849648.


Background Color

.myBgColor { background-color: #849648; }

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

This div background color is #849648.


Border color

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

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

This div border color is #849648.


Opacity

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

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

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

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

This text has shadow with #849648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849648 on black background.


Color preview on white background

This text has color #849648 on white background.



Black color preview on #849648 background

This text has black color on #849648 background.


White color preview on #849648 background

This text has white color on #849648 background.