COLOR #986A07

HEX: #986A07 RGB: (152,106,7)

Color info

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

RGB color model

#986A07 color RGB value is (152,106,7).

RGB: (152,106,7) (60%, 42%, 3%)

RGB channels and saturation

R 152 of 255 = 60%
G 106 of 255 = 42%
B 7 of 255 = 3%

152
106
7

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

Portions of RGB colors in percentages

R + G + B = 152 + 106 + 7 = 265 (100%)
R 152 of 265 ~ 57.36%
G 106 of 265 ~ 40%
B 7 of 265 ~ 2.64'%

%57.36
%40

CMYK color model

#986A07 color CMYK value is (0,30,95,40).

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

CMYK: (0,30,95,40)
C0M30Y95K40 (0%, 30%, 95%, 40%)
(0.00 / 0.30 / 0.95 / 0.40)

CMYK percentages

%0
%30.26
%95.39
%40.39

Codes

Color #986A07 in popluar color models

98 6A 07
RGB 152 106 7
HSL 41° 91.19% 31.18%
HSB/HSV 41° 95.39% 59.61%
CMYK 0.00% 30.26% 95.39%
40.39%

Color #986A07 in popluar number systems.

HEX 98 6A 07
Decimal 152 106 7
Binary 10011000 1101010 111
Octal 230 152 7

Shades and tints

Shades of #986A07

#986A07
(152,106,7)
#8B6107
(139,97,7)
#7E5807
(126,88,7)
#714F07
(113,79,7)
#644607
(100,70,7)
#573D07
(87,61,7)
#4A3407
(74,52,7)
#3D2B07
(61,43,7)
#302207
(48,34,7)
#231907
(35,25,7)
#161007
(22,16,7)
#000000
(0,0,0)

Tints of #986A07

#986A07
(152,106,7)
#A1771D
(161,119,29)
#AA8433
(170,132,51)
#B39149
(179,145,73)
#BC9E5F
(188,158,95)
#C5AB75
(197,171,117)
#CEB88B
(206,184,139)
#D7C5A1
(215,197,161)
#E0D2B7
(224,210,183)
#E9DFCD
(233,223,205)
#F2ECE3
(242,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986A07; }

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

This text font color is #986A07.

Background Color

.myBgColor { background-color: #986A07; }

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

This div background color is #986A07.

Border color

.myBorderColor { border: 1px solid #986A07; }

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

This div border color is #986A07.

Opacity

.myOpacity80 { color: #986A07; opacity: 0.8; }

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

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

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

This text has shadow with #986A07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #986A07.

Preview

Color preview on black background

This text has color #986A07 on black background.


Color preview on white background

This text has color #986A07 on white background.


Black color preview on #986A07 background

This text has black color on #986A07 background.


White color preview on #986A07 background

This text has white color on #986A07 background.


Related colors

Complementary color

Complementary color for #hex is #6795F8.


I love getcolorcode.com

Triadic colors

1 #07986A and #6A0798 with #986A07 are triadic colors.

2 #076A98 and #6A9807 with #986A07 are triadic colors.