COLOR #846500

HEX: #846500 RGB: (132,101,0)

Color info

#846500 contains only red and green colors. Web safe color of #846500 is #996600 (or #960).

RGB color model

#846500 color RGB value is (132,101,0).

RGB: (132,101,0) (52%, 40%, 0%)

RGB channels and saturation

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

132
101
0

R + G + B ~ 31%. #846500 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 132 + 101 + 0 = 233 (100%)
R 132 of 233 ~ 56.65%
G 101 of 233 ~ 43.35%
B 0 of 233 ~ 0'%

%56.65
%43.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 100.00%
  • key color value is 48.24%

CMYK: (0,23,100,48)
C0M23Y100K48 (0%, 23%, 100%, 48%)
(0.00 / 0.23 / 1.00 / 0.48)

CMYK percentages

%0
%23.48
%100
%48.24

Codes

Color #846500 in popluar color models

84 65 00
RGB 132 101 0
HSL 46° 100.00% 25.88%
HSB/HSV 46° 100.00% 51.76%
CMYK 0.00% 23.48% 100.00%
48.24%

Color #846500 in popluar number systems.

HEX 84 65 00
Decimal 132 101 0
Binary 10000100 1100101 0
Octal 204 145 0

Shades and tints

Shades of #846500

#846500
(132,101,0)
#785C00
(120,92,0)
#6C5300
(108,83,0)
#604A00
(96,74,0)
#544100
(84,65,0)
#483800
(72,56,0)
#3C2F00
(60,47,0)
#302600
(48,38,0)
#241D00
(36,29,0)
#181400
(24,20,0)
#0C0B00
(12,11,0)
#000000
(0,0,0)

Tints of #846500

#846500
(132,101,0)
#8F7317
(143,115,23)
#9A812E
(154,129,46)
#A58F45
(165,143,69)
#B09D5C
(176,157,92)
#BBAB73
(187,171,115)
#C6B98A
(198,185,138)
#D1C7A1
(209,199,161)
#DCD5B8
(220,213,184)
#E7E3CF
(231,227,207)
#F2F1E6
(242,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846500; }

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

This text font color is #846500.

Background Color

.myBgColor { background-color: #846500; }

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

This div background color is #846500.

Border color

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

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

This div border color is #846500.

Opacity

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

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

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

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

This text has shadow with #846500 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #846500.

Preview

Color preview on black background

This text has color #846500 on black background.


Color preview on white background

This text has color #846500 on white background.


Black color preview on #846500 background

This text has black color on #846500 background.


White color preview on #846500 background

This text has white color on #846500 background.


Related colors

Complementary color

Complementary color for #hex is #7B9AFF.


I love getcolorcode.com

Triadic colors

1 #008465 and #650084 with #846500 are triadic colors.

2 #006584 and #658400 with #846500 are triadic colors.