COLOR #849F4C

HEX: #849F4C RGB: (132,159,76)

Color info

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

RGB color model

#849F4C color RGB value is (132,159,76).

RGB: (132,159,76) (52%, 62%, 30%)

RGB channels and saturation

R 132 of 255 = 52%
G 159 of 255 = 62%
B 76 of 255 = 30%

132
159
76

R + G + B ~ 48%. #849F4C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 159 + 76 = 367 (100%)
R 132 of 367 ~ 35.97%
G 159 of 367 ~ 43.32%
B 76 of 367 ~ 20.71'%

%35.97
%43.32
%20.71

CMYK color model

#849F4C color CMYK value is (17,0,52,38).

  • cyan value is 16.98%
  • magenta value is 0.00%
  • yellow value is 52.20%
  • key color value is 37.65%

CMYK: (17,0,52,38)
C17M0Y52K38 (17%, 0%, 52%, 38%)
(0.17 / 0.00 / 0.52 / 0.38)

CMYK percentages

%16.98
%0
%52.2
%37.65

Codes

Color #849F4C in popluar color models

84 9F 4C
RGB 132 159 76
HSL 80° 35.32% 46.08%
HSB/HSV 80° 52.20% 62.35%
CMYK 16.98% 0.00% 52.20%
37.65%

Color #849F4C in popluar number systems.

HEX 84 9F 4C
Decimal 132 159 76
Binary 10000100 10011111 1001100
Octal 204 237 114

Shades and tints

Shades of #849F4C

#849F4C
(132,159,76)
#789146
(120,145,70)
#6C8340
(108,131,64)
#60753A
(96,117,58)
#546734
(84,103,52)
#48592E
(72,89,46)
#3C4B28
(60,75,40)
#303D22
(48,61,34)
#242F1C
(36,47,28)
#182116
(24,33,22)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #849F4C

#849F4C
(132,159,76)
#8FA75C
(143,167,92)
#9AAF6C
(154,175,108)
#A5B77C
(165,183,124)
#B0BF8C
(176,191,140)
#BBC79C
(187,199,156)
#C6CFAC
(198,207,172)
#D1D7BC
(209,215,188)
#DCDFCC
(220,223,204)
#E7E7DC
(231,231,220)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849F4C color. Also use rgb(132,159,76) instead hex code.

Text Font Color

.myTextColor { color: #849F4C; }

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

This text font color is #849F4C.

Background Color

.myBgColor { background-color: #849F4C; }

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

This div background color is #849F4C.

Border color

.myBorderColor { border: 1px solid #849F4C; }

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

This div border color is #849F4C.

Opacity

.myOpacity80 { color: #849F4C; opacity: 0.8; }

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

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

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

This text has shadow with #849F4C color.


.textShadow {text-shadow: 3px 3px 1px #849F4C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #849F4C; -webkit-box-shadow: 1px 1px 3px 2px #849F4C; box-shadow:1px 1px 3px 2px #849F4C;">
Div content here
</div>

This div box has shadow with color #849F4C.

Preview

Color preview on black background

This text has color #849F4C on black background.


Color preview on white background

This text has color #849F4C on white background.


Black color preview on #849F4C background

This text has black color on #849F4C background.


White color preview on #849F4C background

This text has white color on #849F4C background.


Related colors

Complementary color

Complementary color for #hex is #7B60B3.


I love getcolorcode.com

Triadic colors

1 #4C849F and #9F4C84 with #849F4C are triadic colors.

2 #4C9F84 and #9F844C with #849F4C are triadic colors.