COLOR #998562

HEX: #998562
RGB: (153,133,98)

Color info

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

RGB color model

#998562 color RGB value is (153,133,98).

  • red value is 153;
  • green value is 133;
  • blue value is 98.
RGB:
(153,133,98)
(60%,52%,38%)

RGB channels and saturation

R 153 of 255 = 60%
G 133 of 255 = 52%
B 98 of 255 = 38%

153
133
98

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

Portions of RGB colors in percentages

R + G + B =
153 + 133 + 98 = 384 (100%)
R 153 of 384 ~ 39.84%
G 133 of 384 ~ 34.64%
B 98 of 384 ~ 25.52%

%39.84
%34.64
%25.52

CMYK color model

#998562 color CMYK value is (0,13,36,40).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 35.95%
  • key color value is 40.00%
CMYK:
(0,13,36,40)
C0M13Y36K40 
(0%,13%,36%,40%)
(0.00/0.13/0.36/0.40)	

CMYK percentages

%0
%13.07
%35.95
%40

Codes

Color #998562 in popluar color models

998562
RGB15313398
HSL38°21.91%49.22%
HSB/HSV38°35.95%60.00%
CMYK0.00%13.07%35.95%
40.00%

Color #998562 in popluar number systems.

HEX998562
Decimal15313398
Binary10011001100001011100010
Octal231205142

Shades and tints

Shades of #998562

#998562
(153,133,98)
#8C795A
(140,121,90)
#7F6D52
(127,109,82)
#72614A
(114,97,74)
#655542
(101,85,66)
#58493A
(88,73,58)
#4B3D32
(75,61,50)
#3E312A
(62,49,42)
#312522
(49,37,34)
#24191A
(36,25,26)
#170D12
(23,13,18)
#000000
(0,0,0)

Tints of #998562

#998562
(153,133,98)
#A29070
(162,144,112)
#AB9B7E
(171,155,126)
#B4A68C
(180,166,140)
#BDB19A
(189,177,154)
#C6BCA8
(198,188,168)
#CFC7B6
(207,199,182)
#D8D2C4
(216,210,196)
#E1DDD2
(225,221,210)
#EAE8E0
(234,232,224)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998562 color. Also use rgb(153,133,98) instead hex code.

Text Font Color

.myTextColor { color: #998562; }

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

This text font color is #998562.


Background Color

.myBgColor { background-color: #998562; }

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

This div background color is #998562.


Border color

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

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

This div border color is #998562.


Opacity

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

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

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

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

This text has shadow with #998562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998562 on black background.


Color preview on white background

This text has color #998562 on white background.



Black color preview on #998562 background

This text has black color on #998562 background.


White color preview on #998562 background

This text has white color on #998562 background.