COLOR #8B985C

HEX: #8B985C RGB: (139,152,92)

Color info

#8B985C contains mainly red and green colors. Web safe color of #8B985C is #999966 (or #996).

RGB color model

#8B985C color RGB value is (139,152,92).

RGB: (139,152,92) (55%, 60%, 36%)

RGB channels and saturation

R 139 of 255 = 55%
G 152 of 255 = 60%
B 92 of 255 = 36%

139
152
92

R + G + B ~ 50%. #8B985C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 139 + 152 + 92 = 383 (100%)
R 139 of 383 ~ 36.29%
G 152 of 383 ~ 39.69%
B 92 of 383 ~ 24.02'%

%36.29
%39.69
%24.02

CMYK color model

#8B985C color CMYK value is (9,0,39,40).

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

CMYK: (9,0,39,40)
C9M0Y39K40 (9%, 0%, 39%, 40%)
(0.09 / 0.00 / 0.39 / 0.40)

CMYK percentages

%8.55
%0
%39.47
%40.39

Codes

Color #8B985C in popluar color models

8B 98 5C
RGB 139 152 92
HSL 73° 24.59% 47.84%
HSB/HSV 73° 39.47% 59.61%
CMYK 8.55% 0.00% 39.47%
40.39%

Color #8B985C in popluar number systems.

HEX 8B 98 5C
Decimal 139 152 92
Binary 10001011 10011000 1011100
Octal 213 230 134

Shades and tints

Shades of #8B985C

#8B985C
(139,152,92)
#7F8B54
(127,139,84)
#737E4C
(115,126,76)
#677144
(103,113,68)
#5B643C
(91,100,60)
#4F5734
(79,87,52)
#434A2C
(67,74,44)
#373D24
(55,61,36)
#2B301C
(43,48,28)
#1F2314
(31,35,20)
#13160C
(19,22,12)
#000000
(0,0,0)

Tints of #8B985C

#8B985C
(139,152,92)
#95A16A
(149,161,106)
#9FAA78
(159,170,120)
#A9B386
(169,179,134)
#B3BC94
(179,188,148)
#BDC5A2
(189,197,162)
#C7CEB0
(199,206,176)
#D1D7BE
(209,215,190)
#DBE0CC
(219,224,204)
#E5E9DA
(229,233,218)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B985C color. Also use rgb(139,152,92) instead hex code.

Text Font Color

.myTextColor { color: #8B985C; }

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

This text font color is #8B985C.

Background Color

.myBgColor { background-color: #8B985C; }

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

This div background color is #8B985C.

Border color

.myBorderColor { border: 1px solid #8B985C; }

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

This div border color is #8B985C.

Opacity

.myOpacity80 { color: #8B985C; opacity: 0.8; }

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

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

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

This text has shadow with #8B985C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B985C.

Preview

Color preview on black background

This text has color #8B985C on black background.


Color preview on white background

This text has color #8B985C on white background.


Black color preview on #8B985C background

This text has black color on #8B985C background.


White color preview on #8B985C background

This text has white color on #8B985C background.


Related colors

Complementary color

Complementary color for #hex is #7467A3.


I love getcolorcode.com

Triadic colors

1 #5C8B98 and #985C8B with #8B985C are triadic colors.

2 #5C988B and #988B5C with #8B985C are triadic colors.