COLOR #988C48

HEX: #988C48
RGB: (152,140,72)

Color info

#988C48 contains mainly red and green colors. Web safe color of #988C48 is #999933 (or #993).

RGB color model

#988C48 color RGB value is (152,140,72).

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

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 72 of 255 = 28%

152
140
72

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

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 72 = 364 (100%)
R 152 of 364 ~ 41.76%
G 140 of 364 ~ 38.46%
B 72 of 364 ~ 19.78%

%41.76
%38.46
%19.78

CMYK color model

#988C48 color CMYK value is (0,8,53,40).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 52.63%
  • key color value is 40.39%
CMYK:
(0,8,53,40)
C0M8Y53K40 
(0%,8%,53%,40%)
(0.00/0.08/0.53/0.40)	

CMYK percentages

%0
%7.89
%52.63
%40.39

Codes

Color #988C48 in popluar color models

988C48
RGB15214072
HSL51°35.71%43.92%
HSB/HSV51°52.63%59.61%
CMYK0.00%7.89%52.63%
40.39%

Color #988C48 in popluar number systems.

HEX988C48
Decimal15214072
Binary10011000100011001001000
Octal230214110

Shades and tints

Shades of #988C48

#988C48
(152,140,72)
#8B8042
(139,128,66)
#7E743C
(126,116,60)
#716836
(113,104,54)
#645C30
(100,92,48)
#57502A
(87,80,42)
#4A4424
(74,68,36)
#3D381E
(61,56,30)
#302C18
(48,44,24)
#232012
(35,32,18)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #988C48

#988C48
(152,140,72)
#A19658
(161,150,88)
#AAA068
(170,160,104)
#B3AA78
(179,170,120)
#BCB488
(188,180,136)
#C5BE98
(197,190,152)
#CEC8A8
(206,200,168)
#D7D2B8
(215,210,184)
#E0DCC8
(224,220,200)
#E9E6D8
(233,230,216)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988C48; }

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

This text font color is #988C48.


Background Color

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

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

This div background color is #988C48.


Border color

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

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

This div border color is #988C48.


Opacity

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

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

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

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

This text has shadow with #988C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988C48 on black background.


Color preview on white background

This text has color #988C48 on white background.



Black color preview on #988C48 background

This text has black color on #988C48 background.


White color preview on #988C48 background

This text has white color on #988C48 background.