COLOR #998356

HEX: #998356
RGB: (153,131,86)

Color info

#998356 contains mainly red and green colors. Web safe color of #998356 is #999966 (or #996).

RGB color model

#998356 color RGB value is (153,131,86).

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

RGB channels and saturation

R 153 of 255 = 60%
G 131 of 255 = 51%
B 86 of 255 = 34%

153
131
86

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

Portions of RGB colors in percentages

R + G + B =
153 + 131 + 86 = 370 (100%)
R 153 of 370 ~ 41.35%
G 131 of 370 ~ 35.41%
B 86 of 370 ~ 23.24%

%41.35
%35.41
%23.24

CMYK color model

#998356 color CMYK value is (0,14,44,40).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 43.79%
  • key color value is 40.00%
CMYK:
(0,14,44,40)
C0M14Y44K40 
(0%,14%,44%,40%)
(0.00/0.14/0.44/0.40)	

CMYK percentages

%0
%14.38
%43.79
%40

Codes

Color #998356 in popluar color models

998356
RGB15313186
HSL40°28.03%46.86%
HSB/HSV40°43.79%60.00%
CMYK0.00%14.38%43.79%
40.00%

Color #998356 in popluar number systems.

HEX998356
Decimal15313186
Binary10011001100000111010110
Octal231203126

Shades and tints

Shades of #998356

#998356
(153,131,86)
#8C784F
(140,120,79)
#7F6D48
(127,109,72)
#726241
(114,98,65)
#65573A
(101,87,58)
#584C33
(88,76,51)
#4B412C
(75,65,44)
#3E3625
(62,54,37)
#312B1E
(49,43,30)
#242017
(36,32,23)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #998356

#998356
(153,131,86)
#A28E65
(162,142,101)
#AB9974
(171,153,116)
#B4A483
(180,164,131)
#BDAF92
(189,175,146)
#C6BAA1
(198,186,161)
#CFC5B0
(207,197,176)
#D8D0BF
(216,208,191)
#E1DBCE
(225,219,206)
#EAE6DD
(234,230,221)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998356; }

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

This text font color is #998356.


Background Color

.myBgColor { background-color: #998356; }

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

This div background color is #998356.


Border color

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

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

This div border color is #998356.


Opacity

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

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

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

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

This text has shadow with #998356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998356 on black background.


Color preview on white background

This text has color #998356 on white background.



Black color preview on #998356 background

This text has black color on #998356 background.


White color preview on #998356 background

This text has white color on #998356 background.