COLOR #998C57

HEX: #998C57 RGB: (153,140,87)

Color info

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

RGB color model

#998C57 color RGB value is (153,140,87).

RGB: (153,140,87) (60%, 55%, 34%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 87 of 255 = 34%

153
140
87

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

Portions of RGB colors in percentages

R + G + B = 153 + 140 + 87 = 380 (100%)
R 153 of 380 ~ 40.26%
G 140 of 380 ~ 36.84%
B 87 of 380 ~ 22.89'%

%40.26
%36.84
%22.89

CMYK color model

#998C57 color CMYK value is (0,8,43,40).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 43.14%
  • key color value is 40.00%
CMYK: (0,8,43,40) C0M8Y43K40 (0%,8%,43%,40%) (0.00/0.08/0.43/0.40) 

CMYK percentages

%0
%8.5
%43.14
%40

Codes

Color #998C57 in popluar color models

99 8C 57
RGB 153 140 87
HSL 48° 27.50% 47.06%
HSB/HSV 48° 43.14% 60.00%
CMYK 0.00% 8.50% 43.14%
40.00%

Color #998C57 in popluar number systems.

HEX 99 8C 57
Decimal 153 140 87
Binary 10011001 10001100 1010111
Octal 231 214 127

Shades and tints

Shades of #998C57

#998C57
(153,140,87)
#8C8050
(140,128,80)
#7F7449
(127,116,73)
#726842
(114,104,66)
#655C3B
(101,92,59)
#585034
(88,80,52)
#4B442D
(75,68,45)
#3E3826
(62,56,38)
#312C1F
(49,44,31)
#242018
(36,32,24)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #998C57

#998C57
(153,140,87)
#A29666
(162,150,102)
#ABA075
(171,160,117)
#B4AA84
(180,170,132)
#BDB493
(189,180,147)
#C6BEA2
(198,190,162)
#CFC8B1
(207,200,177)
#D8D2C0
(216,210,192)
#E1DCCF
(225,220,207)
#EAE6DE
(234,230,222)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998C57 color. Also use rgb(153,140,87) instead hex code.

Text Font Color

.myTextColor { color: #998C57; }

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

This text font color is #998C57.

Background Color

.myBgColor { background-color: #998C57; }

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

This div background color is #998C57.

Border color

.myBorderColor { border: 1px solid #998C57; }

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

This div border color is #998C57.

Opacity

.myOpacity80 { color: #998C57; opacity: 0.8; }

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

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

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

This text has shadow with #998C57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998C57.

Preview

Color preview on black background

This text has color #998C57 on black background.


Color preview on white background

This text has color #998C57 on white background.


Black color preview on #998C57 background

This text has black color on #998C57 background.


White color preview on #998C57 background

This text has white color on #998C57 background.


Related colors

Complementary color

Complementary color for #hex is #6673A8.


I love getcolorcode.com

Triadic colors

1 #57998C and #8C5799 with #998C57 are triadic colors.

2 #578C99 and #8C9957 with #998C57 are triadic colors.