COLOR #998C4F

HEX: #998C4F RGB: (153,140,79)

Color info

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

RGB color model

#998C4F color RGB value is (153,140,79).

RGB: (153,140,79) (60%, 55%, 31%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 79 of 255 = 31%

153
140
79

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

Portions of RGB colors in percentages

R + G + B = 153 + 140 + 79 = 372 (100%)
R 153 of 372 ~ 41.13%
G 140 of 372 ~ 37.63%
B 79 of 372 ~ 21.24'%

%41.13
%37.63
%21.24

CMYK color model

#998C4F color CMYK value is (0,8,48,40).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 48.37%
  • key color value is 40.00%

CMYK: (0,8,48,40)
C0M8Y48K40 (0%, 8%, 48%, 40%)
(0.00 / 0.08 / 0.48 / 0.40)

CMYK percentages

%0
%8.5
%48.37
%40

Codes

Color #998C4F in popluar color models

99 8C 4F
RGB 153 140 79
HSL 49° 31.90% 45.49%
HSB/HSV 49° 48.37% 60.00%
CMYK 0.00% 8.50% 48.37%
40.00%

Color #998C4F in popluar number systems.

HEX 99 8C 4F
Decimal 153 140 79
Binary 10011001 10001100 1001111
Octal 231 214 117

Shades and tints

Shades of #998C4F

#998C4F
(153,140,79)
#8C8048
(140,128,72)
#7F7441
(127,116,65)
#72683A
(114,104,58)
#655C33
(101,92,51)
#58502C
(88,80,44)
#4B4425
(75,68,37)
#3E381E
(62,56,30)
#312C17
(49,44,23)
#242010
(36,32,16)
#171409
(23,20,9)
#000000
(0,0,0)

Tints of #998C4F

#998C4F
(153,140,79)
#A2965F
(162,150,95)
#ABA06F
(171,160,111)
#B4AA7F
(180,170,127)
#BDB48F
(189,180,143)
#C6BE9F
(198,190,159)
#CFC8AF
(207,200,175)
#D8D2BF
(216,210,191)
#E1DCCF
(225,220,207)
#EAE6DF
(234,230,223)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998C4F; }

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

This text font color is #998C4F.

Background Color

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

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

This div background color is #998C4F.

Border color

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

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

This div border color is #998C4F.

Opacity

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

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

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

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

This text has shadow with #998C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998C4F.

Preview

Color preview on black background

This text has color #998C4F on black background.


Color preview on white background

This text has color #998C4F on white background.


Black color preview on #998C4F background

This text has black color on #998C4F background.


White color preview on #998C4F background

This text has white color on #998C4F background.


Related colors

Complementary color

Complementary color for #hex is #6673B0.


I love getcolorcode.com

Triadic colors

1 #4F998C and #8C4F99 with #998C4F are triadic colors.

2 #4F8C99 and #8C994F with #998C4F are triadic colors.