COLOR #998F7F

HEX: #998F7F
RGB: (153,143,127)

Color info

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

RGB color model

#998F7F color RGB value is (153,143,127).

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

RGB channels and saturation

R 153 of 255 = 60%
G 143 of 255 = 56%
B 127 of 255 = 50%

153
143
127

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

Portions of RGB colors in percentages

R + G + B =
153 + 143 + 127 = 423 (100%)
R 153 of 423 ~ 36.17%
G 143 of 423 ~ 33.81%
B 127 of 423 ~ 30.02%

%36.17
%33.81
%30.02

CMYK color model

#998F7F color CMYK value is (0,7,17,40).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 16.99%
  • key color value is 40.00%
CMYK:
(0,7,17,40)
C0M7Y17K40 
(0%,7%,17%,40%)
(0.00/0.07/0.17/0.40)	

CMYK percentages

%0
%6.54
%16.99
%40

Codes

Color #998F7F in popluar color models

998F7F
RGB153143127
HSL37°11.30%54.90%
HSB/HSV37°16.99%60.00%
CMYK0.00%6.54%16.99%
40.00%

Color #998F7F in popluar number systems.

HEX998F7F
Decimal153143127
Binary10011001100011111111111
Octal231217177

Shades and tints

Shades of #998F7F

#998F7F
(153,143,127)
#8C8274
(140,130,116)
#7F7569
(127,117,105)
#72685E
(114,104,94)
#655B53
(101,91,83)
#584E48
(88,78,72)
#4B413D
(75,65,61)
#3E3432
(62,52,50)
#312727
(49,39,39)
#241A1C
(36,26,28)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #998F7F

#998F7F
(153,143,127)
#A2998A
(162,153,138)
#ABA395
(171,163,149)
#B4ADA0
(180,173,160)
#BDB7AB
(189,183,171)
#C6C1B6
(198,193,182)
#CFCBC1
(207,203,193)
#D8D5CC
(216,213,204)
#E1DFD7
(225,223,215)
#EAE9E2
(234,233,226)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998F7F; }

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

This text font color is #998F7F.


Background Color

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

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

This div background color is #998F7F.


Border color

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

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

This div border color is #998F7F.


Opacity

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

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

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

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

This text has shadow with #998F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998F7F on black background.


Color preview on white background

This text has color #998F7F on white background.



Black color preview on #998F7F background

This text has black color on #998F7F background.


White color preview on #998F7F background

This text has white color on #998F7F background.