COLOR #986707

HEX: #986707 RGB: (152,103,7)

Color info

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

RGB color model

#986707 color RGB value is (152,103,7).

RGB: (152,103,7) (60%, 40%, 3%)

RGB channels and saturation

R 152 of 255 = 60%
G 103 of 255 = 40%
B 7 of 255 = 3%

152
103
7

R + G + B ~ 34%. #986707 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 152 + 103 + 7 = 262 (100%)
R 152 of 262 ~ 58.02%
G 103 of 262 ~ 39.31%
B 7 of 262 ~ 2.67'%

%58.02
%39.31

CMYK color model

#986707 color CMYK value is (0,32,95,40).

  • cyan value is 0.00%
  • magenta value is 32.24%
  • yellow value is 95.39%
  • key color value is 40.39%

CMYK: (0,32,95,40)
C0M32Y95K40 (0%, 32%, 95%, 40%)
(0.00 / 0.32 / 0.95 / 0.40)

CMYK percentages

%0
%32.24
%95.39
%40.39

Codes

Color #986707 in popluar color models

98 67 07
RGB 152 103 7
HSL 40° 91.19% 31.18%
HSB/HSV 40° 95.39% 59.61%
CMYK 0.00% 32.24% 95.39%
40.39%

Color #986707 in popluar number systems.

HEX 98 67 07
Decimal 152 103 7
Binary 10011000 1100111 111
Octal 230 147 7

Shades and tints

Shades of #986707

#986707
(152,103,7)
#8B5E07
(139,94,7)
#7E5507
(126,85,7)
#714C07
(113,76,7)
#644307
(100,67,7)
#573A07
(87,58,7)
#4A3107
(74,49,7)
#3D2807
(61,40,7)
#301F07
(48,31,7)
#231607
(35,22,7)
#160D07
(22,13,7)
#000000
(0,0,0)

Tints of #986707

#986707
(152,103,7)
#A1741D
(161,116,29)
#AA8133
(170,129,51)
#B38E49
(179,142,73)
#BC9B5F
(188,155,95)
#C5A875
(197,168,117)
#CEB58B
(206,181,139)
#D7C2A1
(215,194,161)
#E0CFB7
(224,207,183)
#E9DCCD
(233,220,205)
#F2E9E3
(242,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986707 color. Also use rgb(152,103,7) instead hex code.

Text Font Color

.myTextColor { color: #986707; }

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

This text font color is #986707.

Background Color

.myBgColor { background-color: #986707; }

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

This div background color is #986707.

Border color

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

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

This div border color is #986707.

Opacity

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

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

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

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

This text has shadow with #986707 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #986707.

Preview

Color preview on black background

This text has color #986707 on black background.


Color preview on white background

This text has color #986707 on white background.


Black color preview on #986707 background

This text has black color on #986707 background.


White color preview on #986707 background

This text has white color on #986707 background.


Related colors

Complementary color

Complementary color for #hex is #6798F8.


I love getcolorcode.com

Triadic colors

1 #079867 and #670798 with #986707 are triadic colors.

2 #076798 and #679807 with #986707 are triadic colors.