COLOR #998C78

HEX: #998C78
RGB: (153,140,120)

Color info

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

RGB color model

#998C78 color RGB value is (153,140,120).

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

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 120 of 255 = 47%

153
140
120

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

Portions of RGB colors in percentages

R + G + B =
153 + 140 + 120 = 413 (100%)
R 153 of 413 ~ 37.05%
G 140 of 413 ~ 33.9%
B 120 of 413 ~ 29.06%

%37.05
%33.9
%29.06

CMYK color model

#998C78 color CMYK value is (0,8,22,40).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 21.57%
  • key color value is 40.00%
CMYK:
(0,8,22,40)
C0M8Y22K40 
(0%,8%,22%,40%)
(0.00/0.08/0.22/0.40)	

CMYK percentages

%0
%8.5
%21.57
%40

Codes

Color #998C78 in popluar color models

998C78
RGB153140120
HSL36°13.92%53.53%
HSB/HSV36°21.57%60.00%
CMYK0.00%8.50%21.57%
40.00%

Color #998C78 in popluar number systems.

HEX998C78
Decimal153140120
Binary10011001100011001111000
Octal231214170

Shades and tints

Shades of #998C78

#998C78
(153,140,120)
#8C806E
(140,128,110)
#7F7464
(127,116,100)
#72685A
(114,104,90)
#655C50
(101,92,80)
#585046
(88,80,70)
#4B443C
(75,68,60)
#3E3832
(62,56,50)
#312C28
(49,44,40)
#24201E
(36,32,30)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #998C78

#998C78
(153,140,120)
#A29684
(162,150,132)
#ABA090
(171,160,144)
#B4AA9C
(180,170,156)
#BDB4A8
(189,180,168)
#C6BEB4
(198,190,180)
#CFC8C0
(207,200,192)
#D8D2CC
(216,210,204)
#E1DCD8
(225,220,216)
#EAE6E4
(234,230,228)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998C78; }

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

This text font color is #998C78.


Background Color

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

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

This div background color is #998C78.


Border color

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

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

This div border color is #998C78.


Opacity

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

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

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

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

This text has shadow with #998C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998C78 on black background.


Color preview on white background

This text has color #998C78 on white background.



Black color preview on #998C78 background

This text has black color on #998C78 background.


White color preview on #998C78 background

This text has white color on #998C78 background.