COLOR #986A5B

HEX: #986A5B RGB: (152,106,91)

Color info

#986A5B contains mainly red and green colors. Web safe color of #986A5B is #996666 (or #966).

RGB color model

#986A5B color RGB value is (152,106,91).

RGB: (152,106,91) (60%, 42%, 36%)

RGB channels and saturation

R 152 of 255 = 60%
G 106 of 255 = 42%
B 91 of 255 = 36%

152
106
91

R + G + B ~ 46%. #986A5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 106 + 91 = 349 (100%)
R 152 of 349 ~ 43.55%
G 106 of 349 ~ 30.37%
B 91 of 349 ~ 26.07'%

%43.55
%30.37
%26.07

CMYK color model

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

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

CMYK: (0,30,40,40)
C0M30Y40K40 (0%, 30%, 40%, 40%)
(0.00 / 0.30 / 0.40 / 0.40)

CMYK percentages

%0
%30.26
%40.13
%40.39

Codes

Color #986A5B in popluar color models

98 6A 5B
RGB 152 106 91
HSL 15° 25.10% 47.65%
HSB/HSV 15° 40.13% 59.61%
CMYK 0.00% 30.26% 40.13%
40.39%

Color #986A5B in popluar number systems.

HEX 98 6A 5B
Decimal 152 106 91
Binary 10011000 1101010 1011011
Octal 230 152 133

Shades and tints

Shades of #986A5B

#986A5B
(152,106,91)
#8B6153
(139,97,83)
#7E584B
(126,88,75)
#714F43
(113,79,67)
#64463B
(100,70,59)
#573D33
(87,61,51)
#4A342B
(74,52,43)
#3D2B23
(61,43,35)
#30221B
(48,34,27)
#231913
(35,25,19)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #986A5B

#986A5B
(152,106,91)
#A17769
(161,119,105)
#AA8477
(170,132,119)
#B39185
(179,145,133)
#BC9E93
(188,158,147)
#C5ABA1
(197,171,161)
#CEB8AF
(206,184,175)
#D7C5BD
(215,197,189)
#E0D2CB
(224,210,203)
#E9DFD9
(233,223,217)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986A5B; }

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

This text font color is #986A5B.

Background Color

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

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

This div background color is #986A5B.

Border color

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

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

This div border color is #986A5B.

Opacity

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

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

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

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

This text has shadow with #986A5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #986A5B.

Preview

Color preview on black background

This text has color #986A5B on black background.


Color preview on white background

This text has color #986A5B on white background.


Black color preview on #986A5B background

This text has black color on #986A5B background.


White color preview on #986A5B background

This text has white color on #986A5B background.


Related colors

Complementary color

Complementary color for #hex is #6795A4.


I love getcolorcode.com

Triadic colors

1 #5B986A and #6A5B98 with #986A5B are triadic colors.

2 #5B6A98 and #6A985B with #986A5B are triadic colors.