COLOR #848442

HEX: #848442
RGB: (132,132,66)

Color info

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

RGB color model

#848442 color RGB value is (132,132,66).

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

RGB channels and saturation

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

132
132
66

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

Portions of RGB colors in percentages

R + G + B =
132 + 132 + 66 = 330 (100%)
R 132 of 330 ~ 40%
G 132 of 330 ~ 40%
B 66 of 330 ~ 20%

%40
%40
%20

CMYK color model

#848442 color CMYK value is (0,0,50,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 48.24%
CMYK:
(0,0,50,48)
C0M0Y50K48 
(0%,0%,50%,48%)
(0.00/0.00/0.50/0.48)	

CMYK percentages

%0
%0
%50
%48.24

Codes

Color #848442 in popluar color models

848442
RGB13213266
HSL60°33.33%38.82%
HSB/HSV60°50.00%51.76%
CMYK0.00%0.00%50.00%
48.24%

Color #848442 in popluar number systems.

HEX848442
Decimal13213266
Binary10000100100001001000010
Octal204204102

Shades and tints

Shades of #848442

#848442
(132,132,66)
#78783C
(120,120,60)
#6C6C36
(108,108,54)
#606030
(96,96,48)
#54542A
(84,84,42)
#484824
(72,72,36)
#3C3C1E
(60,60,30)
#303018
(48,48,24)
#242412
(36,36,18)
#18180C
(24,24,12)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #848442

#848442
(132,132,66)
#8F8F53
(143,143,83)
#9A9A64
(154,154,100)
#A5A575
(165,165,117)
#B0B086
(176,176,134)
#BBBB97
(187,187,151)
#C6C6A8
(198,198,168)
#D1D1B9
(209,209,185)
#DCDCCA
(220,220,202)
#E7E7DB
(231,231,219)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848442; }

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

This text font color is #848442.


Background Color

.myBgColor { background-color: #848442; }

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

This div background color is #848442.


Border color

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

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

This div border color is #848442.


Opacity

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

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

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

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

This text has shadow with #848442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848442 on black background.


Color preview on white background

This text has color #848442 on white background.



Black color preview on #848442 background

This text has black color on #848442 background.


White color preview on #848442 background

This text has white color on #848442 background.