COLOR #998C6E

HEX: #998C6E
RGB: (153,140,110)

Color info

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

RGB color model

#998C6E color RGB value is (153,140,110).

  • red value is 153;
  • green value is 140;
  • blue value is 110.
RGB:
(153,140,110)
(60%,55%,43%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 110 of 255 = 43%

153
140
110

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

Portions of RGB colors in percentages

R + G + B =
153 + 140 + 110 = 403 (100%)
R 153 of 403 ~ 37.97%
G 140 of 403 ~ 34.74%
B 110 of 403 ~ 27.3%

%37.97
%34.74
%27.3

CMYK color model

#998C6E color CMYK value is (0,8,28,40).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 28.10%
  • key color value is 40.00%
CMYK:
(0,8,28,40)
C0M8Y28K40 
(0%,8%,28%,40%)
(0.00/0.08/0.28/0.40)	

CMYK percentages

%0
%8.5
%28.1
%40

Codes

Color #998C6E in popluar color models

998C6E
RGB153140110
HSL42°17.41%51.57%
HSB/HSV42°28.10%60.00%
CMYK0.00%8.50%28.10%
40.00%

Color #998C6E in popluar number systems.

HEX998C6E
Decimal153140110
Binary10011001100011001101110
Octal231214156

Shades and tints

Shades of #998C6E

#998C6E
(153,140,110)
#8C8064
(140,128,100)
#7F745A
(127,116,90)
#726850
(114,104,80)
#655C46
(101,92,70)
#58503C
(88,80,60)
#4B4432
(75,68,50)
#3E3828
(62,56,40)
#312C1E
(49,44,30)
#242014
(36,32,20)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #998C6E

#998C6E
(153,140,110)
#A2967B
(162,150,123)
#ABA088
(171,160,136)
#B4AA95
(180,170,149)
#BDB4A2
(189,180,162)
#C6BEAF
(198,190,175)
#CFC8BC
(207,200,188)
#D8D2C9
(216,210,201)
#E1DCD6
(225,220,214)
#EAE6E3
(234,230,227)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998C6E; }

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

This text font color is #998C6E.


Background Color

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

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

This div background color is #998C6E.


Border color

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

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

This div border color is #998C6E.


Opacity

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

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

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

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

This text has shadow with #998C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998C6E on black background.


Color preview on white background

This text has color #998C6E on white background.



Black color preview on #998C6E background

This text has black color on #998C6E background.


White color preview on #998C6E background

This text has white color on #998C6E background.