COLOR #988957

HEX: #988957
RGB: (152,137,87)

Color info

#988957 contains mainly red and green colors. Web safe color of #988957 is #999966 (or #996).

RGB color model

#988957 color RGB value is (152,137,87).

  • red value is 152;
  • green value is 137;
  • blue value is 87.
RGB:
(152,137,87)
(60%,54%,34%)

RGB channels and saturation

R 152 of 255 = 60%
G 137 of 255 = 54%
B 87 of 255 = 34%

152
137
87

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

Portions of RGB colors in percentages

R + G + B =
152 + 137 + 87 = 376 (100%)
R 152 of 376 ~ 40.43%
G 137 of 376 ~ 36.44%
B 87 of 376 ~ 23.14%

%40.43
%36.44
%23.14

CMYK color model

#988957 color CMYK value is (0,10,43,40).

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 42.76%
  • key color value is 40.39%
CMYK:
(0,10,43,40)
C0M10Y43K40 
(0%,10%,43%,40%)
(0.00/0.10/0.43/0.40)	

CMYK percentages

%0
%9.87
%42.76
%40.39

Codes

Color #988957 in popluar color models

988957
RGB15213787
HSL46°27.20%46.86%
HSB/HSV46°42.76%59.61%
CMYK0.00%9.87%42.76%
40.39%

Color #988957 in popluar number systems.

HEX988957
Decimal15213787
Binary10011000100010011010111
Octal230211127

Shades and tints

Shades of #988957

#988957
(152,137,87)
#8B7D50
(139,125,80)
#7E7149
(126,113,73)
#716542
(113,101,66)
#64593B
(100,89,59)
#574D34
(87,77,52)
#4A412D
(74,65,45)
#3D3526
(61,53,38)
#30291F
(48,41,31)
#231D18
(35,29,24)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #988957

#988957
(152,137,87)
#A19366
(161,147,102)
#AA9D75
(170,157,117)
#B3A784
(179,167,132)
#BCB193
(188,177,147)
#C5BBA2
(197,187,162)
#CEC5B1
(206,197,177)
#D7CFC0
(215,207,192)
#E0D9CF
(224,217,207)
#E9E3DE
(233,227,222)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988957 color. Also use rgb(152,137,87) instead hex code.

Text Font Color

.myTextColor { color: #988957; }

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

This text font color is #988957.


Background Color

.myBgColor { background-color: #988957; }

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

This div background color is #988957.


Border color

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

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

This div border color is #988957.


Opacity

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

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

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

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

This text has shadow with #988957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988957 on black background.


Color preview on white background

This text has color #988957 on white background.



Black color preview on #988957 background

This text has black color on #988957 background.


White color preview on #988957 background

This text has white color on #988957 background.