COLOR #98775F

HEX: #98775F
RGB: (152,119,95)

Color info

#98775F contains red, green and blue colors in about the same proportion. Web safe color of #98775F is #996666 (or #966).

RGB color model

#98775F color RGB value is (152,119,95).

  • red value is 152;
  • green value is 119;
  • blue value is 95.
RGB:
(152,119,95)
(60%,47%,37%)

RGB channels and saturation

R 152 of 255 = 60%
G 119 of 255 = 47%
B 95 of 255 = 37%

152
119
95

R + G + B ~ 48%. #98775F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 119 + 95 = 366 (100%)
R 152 of 366 ~ 41.53%
G 119 of 366 ~ 32.51%
B 95 of 366 ~ 25.96%

%41.53
%32.51
%25.96

CMYK color model

#98775F color CMYK value is (0,22,38,40).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 37.50%
  • key color value is 40.39%
CMYK:
(0,22,38,40)
C0M22Y38K40 
(0%,22%,38%,40%)
(0.00/0.22/0.38/0.40)	

CMYK percentages

%0
%21.71
%37.5
%40.39

Codes

Color #98775F in popluar color models

98775F
RGB15211995
HSL25°23.08%48.43%
HSB/HSV25°37.50%59.61%
CMYK0.00%21.71%37.50%
40.39%

Color #98775F in popluar number systems.

HEX98775F
Decimal15211995
Binary1001100011101111011111
Octal230167137

Shades and tints

Shades of #98775F

#98775F
(152,119,95)
#8B6D57
(139,109,87)
#7E634F
(126,99,79)
#715947
(113,89,71)
#644F3F
(100,79,63)
#574537
(87,69,55)
#4A3B2F
(74,59,47)
#3D3127
(61,49,39)
#30271F
(48,39,31)
#231D17
(35,29,23)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #98775F

#98775F
(152,119,95)
#A1836D
(161,131,109)
#AA8F7B
(170,143,123)
#B39B89
(179,155,137)
#BCA797
(188,167,151)
#C5B3A5
(197,179,165)
#CEBFB3
(206,191,179)
#D7CBC1
(215,203,193)
#E0D7CF
(224,215,207)
#E9E3DD
(233,227,221)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98775F color. Also use rgb(152,119,95) instead hex code.

Text Font Color

.myTextColor { color: #98775F; }

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

This text font color is #98775F.


Background Color

.myBgColor { background-color: #98775F; }

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

This div background color is #98775F.


Border color

.myBorderColor { border: 1px solid #98775F; }

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

This div border color is #98775F.


Opacity

.myOpacity80 { color: #98775F; opacity: 0.8; }

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

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

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

This text has shadow with #98775F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98775F on black background.


Color preview on white background

This text has color #98775F on white background.



Black color preview on #98775F background

This text has black color on #98775F background.


White color preview on #98775F background

This text has white color on #98775F background.