COLOR #988B72

HEX: #988B72
RGB: (152,139,114)

Color info

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

RGB color model

#988B72 color RGB value is (152,139,114).

  • red value is 152;
  • green value is 139;
  • blue value is 114.
RGB:
(152,139,114)
(60%,55%,45%)

RGB channels and saturation

R 152 of 255 = 60%
G 139 of 255 = 55%
B 114 of 255 = 45%

152
139
114

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

Portions of RGB colors in percentages

R + G + B =
152 + 139 + 114 = 405 (100%)
R 152 of 405 ~ 37.53%
G 139 of 405 ~ 34.32%
B 114 of 405 ~ 28.15%

%37.53
%34.32
%28.15

CMYK color model

#988B72 color CMYK value is (0,9,25,40).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 25.00%
  • key color value is 40.39%
CMYK:
(0,9,25,40)
C0M9Y25K40 
(0%,9%,25%,40%)
(0.00/0.09/0.25/0.40)	

CMYK percentages

%0
%8.55
%25
%40.39

Codes

Color #988B72 in popluar color models

988B72
RGB152139114
HSL39°15.57%52.16%
HSB/HSV39°25.00%59.61%
CMYK0.00%8.55%25.00%
40.39%

Color #988B72 in popluar number systems.

HEX988B72
Decimal152139114
Binary10011000100010111110010
Octal230213162

Shades and tints

Shades of #988B72

#988B72
(152,139,114)
#8B7F68
(139,127,104)
#7E735E
(126,115,94)
#716754
(113,103,84)
#645B4A
(100,91,74)
#574F40
(87,79,64)
#4A4336
(74,67,54)
#3D372C
(61,55,44)
#302B22
(48,43,34)
#231F18
(35,31,24)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #988B72

#988B72
(152,139,114)
#A1957E
(161,149,126)
#AA9F8A
(170,159,138)
#B3A996
(179,169,150)
#BCB3A2
(188,179,162)
#C5BDAE
(197,189,174)
#CEC7BA
(206,199,186)
#D7D1C6
(215,209,198)
#E0DBD2
(224,219,210)
#E9E5DE
(233,229,222)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988B72 color. Also use rgb(152,139,114) instead hex code.

Text Font Color

.myTextColor { color: #988B72; }

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

This text font color is #988B72.


Background Color

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

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

This div background color is #988B72.


Border color

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

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

This div border color is #988B72.


Opacity

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

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

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

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

This text has shadow with #988B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988B72 on black background.


Color preview on white background

This text has color #988B72 on white background.



Black color preview on #988B72 background

This text has black color on #988B72 background.


White color preview on #988B72 background

This text has white color on #988B72 background.