COLOR #848D2C

HEX: #848D2C
RGB: (132,141,44)

Color info

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

RGB color model

#848D2C color RGB value is (132,141,44).

  • red value is 132;
  • green value is 141;
  • blue value is 44.
RGB:
(132,141,44)
(52%,55%,17%)

RGB channels and saturation

R 132 of 255 = 52%
G 141 of 255 = 55%
B 44 of 255 = 17%

132
141
44

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

Portions of RGB colors in percentages

R + G + B =
132 + 141 + 44 = 317 (100%)
R 132 of 317 ~ 41.64%
G 141 of 317 ~ 44.48%
B 44 of 317 ~ 13.88%

%41.64
%44.48
%13.88

CMYK color model

#848D2C color CMYK value is (6,0,69,45).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 68.79%
  • key color value is 44.71%
CMYK:
(6,0,69,45)
C6M0Y69K45 
(6%,0%,69%,45%)
(0.06/0.00/0.69/0.45)	

CMYK percentages

%6.38
%0
%68.79
%44.71

Codes

Color #848D2C in popluar color models

848D2C
RGB13214144
HSL66°52.43%36.27%
HSB/HSV66°68.79%55.29%
CMYK6.38%0.00%68.79%
44.71%

Color #848D2C in popluar number systems.

HEX848D2C
Decimal13214144
Binary1000010010001101101100
Octal20421554

Shades and tints

Shades of #848D2C

#848D2C
(132,141,44)
#788128
(120,129,40)
#6C7524
(108,117,36)
#606920
(96,105,32)
#545D1C
(84,93,28)
#485118
(72,81,24)
#3C4514
(60,69,20)
#303910
(48,57,16)
#242D0C
(36,45,12)
#182108
(24,33,8)
#0C1504
(12,21,4)
#000000
(0,0,0)

Tints of #848D2C

#848D2C
(132,141,44)
#8F973F
(143,151,63)
#9AA152
(154,161,82)
#A5AB65
(165,171,101)
#B0B578
(176,181,120)
#BBBF8B
(187,191,139)
#C6C99E
(198,201,158)
#D1D3B1
(209,211,177)
#DCDDC4
(220,221,196)
#E7E7D7
(231,231,215)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848D2C color. Also use rgb(132,141,44) instead hex code.

Text Font Color

.myTextColor { color: #848D2C; }

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

This text font color is #848D2C.


Background Color

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

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

This div background color is #848D2C.


Border color

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

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

This div border color is #848D2C.


Opacity

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

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

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

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

This text has shadow with #848D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848D2C on black background.


Color preview on white background

This text has color #848D2C on white background.



Black color preview on #848D2C background

This text has black color on #848D2C background.


White color preview on #848D2C background

This text has white color on #848D2C background.