COLOR #988C68

HEX: #988C68
RGB: (152,140,104)

Color info

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

RGB color model

#988C68 color RGB value is (152,140,104).

  • red value is 152;
  • green value is 140;
  • blue value is 104.
RGB:
(152,140,104)
(60%,55%,41%)

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 104 of 255 = 41%

152
140
104

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

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 104 = 396 (100%)
R 152 of 396 ~ 38.38%
G 140 of 396 ~ 35.35%
B 104 of 396 ~ 26.26%

%38.38
%35.35
%26.26

CMYK color model

#988C68 color CMYK value is (0,8,32,40).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 31.58%
  • key color value is 40.39%
CMYK:
(0,8,32,40)
C0M8Y32K40 
(0%,8%,32%,40%)
(0.00/0.08/0.32/0.40)	

CMYK percentages

%0
%7.89
%31.58
%40.39

Codes

Color #988C68 in popluar color models

988C68
RGB152140104
HSL45°18.90%50.20%
HSB/HSV45°31.58%59.61%
CMYK0.00%7.89%31.58%
40.39%

Color #988C68 in popluar number systems.

HEX988C68
Decimal152140104
Binary10011000100011001101000
Octal230214150

Shades and tints

Shades of #988C68

#988C68
(152,140,104)
#8B805F
(139,128,95)
#7E7456
(126,116,86)
#71684D
(113,104,77)
#645C44
(100,92,68)
#57503B
(87,80,59)
#4A4432
(74,68,50)
#3D3829
(61,56,41)
#302C20
(48,44,32)
#232017
(35,32,23)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #988C68

#988C68
(152,140,104)
#A19675
(161,150,117)
#AAA082
(170,160,130)
#B3AA8F
(179,170,143)
#BCB49C
(188,180,156)
#C5BEA9
(197,190,169)
#CEC8B6
(206,200,182)
#D7D2C3
(215,210,195)
#E0DCD0
(224,220,208)
#E9E6DD
(233,230,221)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988C68 color. Also use rgb(152,140,104) instead hex code.

Text Font Color

.myTextColor { color: #988C68; }

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

This text font color is #988C68.


Background Color

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

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

This div background color is #988C68.


Border color

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

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

This div border color is #988C68.


Opacity

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

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

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

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

This text has shadow with #988C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988C68 on black background.


Color preview on white background

This text has color #988C68 on white background.



Black color preview on #988C68 background

This text has black color on #988C68 background.


White color preview on #988C68 background

This text has white color on #988C68 background.