COLOR #989375

HEX: #989375
RGB: (152,147,117)

Color info

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

RGB color model

#989375 color RGB value is (152,147,117).

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

RGB channels and saturation

R 152 of 255 = 60%
G 147 of 255 = 58%
B 117 of 255 = 46%

152
147
117

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

Portions of RGB colors in percentages

R + G + B =
152 + 147 + 117 = 416 (100%)
R 152 of 416 ~ 36.54%
G 147 of 416 ~ 35.34%
B 117 of 416 ~ 28.13%

%36.54
%35.34
%28.13

CMYK color model

#989375 color CMYK value is (0,3,23,40).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 23.03%
  • key color value is 40.39%
CMYK:
(0,3,23,40)
C0M3Y23K40 
(0%,3%,23%,40%)
(0.00/0.03/0.23/0.40)	

CMYK percentages

%0
%3.29
%23.03
%40.39

Codes

Color #989375 in popluar color models

989375
RGB152147117
HSL51°14.52%52.75%
HSB/HSV51°23.03%59.61%
CMYK0.00%3.29%23.03%
40.39%

Color #989375 in popluar number systems.

HEX989375
Decimal152147117
Binary10011000100100111110101
Octal230223165

Shades and tints

Shades of #989375

#989375
(152,147,117)
#8B866B
(139,134,107)
#7E7961
(126,121,97)
#716C57
(113,108,87)
#645F4D
(100,95,77)
#575243
(87,82,67)
#4A4539
(74,69,57)
#3D382F
(61,56,47)
#302B25
(48,43,37)
#231E1B
(35,30,27)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #989375

#989375
(152,147,117)
#A19C81
(161,156,129)
#AAA58D
(170,165,141)
#B3AE99
(179,174,153)
#BCB7A5
(188,183,165)
#C5C0B1
(197,192,177)
#CEC9BD
(206,201,189)
#D7D2C9
(215,210,201)
#E0DBD5
(224,219,213)
#E9E4E1
(233,228,225)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989375; }

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

This text font color is #989375.


Background Color

.myBgColor { background-color: #989375; }

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

This div background color is #989375.


Border color

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

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

This div border color is #989375.


Opacity

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

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

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

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

This text has shadow with #989375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989375 on black background.


Color preview on white background

This text has color #989375 on white background.



Black color preview on #989375 background

This text has black color on #989375 background.


White color preview on #989375 background

This text has white color on #989375 background.