COLOR #998777

HEX: #998777
RGB: (153,135,119)

Color info

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

RGB color model

#998777 color RGB value is (153,135,119).

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

RGB channels and saturation

R 153 of 255 = 60%
G 135 of 255 = 53%
B 119 of 255 = 47%

153
135
119

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

Portions of RGB colors in percentages

R + G + B =
153 + 135 + 119 = 407 (100%)
R 153 of 407 ~ 37.59%
G 135 of 407 ~ 33.17%
B 119 of 407 ~ 29.24%

%37.59
%33.17
%29.24

CMYK color model

#998777 color CMYK value is (0,12,22,40).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 22.22%
  • key color value is 40.00%
CMYK:
(0,12,22,40)
C0M12Y22K40 
(0%,12%,22%,40%)
(0.00/0.12/0.22/0.40)	

CMYK percentages

%0
%11.76
%22.22
%40

Codes

Color #998777 in popluar color models

998777
RGB153135119
HSL28°14.29%53.33%
HSB/HSV28°22.22%60.00%
CMYK0.00%11.76%22.22%
40.00%

Color #998777 in popluar number systems.

HEX998777
Decimal153135119
Binary10011001100001111110111
Octal231207167

Shades and tints

Shades of #998777

#998777
(153,135,119)
#8C7B6D
(140,123,109)
#7F6F63
(127,111,99)
#726359
(114,99,89)
#65574F
(101,87,79)
#584B45
(88,75,69)
#4B3F3B
(75,63,59)
#3E3331
(62,51,49)
#312727
(49,39,39)
#241B1D
(36,27,29)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #998777

#998777
(153,135,119)
#A29183
(162,145,131)
#AB9B8F
(171,155,143)
#B4A59B
(180,165,155)
#BDAFA7
(189,175,167)
#C6B9B3
(198,185,179)
#CFC3BF
(207,195,191)
#D8CDCB
(216,205,203)
#E1D7D7
(225,215,215)
#EAE1E3
(234,225,227)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998777; }

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

This text font color is #998777.


Background Color

.myBgColor { background-color: #998777; }

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

This div background color is #998777.


Border color

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

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

This div border color is #998777.


Opacity

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

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

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

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

This text has shadow with #998777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998777 on black background.


Color preview on white background

This text has color #998777 on white background.



Black color preview on #998777 background

This text has black color on #998777 background.


White color preview on #998777 background

This text has white color on #998777 background.