COLOR #998B4C

HEX: #998B4C RGB: (153,139,76)

Color info

#998B4C contains mainly red and green colors. Web safe color of #998B4C is #999933 (or #993).

RGB color model

#998B4C color RGB value is (153,139,76).

RGB: (153,139,76) (60%, 55%, 30%)

RGB channels and saturation

R 153 of 255 = 60%
G 139 of 255 = 55%
B 76 of 255 = 30%

153
139
76

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

Portions of RGB colors in percentages

R + G + B = 153 + 139 + 76 = 368 (100%)
R 153 of 368 ~ 41.58%
G 139 of 368 ~ 37.77%
B 76 of 368 ~ 20.65'%

%41.58
%37.77
%20.65

CMYK color model

#998B4C color CMYK value is (0,9,50,40).

  • cyan value is 0.00%
  • magenta value is 9.15%
  • yellow value is 50.33%
  • key color value is 40.00%

CMYK: (0,9,50,40)
C0M9Y50K40 (0%, 9%, 50%, 40%)
(0.00 / 0.09 / 0.50 / 0.40)

CMYK percentages

%0
%9.15
%50.33
%40

Codes

Color #998B4C in popluar color models

99 8B 4C
RGB 153 139 76
HSL 49° 33.62% 44.90%
HSB/HSV 49° 50.33% 60.00%
CMYK 0.00% 9.15% 50.33%
40.00%

Color #998B4C in popluar number systems.

HEX 99 8B 4C
Decimal 153 139 76
Binary 10011001 10001011 1001100
Octal 231 213 114

Shades and tints

Shades of #998B4C

#998B4C
(153,139,76)
#8C7F46
(140,127,70)
#7F7340
(127,115,64)
#72673A
(114,103,58)
#655B34
(101,91,52)
#584F2E
(88,79,46)
#4B4328
(75,67,40)
#3E3722
(62,55,34)
#312B1C
(49,43,28)
#241F16
(36,31,22)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #998B4C

#998B4C
(153,139,76)
#A2955C
(162,149,92)
#AB9F6C
(171,159,108)
#B4A97C
(180,169,124)
#BDB38C
(189,179,140)
#C6BD9C
(198,189,156)
#CFC7AC
(207,199,172)
#D8D1BC
(216,209,188)
#E1DBCC
(225,219,204)
#EAE5DC
(234,229,220)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998B4C color. Also use rgb(153,139,76) instead hex code.

Text Font Color

.myTextColor { color: #998B4C; }

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

This text font color is #998B4C.

Background Color

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

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

This div background color is #998B4C.

Border color

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

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

This div border color is #998B4C.

Opacity

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

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

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

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

This text has shadow with #998B4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998B4C.

Preview

Color preview on black background

This text has color #998B4C on black background.


Color preview on white background

This text has color #998B4C on white background.


Black color preview on #998B4C background

This text has black color on #998B4C background.


White color preview on #998B4C background

This text has white color on #998B4C background.


Related colors

Complementary color

Complementary color for #hex is #6674B3.


I love getcolorcode.com

Triadic colors

1 #4C998B and #8B4C99 with #998B4C are triadic colors.

2 #4C8B99 and #8B994C with #998B4C are triadic colors.