COLOR #998A57

HEX: #998A57
RGB: (153,138,87)

Color info

#998A57 contains mainly red and green colors. Web safe color of #998A57 is #999966 (or #996).

RGB color model

#998A57 color RGB value is (153,138,87).

  • red value is 153;
  • green value is 138;
  • blue value is 87.
RGB:
(153,138,87)
(60%,54%,34%)

RGB channels and saturation

R 153 of 255 = 60%
G 138 of 255 = 54%
B 87 of 255 = 34%

153
138
87

R + G + B ~ 49%. #998A57 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 138 + 87 = 378 (100%)
R 153 of 378 ~ 40.48%
G 138 of 378 ~ 36.51%
B 87 of 378 ~ 23.02%

%40.48
%36.51
%23.02

CMYK color model

#998A57 color CMYK value is (0,10,43,40).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 43.14%
  • key color value is 40.00%
CMYK:
(0,10,43,40)
C0M10Y43K40 
(0%,10%,43%,40%)
(0.00/0.10/0.43/0.40)	

CMYK percentages

%0
%9.8
%43.14
%40

Codes

Color #998A57 in popluar color models

998A57
RGB15313887
HSL46°27.50%47.06%
HSB/HSV46°43.14%60.00%
CMYK0.00%9.80%43.14%
40.00%

Color #998A57 in popluar number systems.

HEX998A57
Decimal15313887
Binary10011001100010101010111
Octal231212127

Shades and tints

Shades of #998A57

#998A57
(153,138,87)
#8C7E50
(140,126,80)
#7F7249
(127,114,73)
#726642
(114,102,66)
#655A3B
(101,90,59)
#584E34
(88,78,52)
#4B422D
(75,66,45)
#3E3626
(62,54,38)
#312A1F
(49,42,31)
#241E18
(36,30,24)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #998A57

#998A57
(153,138,87)
#A29466
(162,148,102)
#AB9E75
(171,158,117)
#B4A884
(180,168,132)
#BDB293
(189,178,147)
#C6BCA2
(198,188,162)
#CFC6B1
(207,198,177)
#D8D0C0
(216,208,192)
#E1DACF
(225,218,207)
#EAE4DE
(234,228,222)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998A57 color. Also use rgb(153,138,87) instead hex code.

Text Font Color

.myTextColor { color: #998A57; }

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

This text font color is #998A57.


Background Color

.myBgColor { background-color: #998A57; }

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

This div background color is #998A57.


Border color

.myBorderColor { border: 1px solid #998A57; }

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

This div border color is #998A57.


Opacity

.myOpacity80 { color: #998A57; opacity: 0.8; }

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

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

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

This text has shadow with #998A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998A57 on black background.


Color preview on white background

This text has color #998A57 on white background.



Black color preview on #998A57 background

This text has black color on #998A57 background.


White color preview on #998A57 background

This text has white color on #998A57 background.