COLOR #848A46

HEX: #848A46 RGB: (132,138,70)

Color info

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

RGB color model

#848A46 color RGB value is (132,138,70).

RGB: (132,138,70) (52%, 54%, 27%)

RGB channels and saturation

R 132 of 255 = 52%
G 138 of 255 = 54%
B 70 of 255 = 27%

132
138
70

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

Portions of RGB colors in percentages

R + G + B = 132 + 138 + 70 = 340 (100%)
R 132 of 340 ~ 38.82%
G 138 of 340 ~ 40.59%
B 70 of 340 ~ 20.59'%

%38.82
%40.59
%20.59

CMYK color model

#848A46 color CMYK value is (4,0,49,46).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 49.28%
  • key color value is 45.88%

CMYK: (4,0,49,46)
C4M0Y49K46 (4%, 0%, 49%, 46%)
(0.04 / 0.00 / 0.49 / 0.46)

CMYK percentages

%4.35
%0
%49.28
%45.88

Codes

Color #848A46 in popluar color models

84 8A 46
RGB 132 138 70
HSL 65° 32.69% 40.78%
HSB/HSV 65° 49.28% 54.12%
CMYK 4.35% 0.00% 49.28%
45.88%

Color #848A46 in popluar number systems.

HEX 84 8A 46
Decimal 132 138 70
Binary 10000100 10001010 1000110
Octal 204 212 106

Shades and tints

Shades of #848A46

#848A46
(132,138,70)
#787E40
(120,126,64)
#6C723A
(108,114,58)
#606634
(96,102,52)
#545A2E
(84,90,46)
#484E28
(72,78,40)
#3C4222
(60,66,34)
#30361C
(48,54,28)
#242A16
(36,42,22)
#181E10
(24,30,16)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #848A46

#848A46
(132,138,70)
#8F9456
(143,148,86)
#9A9E66
(154,158,102)
#A5A876
(165,168,118)
#B0B286
(176,178,134)
#BBBC96
(187,188,150)
#C6C6A6
(198,198,166)
#D1D0B6
(209,208,182)
#DCDAC6
(220,218,198)
#E7E4D6
(231,228,214)
#F2EEE6
(242,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848A46 color. Also use rgb(132,138,70) instead hex code.

Text Font Color

.myTextColor { color: #848A46; }

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

This text font color is #848A46.

Background Color

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

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

This div background color is #848A46.

Border color

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

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

This div border color is #848A46.

Opacity

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

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

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

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

This text has shadow with #848A46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848A46.

Preview

Color preview on black background

This text has color #848A46 on black background.


Color preview on white background

This text has color #848A46 on white background.


Black color preview on #848A46 background

This text has black color on #848A46 background.


White color preview on #848A46 background

This text has white color on #848A46 background.


Related colors

Complementary color

Complementary color for #hex is #7B75B9.


I love getcolorcode.com

Triadic colors

1 #46848A and #8A4684 with #848A46 are triadic colors.

2 #468A84 and #8A8446 with #848A46 are triadic colors.