COLOR #98746F

HEX: #98746F RGB: (152,116,111)

Color info

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

RGB color model

#98746F color RGB value is (152,116,111).

RGB: (152,116,111) (60%, 45%, 44%)

RGB channels and saturation

R 152 of 255 = 60%
G 116 of 255 = 45%
B 111 of 255 = 44%

152
116
111

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

Portions of RGB colors in percentages

R + G + B = 152 + 116 + 111 = 379 (100%)
R 152 of 379 ~ 40.11%
G 116 of 379 ~ 30.61%
B 111 of 379 ~ 29.29'%

%40.11
%30.61
%29.29

CMYK color model

#98746F color CMYK value is (0,24,27,40).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 26.97%
  • key color value is 40.39%
CMYK: (0,24,27,40) C0M24Y27K40 (0%,24%,27%,40%) (0.00/0.24/0.27/0.40) 

CMYK percentages

%0
%23.68
%26.97
%40.39

Codes

Color #98746F in popluar color models

98 74 6F
RGB 152 116 111
HSL 16.60% 51.57%
HSB/HSV 26.97% 59.61%
CMYK 0.00% 23.68% 26.97%
40.39%

Color #98746F in popluar number systems.

HEX 98 74 6F
Decimal 152 116 111
Binary 10011000 1110100 1101111
Octal 230 164 157

Shades and tints

Shades of #98746F

#98746F
(152,116,111)
#8B6A65
(139,106,101)
#7E605B
(126,96,91)
#715651
(113,86,81)
#644C47
(100,76,71)
#57423D
(87,66,61)
#4A3833
(74,56,51)
#3D2E29
(61,46,41)
#30241F
(48,36,31)
#231A15
(35,26,21)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #98746F

#98746F
(152,116,111)
#A1807C
(161,128,124)
#AA8C89
(170,140,137)
#B39896
(179,152,150)
#BCA4A3
(188,164,163)
#C5B0B0
(197,176,176)
#CEBCBD
(206,188,189)
#D7C8CA
(215,200,202)
#E0D4D7
(224,212,215)
#E9E0E4
(233,224,228)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98746F color. Also use rgb(152,116,111) instead hex code.

Text Font Color

.myTextColor { color: #98746F; }

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

This text font color is #98746F.

Background Color

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

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

This div background color is #98746F.

Border color

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

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

This div border color is #98746F.

Opacity

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

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

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

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

This text has shadow with #98746F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98746F.

Preview

Color preview on black background

This text has color #98746F on black background.


Color preview on white background

This text has color #98746F on white background.


Black color preview on #98746F background

This text has black color on #98746F background.


White color preview on #98746F background

This text has white color on #98746F background.


Related colors

Complementary color

Complementary color for #hex is #678B90.


I love getcolorcode.com

Triadic colors

1 #6F9874 and #746F98 with #98746F are triadic colors.

2 #6F7498 and #74986F with #98746F are triadic colors.