COLOR #988C64

HEX: #988C64
RGB: (152,140,100)

Color info

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

RGB color model

#988C64 color RGB value is (152,140,100).

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

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 100 of 255 = 39%

152
140
100

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

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 100 = 392 (100%)
R 152 of 392 ~ 38.78%
G 140 of 392 ~ 35.71%
B 100 of 392 ~ 25.51%

%38.78
%35.71
%25.51

CMYK color model

#988C64 color CMYK value is (0,8,34,40).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 34.21%
  • key color value is 40.39%
CMYK:
(0,8,34,40)
C0M8Y34K40 
(0%,8%,34%,40%)
(0.00/0.08/0.34/0.40)	

CMYK percentages

%0
%7.89
%34.21
%40.39

Codes

Color #988C64 in popluar color models

988C64
RGB152140100
HSL46°20.63%49.41%
HSB/HSV46°34.21%59.61%
CMYK0.00%7.89%34.21%
40.39%

Color #988C64 in popluar number systems.

HEX988C64
Decimal152140100
Binary10011000100011001100100
Octal230214144

Shades and tints

Shades of #988C64

#988C64
(152,140,100)
#8B805B
(139,128,91)
#7E7452
(126,116,82)
#716849
(113,104,73)
#645C40
(100,92,64)
#575037
(87,80,55)
#4A442E
(74,68,46)
#3D3825
(61,56,37)
#302C1C
(48,44,28)
#232013
(35,32,19)
#16140A
(22,20,10)
#000000
(0,0,0)

Tints of #988C64

#988C64
(152,140,100)
#A19672
(161,150,114)
#AAA080
(170,160,128)
#B3AA8E
(179,170,142)
#BCB49C
(188,180,156)
#C5BEAA
(197,190,170)
#CEC8B8
(206,200,184)
#D7D2C6
(215,210,198)
#E0DCD4
(224,220,212)
#E9E6E2
(233,230,226)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988C64; }

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

This text font color is #988C64.


Background Color

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

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

This div background color is #988C64.


Border color

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

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

This div border color is #988C64.


Opacity

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

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

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

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

This text has shadow with #988C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988C64 on black background.


Color preview on white background

This text has color #988C64 on white background.



Black color preview on #988C64 background

This text has black color on #988C64 background.


White color preview on #988C64 background

This text has white color on #988C64 background.