COLOR #998E78

HEX: #998E78
RGB: (153,142,120)

Color info

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

RGB color model

#998E78 color RGB value is (153,142,120).

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

RGB channels and saturation

R 153 of 255 = 60%
G 142 of 255 = 56%
B 120 of 255 = 47%

153
142
120

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

Portions of RGB colors in percentages

R + G + B =
153 + 142 + 120 = 415 (100%)
R 153 of 415 ~ 36.87%
G 142 of 415 ~ 34.22%
B 120 of 415 ~ 28.92%

%36.87
%34.22
%28.92

CMYK color model

#998E78 color CMYK value is (0,7,22,40).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 21.57%
  • key color value is 40.00%
CMYK:
(0,7,22,40)
C0M7Y22K40 
(0%,7%,22%,40%)
(0.00/0.07/0.22/0.40)	

CMYK percentages

%0
%7.19
%21.57
%40

Codes

Color #998E78 in popluar color models

998E78
RGB153142120
HSL40°13.92%53.53%
HSB/HSV40°21.57%60.00%
CMYK0.00%7.19%21.57%
40.00%

Color #998E78 in popluar number systems.

HEX998E78
Decimal153142120
Binary10011001100011101111000
Octal231216170

Shades and tints

Shades of #998E78

#998E78
(153,142,120)
#8C826E
(140,130,110)
#7F7664
(127,118,100)
#726A5A
(114,106,90)
#655E50
(101,94,80)
#585246
(88,82,70)
#4B463C
(75,70,60)
#3E3A32
(62,58,50)
#312E28
(49,46,40)
#24221E
(36,34,30)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #998E78

#998E78
(153,142,120)
#A29884
(162,152,132)
#ABA290
(171,162,144)
#B4AC9C
(180,172,156)
#BDB6A8
(189,182,168)
#C6C0B4
(198,192,180)
#CFCAC0
(207,202,192)
#D8D4CC
(216,212,204)
#E1DED8
(225,222,216)
#EAE8E4
(234,232,228)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998E78; }

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

This text font color is #998E78.


Background Color

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

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

This div background color is #998E78.


Border color

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

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

This div border color is #998E78.


Opacity

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

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

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

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

This text has shadow with #998E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998E78 on black background.


Color preview on white background

This text has color #998E78 on white background.



Black color preview on #998E78 background

This text has black color on #998E78 background.


White color preview on #998E78 background

This text has white color on #998E78 background.