COLOR #848400

HEX: #848400
RGB: (132,132,0)

Color info

#848400 contains only red and green colors. Web safe color of #848400 is #999900 (or #990).

RGB color model

#848400 color RGB value is (132,132,0).

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

RGB channels and saturation

R 132 of 255 = 52%
G 132 of 255 = 52%
B 0 of 255 = 0%

132
132
0

R + G + B ~ 35%. #848400 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 132 + 0 = 264 (100%)
R 132 of 264 ~ 50%
G 132 of 264 ~ 50%
B 0 of 264 ~ 0%

%50
%50

CMYK color model

#848400 color CMYK value is (0,0,100,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 48.24%
CMYK:
(0,0,100,48)
C0M0Y100K48 
(0%,0%,100%,48%)
(0.00/0.00/1.00/0.48)	

CMYK percentages

%0
%0
%100
%48.24

Codes

Color #848400 in popluar color models

848400
RGB1321320
HSL60°100.00%25.88%
HSB/HSV60°100.00%51.76%
CMYK0.00%0.00%100.00%
48.24%

Color #848400 in popluar number systems.

HEX848400
Decimal1321320
Binary10000100100001000
Octal2042040

Shades and tints

Shades of #848400

#848400
(132,132,0)
#787800
(120,120,0)
#6C6C00
(108,108,0)
#606000
(96,96,0)
#545400
(84,84,0)
#484800
(72,72,0)
#3C3C00
(60,60,0)
#303000
(48,48,0)
#242400
(36,36,0)
#181800
(24,24,0)
#0C0C00
(12,12,0)
#000000
(0,0,0)

Tints of #848400

#848400
(132,132,0)
#8F8F17
(143,143,23)
#9A9A2E
(154,154,46)
#A5A545
(165,165,69)
#B0B05C
(176,176,92)
#BBBB73
(187,187,115)
#C6C68A
(198,198,138)
#D1D1A1
(209,209,161)
#DCDCB8
(220,220,184)
#E7E7CF
(231,231,207)
#F2F2E6
(242,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848400; }

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

This text font color is #848400.


Background Color

.myBgColor { background-color: #848400; }

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

This div background color is #848400.


Border color

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

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

This div border color is #848400.


Opacity

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

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

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

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

This text has shadow with #848400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848400 on black background.


Color preview on white background

This text has color #848400 on white background.



Black color preview on #848400 background

This text has black color on #848400 background.


White color preview on #848400 background

This text has white color on #848400 background.