COLOR #986D5C

HEX: #986D5C RGB: (152,109,92)

Color info

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

RGB color model

#986D5C color RGB value is (152,109,92).

RGB: (152,109,92) (60%, 43%, 36%)

RGB channels and saturation

R 152 of 255 = 60%
G 109 of 255 = 43%
B 92 of 255 = 36%

152
109
92

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

Portions of RGB colors in percentages

R + G + B = 152 + 109 + 92 = 353 (100%)
R 152 of 353 ~ 43.06%
G 109 of 353 ~ 30.88%
B 92 of 353 ~ 26.06'%

%43.06
%30.88
%26.06

CMYK color model

#986D5C color CMYK value is (0,28,39,40).

  • cyan value is 0.00%
  • magenta value is 28.29%
  • yellow value is 39.47%
  • key color value is 40.39%

CMYK: (0,28,39,40)
C0M28Y39K40 (0%, 28%, 39%, 40%)
(0.00 / 0.28 / 0.39 / 0.40)

CMYK percentages

%0
%28.29
%39.47
%40.39

Codes

Color #986D5C in popluar color models

98 6D 5C
RGB 152 109 92
HSL 17° 24.59% 47.84%
HSB/HSV 17° 39.47% 59.61%
CMYK 0.00% 28.29% 39.47%
40.39%

Color #986D5C in popluar number systems.

HEX 98 6D 5C
Decimal 152 109 92
Binary 10011000 1101101 1011100
Octal 230 155 134

Shades and tints

Shades of #986D5C

#986D5C
(152,109,92)
#8B6454
(139,100,84)
#7E5B4C
(126,91,76)
#715244
(113,82,68)
#64493C
(100,73,60)
#574034
(87,64,52)
#4A372C
(74,55,44)
#3D2E24
(61,46,36)
#30251C
(48,37,28)
#231C14
(35,28,20)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #986D5C

#986D5C
(152,109,92)
#A17A6A
(161,122,106)
#AA8778
(170,135,120)
#B39486
(179,148,134)
#BCA194
(188,161,148)
#C5AEA2
(197,174,162)
#CEBBB0
(206,187,176)
#D7C8BE
(215,200,190)
#E0D5CC
(224,213,204)
#E9E2DA
(233,226,218)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986D5C color. Also use rgb(152,109,92) instead hex code.

Text Font Color

.myTextColor { color: #986D5C; }

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

This text font color is #986D5C.

Background Color

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

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

This div background color is #986D5C.

Border color

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

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

This div border color is #986D5C.

Opacity

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

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

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

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

This text has shadow with #986D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #986D5C.

Preview

Color preview on black background

This text has color #986D5C on black background.


Color preview on white background

This text has color #986D5C on white background.


Black color preview on #986D5C background

This text has black color on #986D5C background.


White color preview on #986D5C background

This text has white color on #986D5C background.


Related colors

Complementary color

Complementary color for #hex is #6792A3.


I love getcolorcode.com

Triadic colors

1 #5C986D and #6D5C98 with #986D5C are triadic colors.

2 #5C6D98 and #6D985C with #986D5C are triadic colors.