COLOR #849062

HEX: #849062
RGB: (132,144,98)

Color info

#849062 contains red, green and blue colors in about the same proportion. Web safe color of #849062 is #999966 (or #996).

RGB color model

#849062 color RGB value is (132,144,98).

  • red value is 132;
  • green value is 144;
  • blue value is 98.
RGB:
(132,144,98)
(52%,56%,38%)

RGB channels and saturation

R 132 of 255 = 52%
G 144 of 255 = 56%
B 98 of 255 = 38%

132
144
98

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

Portions of RGB colors in percentages

R + G + B =
132 + 144 + 98 = 374 (100%)
R 132 of 374 ~ 35.29%
G 144 of 374 ~ 38.5%
B 98 of 374 ~ 26.2%

%35.29
%38.5
%26.2

CMYK color model

#849062 color CMYK value is (8,0,32,44).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 43.53%
CMYK:
(8,0,32,44)
C8M0Y32K44 
(8%,0%,32%,44%)
(0.08/0.00/0.32/0.44)	

CMYK percentages

%8.33
%0
%31.94
%43.53

Codes

Color #849062 in popluar color models

849062
RGB13214498
HSL76°19.01%47.45%
HSB/HSV76°31.94%56.47%
CMYK8.33%0.00%31.94%
43.53%

Color #849062 in popluar number systems.

HEX849062
Decimal13214498
Binary10000100100100001100010
Octal204220142

Shades and tints

Shades of #849062

#849062
(132,144,98)
#78835A
(120,131,90)
#6C7652
(108,118,82)
#60694A
(96,105,74)
#545C42
(84,92,66)
#484F3A
(72,79,58)
#3C4232
(60,66,50)
#30352A
(48,53,42)
#242822
(36,40,34)
#181B1A
(24,27,26)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #849062

#849062
(132,144,98)
#8F9A70
(143,154,112)
#9AA47E
(154,164,126)
#A5AE8C
(165,174,140)
#B0B89A
(176,184,154)
#BBC2A8
(187,194,168)
#C6CCB6
(198,204,182)
#D1D6C4
(209,214,196)
#DCE0D2
(220,224,210)
#E7EAE0
(231,234,224)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849062; }

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

This text font color is #849062.


Background Color

.myBgColor { background-color: #849062; }

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

This div background color is #849062.


Border color

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

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

This div border color is #849062.


Opacity

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

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

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

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

This text has shadow with #849062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849062 on black background.


Color preview on white background

This text has color #849062 on white background.



Black color preview on #849062 background

This text has black color on #849062 background.


White color preview on #849062 background

This text has white color on #849062 background.