COLOR #988F79

HEX: #988F79
RGB: (152,143,121)

Color info

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

RGB color model

#988F79 color RGB value is (152,143,121).

  • red value is 152;
  • green value is 143;
  • blue value is 121.
RGB:
(152,143,121)
(60%,56%,47%)

RGB channels and saturation

R 152 of 255 = 60%
G 143 of 255 = 56%
B 121 of 255 = 47%

152
143
121

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

Portions of RGB colors in percentages

R + G + B =
152 + 143 + 121 = 416 (100%)
R 152 of 416 ~ 36.54%
G 143 of 416 ~ 34.38%
B 121 of 416 ~ 29.09%

%36.54
%34.38
%29.09

CMYK color model

#988F79 color CMYK value is (0,6,20,40).

  • cyan value is 0.00%
  • magenta value is 5.92%
  • yellow value is 20.39%
  • key color value is 40.39%
CMYK:
(0,6,20,40)
C0M6Y20K40 
(0%,6%,20%,40%)
(0.00/0.06/0.20/0.40)	

CMYK percentages

%0
%5.92
%20.39
%40.39

Codes

Color #988F79 in popluar color models

988F79
RGB152143121
HSL43°13.08%53.53%
HSB/HSV43°20.39%59.61%
CMYK0.00%5.92%20.39%
40.39%

Color #988F79 in popluar number systems.

HEX988F79
Decimal152143121
Binary10011000100011111111001
Octal230217171

Shades and tints

Shades of #988F79

#988F79
(152,143,121)
#8B826E
(139,130,110)
#7E7563
(126,117,99)
#716858
(113,104,88)
#645B4D
(100,91,77)
#574E42
(87,78,66)
#4A4137
(74,65,55)
#3D342C
(61,52,44)
#302721
(48,39,33)
#231A16
(35,26,22)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #988F79

#988F79
(152,143,121)
#A19985
(161,153,133)
#AAA391
(170,163,145)
#B3AD9D
(179,173,157)
#BCB7A9
(188,183,169)
#C5C1B5
(197,193,181)
#CECBC1
(206,203,193)
#D7D5CD
(215,213,205)
#E0DFD9
(224,223,217)
#E9E9E5
(233,233,229)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988F79 color. Also use rgb(152,143,121) instead hex code.

Text Font Color

.myTextColor { color: #988F79; }

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

This text font color is #988F79.


Background Color

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

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

This div background color is #988F79.


Border color

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

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

This div border color is #988F79.


Opacity

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

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

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

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

This text has shadow with #988F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988F79 on black background.


Color preview on white background

This text has color #988F79 on white background.



Black color preview on #988F79 background

This text has black color on #988F79 background.


White color preview on #988F79 background

This text has white color on #988F79 background.