COLOR #998368

HEX: #998368
RGB: (153,131,104)

Color info

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

RGB color model

#998368 color RGB value is (153,131,104).

  • red value is 153;
  • green value is 131;
  • blue value is 104.
RGB:
(153,131,104)
(60%,51%,41%)

RGB channels and saturation

R 153 of 255 = 60%
G 131 of 255 = 51%
B 104 of 255 = 41%

153
131
104

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

Portions of RGB colors in percentages

R + G + B =
153 + 131 + 104 = 388 (100%)
R 153 of 388 ~ 39.43%
G 131 of 388 ~ 33.76%
B 104 of 388 ~ 26.8%

%39.43
%33.76
%26.8

CMYK color model

#998368 color CMYK value is (0,14,32,40).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 32.03%
  • key color value is 40.00%
CMYK:
(0,14,32,40)
C0M14Y32K40 
(0%,14%,32%,40%)
(0.00/0.14/0.32/0.40)	

CMYK percentages

%0
%14.38
%32.03
%40

Codes

Color #998368 in popluar color models

998368
RGB153131104
HSL33°19.37%50.39%
HSB/HSV33°32.03%60.00%
CMYK0.00%14.38%32.03%
40.00%

Color #998368 in popluar number systems.

HEX998368
Decimal153131104
Binary10011001100000111101000
Octal231203150

Shades and tints

Shades of #998368

#998368
(153,131,104)
#8C785F
(140,120,95)
#7F6D56
(127,109,86)
#72624D
(114,98,77)
#655744
(101,87,68)
#584C3B
(88,76,59)
#4B4132
(75,65,50)
#3E3629
(62,54,41)
#312B20
(49,43,32)
#242017
(36,32,23)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #998368

#998368
(153,131,104)
#A28E75
(162,142,117)
#AB9982
(171,153,130)
#B4A48F
(180,164,143)
#BDAF9C
(189,175,156)
#C6BAA9
(198,186,169)
#CFC5B6
(207,197,182)
#D8D0C3
(216,208,195)
#E1DBD0
(225,219,208)
#EAE6DD
(234,230,221)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998368 color. Also use rgb(153,131,104) instead hex code.

Text Font Color

.myTextColor { color: #998368; }

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

This text font color is #998368.


Background Color

.myBgColor { background-color: #998368; }

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

This div background color is #998368.


Border color

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

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

This div border color is #998368.


Opacity

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

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

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

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

This text has shadow with #998368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998368 on black background.


Color preview on white background

This text has color #998368 on white background.



Black color preview on #998368 background

This text has black color on #998368 background.


White color preview on #998368 background

This text has white color on #998368 background.