COLOR #989163

HEX: #989163
RGB: (152,145,99)

Color info

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

RGB color model

#989163 color RGB value is (152,145,99).

  • red value is 152;
  • green value is 145;
  • blue value is 99.
RGB:
(152,145,99)
(60%,57%,39%)

RGB channels and saturation

R 152 of 255 = 60%
G 145 of 255 = 57%
B 99 of 255 = 39%

152
145
99

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

Portions of RGB colors in percentages

R + G + B =
152 + 145 + 99 = 396 (100%)
R 152 of 396 ~ 38.38%
G 145 of 396 ~ 36.62%
B 99 of 396 ~ 25%

%38.38
%36.62
%25

CMYK color model

#989163 color CMYK value is (0,5,35,40).

  • cyan value is 0.00%
  • magenta value is 4.61%
  • yellow value is 34.87%
  • key color value is 40.39%
CMYK:
(0,5,35,40)
C0M5Y35K40 
(0%,5%,35%,40%)
(0.00/0.05/0.35/0.40)	

CMYK percentages

%0
%4.61
%34.87
%40.39

Codes

Color #989163 in popluar color models

989163
RGB15214599
HSL52°21.12%49.22%
HSB/HSV52°34.87%59.61%
CMYK0.00%4.61%34.87%
40.39%

Color #989163 in popluar number systems.

HEX989163
Decimal15214599
Binary10011000100100011100011
Octal230221143

Shades and tints

Shades of #989163

#989163
(152,145,99)
#8B845A
(139,132,90)
#7E7751
(126,119,81)
#716A48
(113,106,72)
#645D3F
(100,93,63)
#575036
(87,80,54)
#4A432D
(74,67,45)
#3D3624
(61,54,36)
#30291B
(48,41,27)
#231C12
(35,28,18)
#160F09
(22,15,9)
#000000
(0,0,0)

Tints of #989163

#989163
(152,145,99)
#A19B71
(161,155,113)
#AAA57F
(170,165,127)
#B3AF8D
(179,175,141)
#BCB99B
(188,185,155)
#C5C3A9
(197,195,169)
#CECDB7
(206,205,183)
#D7D7C5
(215,215,197)
#E0E1D3
(224,225,211)
#E9EBE1
(233,235,225)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989163 color. Also use rgb(152,145,99) instead hex code.

Text Font Color

.myTextColor { color: #989163; }

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

This text font color is #989163.


Background Color

.myBgColor { background-color: #989163; }

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

This div background color is #989163.


Border color

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

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

This div border color is #989163.


Opacity

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

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

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

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

This text has shadow with #989163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989163 on black background.


Color preview on white background

This text has color #989163 on white background.



Black color preview on #989163 background

This text has black color on #989163 background.


White color preview on #989163 background

This text has white color on #989163 background.