COLOR #988A75

HEX: #988A75
RGB: (152,138,117)

Color info

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

RGB color model

#988A75 color RGB value is (152,138,117).

  • red value is 152;
  • green value is 138;
  • blue value is 117.
RGB:
(152,138,117)
(60%,54%,46%)

RGB channels and saturation

R 152 of 255 = 60%
G 138 of 255 = 54%
B 117 of 255 = 46%

152
138
117

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

Portions of RGB colors in percentages

R + G + B =
152 + 138 + 117 = 407 (100%)
R 152 of 407 ~ 37.35%
G 138 of 407 ~ 33.91%
B 117 of 407 ~ 28.75%

%37.35
%33.91
%28.75

CMYK color model

#988A75 color CMYK value is (0,9,23,40).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 23.03%
  • key color value is 40.39%
CMYK:
(0,9,23,40)
C0M9Y23K40 
(0%,9%,23%,40%)
(0.00/0.09/0.23/0.40)	

CMYK percentages

%0
%9.21
%23.03
%40.39

Codes

Color #988A75 in popluar color models

988A75
RGB152138117
HSL36°14.52%52.75%
HSB/HSV36°23.03%59.61%
CMYK0.00%9.21%23.03%
40.39%

Color #988A75 in popluar number systems.

HEX988A75
Decimal152138117
Binary10011000100010101110101
Octal230212165

Shades and tints

Shades of #988A75

#988A75
(152,138,117)
#8B7E6B
(139,126,107)
#7E7261
(126,114,97)
#716657
(113,102,87)
#645A4D
(100,90,77)
#574E43
(87,78,67)
#4A4239
(74,66,57)
#3D362F
(61,54,47)
#302A25
(48,42,37)
#231E1B
(35,30,27)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #988A75

#988A75
(152,138,117)
#A19481
(161,148,129)
#AA9E8D
(170,158,141)
#B3A899
(179,168,153)
#BCB2A5
(188,178,165)
#C5BCB1
(197,188,177)
#CEC6BD
(206,198,189)
#D7D0C9
(215,208,201)
#E0DAD5
(224,218,213)
#E9E4E1
(233,228,225)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988A75 color. Also use rgb(152,138,117) instead hex code.

Text Font Color

.myTextColor { color: #988A75; }

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

This text font color is #988A75.


Background Color

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

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

This div background color is #988A75.


Border color

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

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

This div border color is #988A75.


Opacity

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

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

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

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

This text has shadow with #988A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988A75 on black background.


Color preview on white background

This text has color #988A75 on white background.



Black color preview on #988A75 background

This text has black color on #988A75 background.


White color preview on #988A75 background

This text has white color on #988A75 background.