COLOR #849B52

HEX: #849B52 RGB: (132,155,82)

Color info

#849B52 contains mainly red and green colors. Web safe color of #849B52 is #999966 (or #996).

RGB color model

#849B52 color RGB value is (132,155,82).

RGB: (132,155,82) (52%, 61%, 32%)

RGB channels and saturation

R 132 of 255 = 52%
G 155 of 255 = 61%
B 82 of 255 = 32%

132
155
82

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

Portions of RGB colors in percentages

R + G + B = 132 + 155 + 82 = 369 (100%)
R 132 of 369 ~ 35.77%
G 155 of 369 ~ 42.01%
B 82 of 369 ~ 22.22'%

%35.77
%42.01
%22.22

CMYK color model

#849B52 color CMYK value is (15,0,47,39).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 47.10%
  • key color value is 39.22%

CMYK: (15,0,47,39)
C15M0Y47K39 (15%, 0%, 47%, 39%)
(0.15 / 0.00 / 0.47 / 0.39)

CMYK percentages

%14.84
%0
%47.1
%39.22

Codes

Color #849B52 in popluar color models

84 9B 52
RGB 132 155 82
HSL 79° 30.80% 46.47%
HSB/HSV 79° 47.10% 60.78%
CMYK 14.84% 0.00% 47.10%
39.22%

Color #849B52 in popluar number systems.

HEX 84 9B 52
Decimal 132 155 82
Binary 10000100 10011011 1010010
Octal 204 233 122

Shades and tints

Shades of #849B52

#849B52
(132,155,82)
#788D4B
(120,141,75)
#6C7F44
(108,127,68)
#60713D
(96,113,61)
#546336
(84,99,54)
#48552F
(72,85,47)
#3C4728
(60,71,40)
#303921
(48,57,33)
#242B1A
(36,43,26)
#181D13
(24,29,19)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #849B52

#849B52
(132,155,82)
#8FA461
(143,164,97)
#9AAD70
(154,173,112)
#A5B67F
(165,182,127)
#B0BF8E
(176,191,142)
#BBC89D
(187,200,157)
#C6D1AC
(198,209,172)
#D1DABB
(209,218,187)
#DCE3CA
(220,227,202)
#E7ECD9
(231,236,217)
#F2F5E8
(242,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849B52 color. Also use rgb(132,155,82) instead hex code.

Text Font Color

.myTextColor { color: #849B52; }

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

This text font color is #849B52.

Background Color

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

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

This div background color is #849B52.

Border color

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

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

This div border color is #849B52.

Opacity

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

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

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

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

This text has shadow with #849B52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #849B52.

Preview

Color preview on black background

This text has color #849B52 on black background.


Color preview on white background

This text has color #849B52 on white background.


Black color preview on #849B52 background

This text has black color on #849B52 background.


White color preview on #849B52 background

This text has white color on #849B52 background.


Related colors

Complementary color

Complementary color for #hex is #7B64AD.


I love getcolorcode.com

Triadic colors

1 #52849B and #9B5284 with #849B52 are triadic colors.

2 #529B84 and #9B8452 with #849B52 are triadic colors.