COLOR #998967

HEX: #998967 RGB: (153,137,103)

Color info

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

RGB color model

#998967 color RGB value is (153,137,103).

RGB: (153,137,103) (60%, 54%, 40%)

RGB channels and saturation

R 153 of 255 = 60%
G 137 of 255 = 54%
B 103 of 255 = 40%

153
137
103

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

Portions of RGB colors in percentages

R + G + B = 153 + 137 + 103 = 393 (100%)
R 153 of 393 ~ 38.93%
G 137 of 393 ~ 34.86%
B 103 of 393 ~ 26.21'%

%38.93
%34.86
%26.21

CMYK color model

#998967 color CMYK value is (0,10,33,40).

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 32.68%
  • key color value is 40.00%

CMYK: (0,10,33,40)
C0M10Y33K40 (0%, 10%, 33%, 40%)
(0.00 / 0.10 / 0.33 / 0.40)

CMYK percentages

%0
%10.46
%32.68
%40

Codes

Color #998967 in popluar color models

99 89 67
RGB 153 137 103
HSL 41° 19.69% 50.20%
HSB/HSV 41° 32.68% 60.00%
CMYK 0.00% 10.46% 32.68%
40.00%

Color #998967 in popluar number systems.

HEX 99 89 67
Decimal 153 137 103
Binary 10011001 10001001 1100111
Octal 231 211 147

Shades and tints

Shades of #998967

#998967
(153,137,103)
#8C7D5E
(140,125,94)
#7F7155
(127,113,85)
#72654C
(114,101,76)
#655943
(101,89,67)
#584D3A
(88,77,58)
#4B4131
(75,65,49)
#3E3528
(62,53,40)
#31291F
(49,41,31)
#241D16
(36,29,22)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #998967

#998967
(153,137,103)
#A29374
(162,147,116)
#AB9D81
(171,157,129)
#B4A78E
(180,167,142)
#BDB19B
(189,177,155)
#C6BBA8
(198,187,168)
#CFC5B5
(207,197,181)
#D8CFC2
(216,207,194)
#E1D9CF
(225,217,207)
#EAE3DC
(234,227,220)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998967 color. Also use rgb(153,137,103) instead hex code.

Text Font Color

.myTextColor { color: #998967; }

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

This text font color is #998967.

Background Color

.myBgColor { background-color: #998967; }

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

This div background color is #998967.

Border color

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

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

This div border color is #998967.

Opacity

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

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

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

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

This text has shadow with #998967 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998967.

Preview

Color preview on black background

This text has color #998967 on black background.


Color preview on white background

This text has color #998967 on white background.


Black color preview on #998967 background

This text has black color on #998967 background.


White color preview on #998967 background

This text has white color on #998967 background.


Related colors

Complementary color

Complementary color for #hex is #667698.


I love getcolorcode.com

Triadic colors

1 #679989 and #896799 with #998967 are triadic colors.

2 #678999 and #899967 with #998967 are triadic colors.