COLOR #998C7A

HEX: #998C7A RGB: (153,140,122)

Color info

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

RGB color model

#998C7A color RGB value is (153,140,122).

RGB: (153,140,122) (60%, 55%, 48%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 122 of 255 = 48%

153
140
122

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

Portions of RGB colors in percentages

R + G + B = 153 + 140 + 122 = 415 (100%)
R 153 of 415 ~ 36.87%
G 140 of 415 ~ 33.73%
B 122 of 415 ~ 29.4'%

%36.87
%33.73
%29.4

CMYK color model

#998C7A color CMYK value is (0,8,20,40).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 20.26%
  • key color value is 40.00%

CMYK: (0,8,20,40)
C0M8Y20K40 (0%, 8%, 20%, 40%)
(0.00 / 0.08 / 0.20 / 0.40)

CMYK percentages

%0
%8.5
%20.26
%40

Codes

Color #998C7A in popluar color models

99 8C 7A
RGB 153 140 122
HSL 35° 13.19% 53.92%
HSB/HSV 35° 20.26% 60.00%
CMYK 0.00% 8.50% 20.26%
40.00%

Color #998C7A in popluar number systems.

HEX 99 8C 7A
Decimal 153 140 122
Binary 10011001 10001100 1111010
Octal 231 214 172

Shades and tints

Shades of #998C7A

#998C7A
(153,140,122)
#8C806F
(140,128,111)
#7F7464
(127,116,100)
#726859
(114,104,89)
#655C4E
(101,92,78)
#585043
(88,80,67)
#4B4438
(75,68,56)
#3E382D
(62,56,45)
#312C22
(49,44,34)
#242017
(36,32,23)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #998C7A

#998C7A
(153,140,122)
#A29686
(162,150,134)
#ABA092
(171,160,146)
#B4AA9E
(180,170,158)
#BDB4AA
(189,180,170)
#C6BEB6
(198,190,182)
#CFC8C2
(207,200,194)
#D8D2CE
(216,210,206)
#E1DCDA
(225,220,218)
#EAE6E6
(234,230,230)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998C7A color. Also use rgb(153,140,122) instead hex code.

Text Font Color

.myTextColor { color: #998C7A; }

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

This text font color is #998C7A.

Background Color

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

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

This div background color is #998C7A.

Border color

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

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

This div border color is #998C7A.

Opacity

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

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

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

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

This text has shadow with #998C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998C7A.

Preview

Color preview on black background

This text has color #998C7A on black background.


Color preview on white background

This text has color #998C7A on white background.


Black color preview on #998C7A background

This text has black color on #998C7A background.


White color preview on #998C7A background

This text has white color on #998C7A background.


Related colors

Complementary color

Complementary color for #hex is #667385.


I love getcolorcode.com

Triadic colors

1 #7A998C and #8C7A99 with #998C7A are triadic colors.

2 #7A8C99 and #8C997A with #998C7A are triadic colors.