COLOR #998670

HEX: #998670
RGB: (153,134,112)

Color info

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

RGB color model

#998670 color RGB value is (153,134,112).

  • red value is 153;
  • green value is 134;
  • blue value is 112.
RGB:
(153,134,112)
(60%,53%,44%)

RGB channels and saturation

R 153 of 255 = 60%
G 134 of 255 = 53%
B 112 of 255 = 44%

153
134
112

R + G + B ~ 52%. #998670 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 134 + 112 = 399 (100%)
R 153 of 399 ~ 38.35%
G 134 of 399 ~ 33.58%
B 112 of 399 ~ 28.07%

%38.35
%33.58
%28.07

CMYK color model

#998670 color CMYK value is (0,12,27,40).

  • cyan value is 0.00%
  • magenta value is 12.42%
  • yellow value is 26.80%
  • key color value is 40.00%
CMYK:
(0,12,27,40)
C0M12Y27K40 
(0%,12%,27%,40%)
(0.00/0.12/0.27/0.40)	

CMYK percentages

%0
%12.42
%26.8
%40

Codes

Color #998670 in popluar color models

998670
RGB153134112
HSL32°16.73%51.96%
HSB/HSV32°26.80%60.00%
CMYK0.00%12.42%26.80%
40.00%

Color #998670 in popluar number systems.

HEX998670
Decimal153134112
Binary10011001100001101110000
Octal231206160

Shades and tints

Shades of #998670

#998670
(153,134,112)
#8C7A66
(140,122,102)
#7F6E5C
(127,110,92)
#726252
(114,98,82)
#655648
(101,86,72)
#584A3E
(88,74,62)
#4B3E34
(75,62,52)
#3E322A
(62,50,42)
#312620
(49,38,32)
#241A16
(36,26,22)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #998670

#998670
(153,134,112)
#A2917D
(162,145,125)
#AB9C8A
(171,156,138)
#B4A797
(180,167,151)
#BDB2A4
(189,178,164)
#C6BDB1
(198,189,177)
#CFC8BE
(207,200,190)
#D8D3CB
(216,211,203)
#E1DED8
(225,222,216)
#EAE9E5
(234,233,229)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998670 color. Also use rgb(153,134,112) instead hex code.

Text Font Color

.myTextColor { color: #998670; }

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

This text font color is #998670.


Background Color

.myBgColor { background-color: #998670; }

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

This div background color is #998670.


Border color

.myBorderColor { border: 1px solid #998670; }

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

This div border color is #998670.


Opacity

.myOpacity80 { color: #998670; opacity: 0.8; }

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

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

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

This text has shadow with #998670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998670 on black background.


Color preview on white background

This text has color #998670 on white background.



Black color preview on #998670 background

This text has black color on #998670 background.


White color preview on #998670 background

This text has white color on #998670 background.