COLOR #988B77

HEX: #988B77
RGB: (152,139,119)

Color info

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

RGB color model

#988B77 color RGB value is (152,139,119).

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

RGB channels and saturation

R 152 of 255 = 60%
G 139 of 255 = 55%
B 119 of 255 = 47%

152
139
119

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

Portions of RGB colors in percentages

R + G + B =
152 + 139 + 119 = 410 (100%)
R 152 of 410 ~ 37.07%
G 139 of 410 ~ 33.9%
B 119 of 410 ~ 29.02%

%37.07
%33.9
%29.02

CMYK color model

#988B77 color CMYK value is (0,9,22,40).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 21.71%
  • key color value is 40.39%
CMYK:
(0,9,22,40)
C0M9Y22K40 
(0%,9%,22%,40%)
(0.00/0.09/0.22/0.40)	

CMYK percentages

%0
%8.55
%21.71
%40.39

Codes

Color #988B77 in popluar color models

988B77
RGB152139119
HSL36°13.81%53.14%
HSB/HSV36°21.71%59.61%
CMYK0.00%8.55%21.71%
40.39%

Color #988B77 in popluar number systems.

HEX988B77
Decimal152139119
Binary10011000100010111110111
Octal230213167

Shades and tints

Shades of #988B77

#988B77
(152,139,119)
#8B7F6D
(139,127,109)
#7E7363
(126,115,99)
#716759
(113,103,89)
#645B4F
(100,91,79)
#574F45
(87,79,69)
#4A433B
(74,67,59)
#3D3731
(61,55,49)
#302B27
(48,43,39)
#231F1D
(35,31,29)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #988B77

#988B77
(152,139,119)
#A19583
(161,149,131)
#AA9F8F
(170,159,143)
#B3A99B
(179,169,155)
#BCB3A7
(188,179,167)
#C5BDB3
(197,189,179)
#CEC7BF
(206,199,191)
#D7D1CB
(215,209,203)
#E0DBD7
(224,219,215)
#E9E5E3
(233,229,227)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988B77; }

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

This text font color is #988B77.


Background Color

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

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

This div background color is #988B77.


Border color

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

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

This div border color is #988B77.


Opacity

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

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

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

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

This text has shadow with #988B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988B77 on black background.


Color preview on white background

This text has color #988B77 on white background.



Black color preview on #988B77 background

This text has black color on #988B77 background.


White color preview on #988B77 background

This text has white color on #988B77 background.