COLOR #998B7F

HEX: #998B7F
RGB: (153,139,127)

Color info

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

RGB color model

#998B7F color RGB value is (153,139,127).

  • red value is 153;
  • green value is 139;
  • blue value is 127.
RGB:
(153,139,127)
(60%,55%,50%)

RGB channels and saturation

R 153 of 255 = 60%
G 139 of 255 = 55%
B 127 of 255 = 50%

153
139
127

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

Portions of RGB colors in percentages

R + G + B =
153 + 139 + 127 = 419 (100%)
R 153 of 419 ~ 36.52%
G 139 of 419 ~ 33.17%
B 127 of 419 ~ 30.31%

%36.52
%33.17
%30.31

CMYK color model

#998B7F color CMYK value is (0,9,17,40).

  • cyan value is 0.00%
  • magenta value is 9.15%
  • yellow value is 16.99%
  • key color value is 40.00%
CMYK:
(0,9,17,40)
C0M9Y17K40 
(0%,9%,17%,40%)
(0.00/0.09/0.17/0.40)	

CMYK percentages

%0
%9.15
%16.99
%40

Codes

Color #998B7F in popluar color models

998B7F
RGB153139127
HSL28°11.30%54.90%
HSB/HSV28°16.99%60.00%
CMYK0.00%9.15%16.99%
40.00%

Color #998B7F in popluar number systems.

HEX998B7F
Decimal153139127
Binary10011001100010111111111
Octal231213177

Shades and tints

Shades of #998B7F

#998B7F
(153,139,127)
#8C7F74
(140,127,116)
#7F7369
(127,115,105)
#72675E
(114,103,94)
#655B53
(101,91,83)
#584F48
(88,79,72)
#4B433D
(75,67,61)
#3E3732
(62,55,50)
#312B27
(49,43,39)
#241F1C
(36,31,28)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #998B7F

#998B7F
(153,139,127)
#A2958A
(162,149,138)
#AB9F95
(171,159,149)
#B4A9A0
(180,169,160)
#BDB3AB
(189,179,171)
#C6BDB6
(198,189,182)
#CFC7C1
(207,199,193)
#D8D1CC
(216,209,204)
#E1DBD7
(225,219,215)
#EAE5E2
(234,229,226)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998B7F; }

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

This text font color is #998B7F.


Background Color

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

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

This div background color is #998B7F.


Border color

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

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

This div border color is #998B7F.


Opacity

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

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

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

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

This text has shadow with #998B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998B7F on black background.


Color preview on white background

This text has color #998B7F on white background.



Black color preview on #998B7F background

This text has black color on #998B7F background.


White color preview on #998B7F background

This text has white color on #998B7F background.