COLOR #988070

HEX: #988070
RGB: (152,128,112)

Color info

#988070 contains red, green and blue colors in about the same proportion. Web safe color of #988070 is #996666 (or #966).

RGB color model

#988070 color RGB value is (152,128,112).

  • red value is 152;
  • green value is 128;
  • blue value is 112.
RGB:
(152,128,112)
(60%,50%,44%)

RGB channels and saturation

R 152 of 255 = 60%
G 128 of 255 = 50%
B 112 of 255 = 44%

152
128
112

R + G + B ~ 51%. #988070 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 128 + 112 = 392 (100%)
R 152 of 392 ~ 38.78%
G 128 of 392 ~ 32.65%
B 112 of 392 ~ 28.57%

%38.78
%32.65
%28.57

CMYK color model

#988070 color CMYK value is (0,16,26,40).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 26.32%
  • key color value is 40.39%
CMYK:
(0,16,26,40)
C0M16Y26K40 
(0%,16%,26%,40%)
(0.00/0.16/0.26/0.40)	

CMYK percentages

%0
%15.79
%26.32
%40.39

Codes

Color #988070 in popluar color models

988070
RGB152128112
HSL24°16.26%51.76%
HSB/HSV24°26.32%59.61%
CMYK0.00%15.79%26.32%
40.39%

Color #988070 in popluar number systems.

HEX988070
Decimal152128112
Binary10011000100000001110000
Octal230200160

Shades and tints

Shades of #988070

#988070
(152,128,112)
#8B7566
(139,117,102)
#7E6A5C
(126,106,92)
#715F52
(113,95,82)
#645448
(100,84,72)
#57493E
(87,73,62)
#4A3E34
(74,62,52)
#3D332A
(61,51,42)
#302820
(48,40,32)
#231D16
(35,29,22)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #988070

#988070
(152,128,112)
#A18B7D
(161,139,125)
#AA968A
(170,150,138)
#B3A197
(179,161,151)
#BCACA4
(188,172,164)
#C5B7B1
(197,183,177)
#CEC2BE
(206,194,190)
#D7CDCB
(215,205,203)
#E0D8D8
(224,216,216)
#E9E3E5
(233,227,229)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988070 color. Also use rgb(152,128,112) instead hex code.

Text Font Color

.myTextColor { color: #988070; }

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

This text font color is #988070.


Background Color

.myBgColor { background-color: #988070; }

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

This div background color is #988070.


Border color

.myBorderColor { border: 1px solid #988070; }

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

This div border color is #988070.


Opacity

.myOpacity80 { color: #988070; opacity: 0.8; }

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

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

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

This text has shadow with #988070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988070 on black background.


Color preview on white background

This text has color #988070 on white background.



Black color preview on #988070 background

This text has black color on #988070 background.


White color preview on #988070 background

This text has white color on #988070 background.