COLOR #986500

HEX: #986500
RGB: (152,101,0)

Color info

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

RGB color model

#986500 color RGB value is (152,101,0).

  • red value is 152;
  • green value is 101;
  • blue value is 0.
RGB:
(152,101,0)
(60%,40%,0%)

RGB channels and saturation

R 152 of 255 = 60%
G 101 of 255 = 40%
B 0 of 255 = 0%

152
101
0

R + G + B ~ 33%. #986500 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 101 + 0 = 253 (100%)
R 152 of 253 ~ 60.08%
G 101 of 253 ~ 39.92%
B 0 of 253 ~ 0%

%60.08
%39.92

CMYK color model

#986500 color CMYK value is (0,34,100,40).

  • cyan value is 0.00%
  • magenta value is 33.55%
  • yellow value is 100.00%
  • key color value is 40.39%
CMYK:
(0,34,100,40)
C0M34Y100K40 
(0%,34%,100%,40%)
(0.00/0.34/1.00/0.40)	

CMYK percentages

%0
%33.55
%100
%40.39

Codes

Color #986500 in popluar color models

986500
RGB1521010
HSL40°100.00%29.80%
HSB/HSV40°100.00%59.61%
CMYK0.00%33.55%100.00%
40.39%

Color #986500 in popluar number systems.

HEX986500
Decimal1521010
Binary1001100011001010
Octal2301450

Shades and tints

Shades of #986500

#986500
(152,101,0)
#8B5C00
(139,92,0)
#7E5300
(126,83,0)
#714A00
(113,74,0)
#644100
(100,65,0)
#573800
(87,56,0)
#4A2F00
(74,47,0)
#3D2600
(61,38,0)
#301D00
(48,29,0)
#231400
(35,20,0)
#160B00
(22,11,0)
#000000
(0,0,0)

Tints of #986500

#986500
(152,101,0)
#A17317
(161,115,23)
#AA812E
(170,129,46)
#B38F45
(179,143,69)
#BC9D5C
(188,157,92)
#C5AB73
(197,171,115)
#CEB98A
(206,185,138)
#D7C7A1
(215,199,161)
#E0D5B8
(224,213,184)
#E9E3CF
(233,227,207)
#F2F1E6
(242,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986500; }

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

This text font color is #986500.


Background Color

.myBgColor { background-color: #986500; }

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

This div background color is #986500.


Border color

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

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

This div border color is #986500.


Opacity

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

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

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

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

This text has shadow with #986500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986500 on black background.


Color preview on white background

This text has color #986500 on white background.



Black color preview on #986500 background

This text has black color on #986500 background.


White color preview on #986500 background

This text has white color on #986500 background.