COLOR #998F6F

HEX: #998F6F RGB: (153,143,111)

Color info

#998F6F contains red, green and blue colors in about the same proportion. Web safe color of #998F6F is #999966 (or #996).

RGB color model

#998F6F color RGB value is (153,143,111).

RGB: (153,143,111) (60%, 56%, 44%)

RGB channels and saturation

R 153 of 255 = 60%
G 143 of 255 = 56%
B 111 of 255 = 44%

153
143
111

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

Portions of RGB colors in percentages

R + G + B = 153 + 143 + 111 = 407 (100%)
R 153 of 407 ~ 37.59%
G 143 of 407 ~ 35.14%
B 111 of 407 ~ 27.27'%

%37.59
%35.14
%27.27

CMYK color model

#998F6F color CMYK value is (0,7,27,40).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 27.45%
  • key color value is 40.00%

CMYK: (0,7,27,40)
C0M7Y27K40 (0%, 7%, 27%, 40%)
(0.00 / 0.07 / 0.27 / 0.40)

CMYK percentages

%0
%6.54
%27.45
%40

Codes

Color #998F6F in popluar color models

99 8F 6F
RGB 153 143 111
HSL 46° 17.07% 51.76%
HSB/HSV 46° 27.45% 60.00%
CMYK 0.00% 6.54% 27.45%
40.00%

Color #998F6F in popluar number systems.

HEX 99 8F 6F
Decimal 153 143 111
Binary 10011001 10001111 1101111
Octal 231 217 157

Shades and tints

Shades of #998F6F

#998F6F
(153,143,111)
#8C8265
(140,130,101)
#7F755B
(127,117,91)
#726851
(114,104,81)
#655B47
(101,91,71)
#584E3D
(88,78,61)
#4B4133
(75,65,51)
#3E3429
(62,52,41)
#31271F
(49,39,31)
#241A15
(36,26,21)
#170D0B
(23,13,11)
#000000
(0,0,0)

Tints of #998F6F

#998F6F
(153,143,111)
#A2997C
(162,153,124)
#ABA389
(171,163,137)
#B4AD96
(180,173,150)
#BDB7A3
(189,183,163)
#C6C1B0
(198,193,176)
#CFCBBD
(207,203,189)
#D8D5CA
(216,213,202)
#E1DFD7
(225,223,215)
#EAE9E4
(234,233,228)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998F6F color. Also use rgb(153,143,111) instead hex code.

Text Font Color

.myTextColor { color: #998F6F; }

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

This text font color is #998F6F.

Background Color

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

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

This div background color is #998F6F.

Border color

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

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

This div border color is #998F6F.

Opacity

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

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

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

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

This text has shadow with #998F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998F6F.

Preview

Color preview on black background

This text has color #998F6F on black background.


Color preview on white background

This text has color #998F6F on white background.


Black color preview on #998F6F background

This text has black color on #998F6F background.


White color preview on #998F6F background

This text has white color on #998F6F background.


Related colors

Complementary color

Complementary color for #hex is #667090.


I love getcolorcode.com

Triadic colors

1 #6F998F and #8F6F99 with #998F6F are triadic colors.

2 #6F8F99 and #8F996F with #998F6F are triadic colors.