COLOR #998757

HEX: #998757
RGB: (153,135,87)

Color info

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

RGB color model

#998757 color RGB value is (153,135,87).

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

RGB channels and saturation

R 153 of 255 = 60%
G 135 of 255 = 53%
B 87 of 255 = 34%

153
135
87

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

Portions of RGB colors in percentages

R + G + B =
153 + 135 + 87 = 375 (100%)
R 153 of 375 ~ 40.8%
G 135 of 375 ~ 36%
B 87 of 375 ~ 23.2%

%40.8
%36
%23.2

CMYK color model

#998757 color CMYK value is (0,12,43,40).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 43.14%
  • key color value is 40.00%
CMYK:
(0,12,43,40)
C0M12Y43K40 
(0%,12%,43%,40%)
(0.00/0.12/0.43/0.40)	

CMYK percentages

%0
%11.76
%43.14
%40

Codes

Color #998757 in popluar color models

998757
RGB15313587
HSL44°27.50%47.06%
HSB/HSV44°43.14%60.00%
CMYK0.00%11.76%43.14%
40.00%

Color #998757 in popluar number systems.

HEX998757
Decimal15313587
Binary10011001100001111010111
Octal231207127

Shades and tints

Shades of #998757

#998757
(153,135,87)
#8C7B50
(140,123,80)
#7F6F49
(127,111,73)
#726342
(114,99,66)
#65573B
(101,87,59)
#584B34
(88,75,52)
#4B3F2D
(75,63,45)
#3E3326
(62,51,38)
#31271F
(49,39,31)
#241B18
(36,27,24)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #998757

#998757
(153,135,87)
#A29166
(162,145,102)
#AB9B75
(171,155,117)
#B4A584
(180,165,132)
#BDAF93
(189,175,147)
#C6B9A2
(198,185,162)
#CFC3B1
(207,195,177)
#D8CDC0
(216,205,192)
#E1D7CF
(225,215,207)
#EAE1DE
(234,225,222)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998757; }

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

This text font color is #998757.


Background Color

.myBgColor { background-color: #998757; }

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

This div background color is #998757.


Border color

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

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

This div border color is #998757.


Opacity

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

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

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

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

This text has shadow with #998757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998757 on black background.


Color preview on white background

This text has color #998757 on white background.



Black color preview on #998757 background

This text has black color on #998757 background.


White color preview on #998757 background

This text has white color on #998757 background.