COLOR #849B40

HEX: #849B40 RGB: (132,155,64)

Color info

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

RGB color model

#849B40 color RGB value is (132,155,64).

RGB: (132,155,64) (52%, 61%, 25%)

RGB channels and saturation

R 132 of 255 = 52%
G 155 of 255 = 61%
B 64 of 255 = 25%

132
155
64

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

Portions of RGB colors in percentages

R + G + B = 132 + 155 + 64 = 351 (100%)
R 132 of 351 ~ 37.61%
G 155 of 351 ~ 44.16%
B 64 of 351 ~ 18.23'%

%37.61
%44.16
%18.23

CMYK color model

#849B40 color CMYK value is (15,0,59,39).

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

CMYK: (15,0,59,39)
C15M0Y59K39 (15%, 0%, 59%, 39%)
(0.15 / 0.00 / 0.59 / 0.39)

CMYK percentages

%14.84
%0
%58.71
%39.22

Codes

Color #849B40 in popluar color models

84 9B 40
RGB 132 155 64
HSL 75° 41.55% 42.94%
HSB/HSV 75° 58.71% 60.78%
CMYK 14.84% 0.00% 58.71%
39.22%

Color #849B40 in popluar number systems.

HEX 84 9B 40
Decimal 132 155 64
Binary 10000100 10011011 1000000
Octal 204 233 100

Shades and tints

Shades of #849B40

#849B40
(132,155,64)
#788D3B
(120,141,59)
#6C7F36
(108,127,54)
#607131
(96,113,49)
#54632C
(84,99,44)
#485527
(72,85,39)
#3C4722
(60,71,34)
#30391D
(48,57,29)
#242B18
(36,43,24)
#181D13
(24,29,19)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #849B40

#849B40
(132,155,64)
#8FA451
(143,164,81)
#9AAD62
(154,173,98)
#A5B673
(165,182,115)
#B0BF84
(176,191,132)
#BBC895
(187,200,149)
#C6D1A6
(198,209,166)
#D1DAB7
(209,218,183)
#DCE3C8
(220,227,200)
#E7ECD9
(231,236,217)
#F2F5EA
(242,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849B40; }

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

This text font color is #849B40.

Background Color

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

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

This div background color is #849B40.

Border color

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

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

This div border color is #849B40.

Opacity

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

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

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

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

This text has shadow with #849B40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #849B40.

Preview

Color preview on black background

This text has color #849B40 on black background.


Color preview on white background

This text has color #849B40 on white background.


Black color preview on #849B40 background

This text has black color on #849B40 background.


White color preview on #849B40 background

This text has white color on #849B40 background.


Related colors

Complementary color

Complementary color for #hex is #7B64BF.


I love getcolorcode.com

Triadic colors

1 #40849B and #9B4084 with #849B40 are triadic colors.

2 #409B84 and #9B8440 with #849B40 are triadic colors.