COLOR #848043

HEX: #848043
RGB: (132,128,67)

Color info

#848043 contains mainly red and green colors. Web safe color of #848043 is #996633 (or #963).

RGB color model

#848043 color RGB value is (132,128,67).

  • red value is 132;
  • green value is 128;
  • blue value is 67.
RGB:
(132,128,67)
(52%,50%,26%)

RGB channels and saturation

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

132
128
67

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

Portions of RGB colors in percentages

R + G + B =
132 + 128 + 67 = 327 (100%)
R 132 of 327 ~ 40.37%
G 128 of 327 ~ 39.14%
B 67 of 327 ~ 20.49%

%40.37
%39.14
%20.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 49.24%
  • key color value is 48.24%
CMYK:
(0,3,49,48)
C0M3Y49K48 
(0%,3%,49%,48%)
(0.00/0.03/0.49/0.48)	

CMYK percentages

%0
%3.03
%49.24
%48.24

Codes

Color #848043 in popluar color models

848043
RGB13212867
HSL56°32.66%39.02%
HSB/HSV56°49.24%51.76%
CMYK0.00%3.03%49.24%
48.24%

Color #848043 in popluar number systems.

HEX848043
Decimal13212867
Binary10000100100000001000011
Octal204200103

Shades and tints

Shades of #848043

#848043
(132,128,67)
#78753D
(120,117,61)
#6C6A37
(108,106,55)
#605F31
(96,95,49)
#54542B
(84,84,43)
#484925
(72,73,37)
#3C3E1F
(60,62,31)
#303319
(48,51,25)
#242813
(36,40,19)
#181D0D
(24,29,13)
#0C1207
(12,18,7)
#000000
(0,0,0)

Tints of #848043

#848043
(132,128,67)
#8F8B54
(143,139,84)
#9A9665
(154,150,101)
#A5A176
(165,161,118)
#B0AC87
(176,172,135)
#BBB798
(187,183,152)
#C6C2A9
(198,194,169)
#D1CDBA
(209,205,186)
#DCD8CB
(220,216,203)
#E7E3DC
(231,227,220)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848043; }

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

This text font color is #848043.


Background Color

.myBgColor { background-color: #848043; }

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

This div background color is #848043.


Border color

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

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

This div border color is #848043.


Opacity

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

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

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

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

This text has shadow with #848043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848043 on black background.


Color preview on white background

This text has color #848043 on white background.



Black color preview on #848043 background

This text has black color on #848043 background.


White color preview on #848043 background

This text has white color on #848043 background.