COLOR #848443

HEX: #848443 RGB: (132,132,67)

Color info

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

RGB color model

#848443 color RGB value is (132,132,67).

RGB: (132,132,67) (52%, 52%, 26%)

RGB channels and saturation

R 132 of 255 = 52%
G 132 of 255 = 52%
B 67 of 255 = 26%

132
132
67

R + G + B ~ 43%. #848443 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 132 + 67 = 331 (100%)
R 132 of 331 ~ 39.88%
G 132 of 331 ~ 39.88%
B 67 of 331 ~ 20.24'%

%39.88
%39.88
%20.24

CMYK color model

#848443 color CMYK value is (0,0,49,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 49.24%
  • key color value is 48.24%

CMYK: (0,0,49,48)
C0M0Y49K48 (0%, 0%, 49%, 48%)
(0.00 / 0.00 / 0.49 / 0.48)

CMYK percentages

%0
%0
%49.24
%48.24

Codes

Color #848443 in popluar color models

84 84 43
RGB 132 132 67
HSL 60° 32.66% 39.02%
HSB/HSV 60° 49.24% 51.76%
CMYK 0.00% 0.00% 49.24%
48.24%

Color #848443 in popluar number systems.

HEX 84 84 43
Decimal 132 132 67
Binary 10000100 10000100 1000011
Octal 204 204 103

Shades and tints

Shades of #848443

#848443
(132,132,67)
#78783D
(120,120,61)
#6C6C37
(108,108,55)
#606031
(96,96,49)
#54542B
(84,84,43)
#484825
(72,72,37)
#3C3C1F
(60,60,31)
#303019
(48,48,25)
#242413
(36,36,19)
#18180D
(24,24,13)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #848443

#848443
(132,132,67)
#8F8F54
(143,143,84)
#9A9A65
(154,154,101)
#A5A576
(165,165,118)
#B0B087
(176,176,135)
#BBBB98
(187,187,152)
#C6C6A9
(198,198,169)
#D1D1BA
(209,209,186)
#DCDCCB
(220,220,203)
#E7E7DC
(231,231,220)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848443 color. Also use rgb(132,132,67) instead hex code.

Text Font Color

.myTextColor { color: #848443; }

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

This text font color is #848443.

Background Color

.myBgColor { background-color: #848443; }

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

This div background color is #848443.

Border color

.myBorderColor { border: 1px solid #848443; }

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

This div border color is #848443.

Opacity

.myOpacity80 { color: #848443; opacity: 0.8; }

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

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

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

This text has shadow with #848443 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848443.

Preview

Color preview on black background

This text has color #848443 on black background.


Color preview on white background

This text has color #848443 on white background.


Black color preview on #848443 background

This text has black color on #848443 background.


White color preview on #848443 background

This text has white color on #848443 background.


Related colors

Complementary color

Complementary color for #hex is #7B7BBC.


I love getcolorcode.com