COLOR #988B73

HEX: #988B73
RGB: (152,139,115)

Color info

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

RGB color model

#988B73 color RGB value is (152,139,115).

  • red value is 152;
  • green value is 139;
  • blue value is 115.
RGB:
(152,139,115)
(60%,55%,45%)

RGB channels and saturation

R 152 of 255 = 60%
G 139 of 255 = 55%
B 115 of 255 = 45%

152
139
115

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

Portions of RGB colors in percentages

R + G + B =
152 + 139 + 115 = 406 (100%)
R 152 of 406 ~ 37.44%
G 139 of 406 ~ 34.24%
B 115 of 406 ~ 28.33%

%37.44
%34.24
%28.33

CMYK color model

#988B73 color CMYK value is (0,9,24,40).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 24.34%
  • key color value is 40.39%
CMYK:
(0,9,24,40)
C0M9Y24K40 
(0%,9%,24%,40%)
(0.00/0.09/0.24/0.40)	

CMYK percentages

%0
%8.55
%24.34
%40.39

Codes

Color #988B73 in popluar color models

988B73
RGB152139115
HSL39°15.23%52.35%
HSB/HSV39°24.34%59.61%
CMYK0.00%8.55%24.34%
40.39%

Color #988B73 in popluar number systems.

HEX988B73
Decimal152139115
Binary10011000100010111110011
Octal230213163

Shades and tints

Shades of #988B73

#988B73
(152,139,115)
#8B7F69
(139,127,105)
#7E735F
(126,115,95)
#716755
(113,103,85)
#645B4B
(100,91,75)
#574F41
(87,79,65)
#4A4337
(74,67,55)
#3D372D
(61,55,45)
#302B23
(48,43,35)
#231F19
(35,31,25)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #988B73

#988B73
(152,139,115)
#A1957F
(161,149,127)
#AA9F8B
(170,159,139)
#B3A997
(179,169,151)
#BCB3A3
(188,179,163)
#C5BDAF
(197,189,175)
#CEC7BB
(206,199,187)
#D7D1C7
(215,209,199)
#E0DBD3
(224,219,211)
#E9E5DF
(233,229,223)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988B73 color. Also use rgb(152,139,115) instead hex code.

Text Font Color

.myTextColor { color: #988B73; }

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

This text font color is #988B73.


Background Color

.myBgColor { background-color: #988B73; }

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

This div background color is #988B73.


Border color

.myBorderColor { border: 1px solid #988B73; }

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

This div border color is #988B73.


Opacity

.myOpacity80 { color: #988B73; opacity: 0.8; }

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

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

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

This text has shadow with #988B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988B73 on black background.


Color preview on white background

This text has color #988B73 on white background.



Black color preview on #988B73 background

This text has black color on #988B73 background.


White color preview on #988B73 background

This text has white color on #988B73 background.