COLOR #998467

HEX: #998467
RGB: (153,132,103)

Color info

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

RGB color model

#998467 color RGB value is (153,132,103).

  • red value is 153;
  • green value is 132;
  • blue value is 103.
RGB:
(153,132,103)
(60%,52%,40%)

RGB channels and saturation

R 153 of 255 = 60%
G 132 of 255 = 52%
B 103 of 255 = 40%

153
132
103

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

Portions of RGB colors in percentages

R + G + B =
153 + 132 + 103 = 388 (100%)
R 153 of 388 ~ 39.43%
G 132 of 388 ~ 34.02%
B 103 of 388 ~ 26.55%

%39.43
%34.02
%26.55

CMYK color model

#998467 color CMYK value is (0,14,33,40).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 32.68%
  • key color value is 40.00%
CMYK:
(0,14,33,40)
C0M14Y33K40 
(0%,14%,33%,40%)
(0.00/0.14/0.33/0.40)	

CMYK percentages

%0
%13.73
%32.68
%40

Codes

Color #998467 in popluar color models

998467
RGB153132103
HSL35°19.69%50.20%
HSB/HSV35°32.68%60.00%
CMYK0.00%13.73%32.68%
40.00%

Color #998467 in popluar number systems.

HEX998467
Decimal153132103
Binary10011001100001001100111
Octal231204147

Shades and tints

Shades of #998467

#998467
(153,132,103)
#8C785E
(140,120,94)
#7F6C55
(127,108,85)
#72604C
(114,96,76)
#655443
(101,84,67)
#58483A
(88,72,58)
#4B3C31
(75,60,49)
#3E3028
(62,48,40)
#31241F
(49,36,31)
#241816
(36,24,22)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #998467

#998467
(153,132,103)
#A28F74
(162,143,116)
#AB9A81
(171,154,129)
#B4A58E
(180,165,142)
#BDB09B
(189,176,155)
#C6BBA8
(198,187,168)
#CFC6B5
(207,198,181)
#D8D1C2
(216,209,194)
#E1DCCF
(225,220,207)
#EAE7DC
(234,231,220)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998467; }

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

This text font color is #998467.


Background Color

.myBgColor { background-color: #998467; }

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

This div background color is #998467.


Border color

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

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

This div border color is #998467.


Opacity

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

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

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

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

This text has shadow with #998467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998467 on black background.


Color preview on white background

This text has color #998467 on white background.



Black color preview on #998467 background

This text has black color on #998467 background.


White color preview on #998467 background

This text has white color on #998467 background.