COLOR #848E3A

HEX: #848E3A RGB: (132,142,58)

Color info

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

RGB color model

#848E3A color RGB value is (132,142,58).

RGB: (132,142,58) (52%, 56%, 23%)

RGB channels and saturation

R 132 of 255 = 52%
G 142 of 255 = 56%
B 58 of 255 = 23%

132
142
58

R + G + B ~ 44%. #848E3A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 142 + 58 = 332 (100%)
R 132 of 332 ~ 39.76%
G 142 of 332 ~ 42.77%
B 58 of 332 ~ 17.47'%

%39.76
%42.77
%17.47

CMYK color model

#848E3A color CMYK value is (7,0,59,44).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 59.15%
  • key color value is 44.31%
CMYK: (7,0,59,44) C7M0Y59K44 (7%,0%,59%,44%) (0.07/0.00/0.59/0.44) 

CMYK percentages

%7.04
%0
%59.15
%44.31

Codes

Color #848E3A in popluar color models

84 8E 3A
RGB 132 142 58
HSL 67° 42.00% 39.22%
HSB/HSV 67° 59.15% 55.69%
CMYK 7.04% 0.00% 59.15%
44.31%

Color #848E3A in popluar number systems.

HEX 84 8E 3A
Decimal 132 142 58
Binary 10000100 10001110 111010
Octal 204 216 72

Shades and tints

Shades of #848E3A

#848E3A
(132,142,58)
#788235
(120,130,53)
#6C7630
(108,118,48)
#606A2B
(96,106,43)
#545E26
(84,94,38)
#485221
(72,82,33)
#3C461C
(60,70,28)
#303A17
(48,58,23)
#242E12
(36,46,18)
#18220D
(24,34,13)
#0C1608
(12,22,8)
#000000
(0,0,0)

Tints of #848E3A

#848E3A
(132,142,58)
#8F984B
(143,152,75)
#9AA25C
(154,162,92)
#A5AC6D
(165,172,109)
#B0B67E
(176,182,126)
#BBC08F
(187,192,143)
#C6CAA0
(198,202,160)
#D1D4B1
(209,212,177)
#DCDEC2
(220,222,194)
#E7E8D3
(231,232,211)
#F2F2E4
(242,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848E3A color. Also use rgb(132,142,58) instead hex code.

Text Font Color

.myTextColor { color: #848E3A; }

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

This text font color is #848E3A.

Background Color

.myBgColor { background-color: #848E3A; }

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

This div background color is #848E3A.

Border color

.myBorderColor { border: 1px solid #848E3A; }

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

This div border color is #848E3A.

Opacity

.myOpacity80 { color: #848E3A; opacity: 0.8; }

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

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

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

This text has shadow with #848E3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848E3A.

Preview

Color preview on black background

This text has color #848E3A on black background.


Color preview on white background

This text has color #848E3A on white background.


Black color preview on #848E3A background

This text has black color on #848E3A background.


White color preview on #848E3A background

This text has white color on #848E3A background.


Related colors

Complementary color

Complementary color for #hex is #7B71C5.


I love getcolorcode.com

Triadic colors

1 #3A848E and #8E3A84 with #848E3A are triadic colors.

2 #3A8E84 and #8E843A with #848E3A are triadic colors.