COLOR #998648

HEX: #998648
RGB: (153,134,72)

Color info

#998648 contains mainly red and green colors. Web safe color of #998648 is #999933 (or #993).

RGB color model

#998648 color RGB value is (153,134,72).

  • red value is 153;
  • green value is 134;
  • blue value is 72.
RGB:
(153,134,72)
(60%,53%,28%)

RGB channels and saturation

R 153 of 255 = 60%
G 134 of 255 = 53%
B 72 of 255 = 28%

153
134
72

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

Portions of RGB colors in percentages

R + G + B =
153 + 134 + 72 = 359 (100%)
R 153 of 359 ~ 42.62%
G 134 of 359 ~ 37.33%
B 72 of 359 ~ 20.06%

%42.62
%37.33
%20.06

CMYK color model

#998648 color CMYK value is (0,12,53,40).

  • cyan value is 0.00%
  • magenta value is 12.42%
  • yellow value is 52.94%
  • key color value is 40.00%
CMYK:
(0,12,53,40)
C0M12Y53K40 
(0%,12%,53%,40%)
(0.00/0.12/0.53/0.40)	

CMYK percentages

%0
%12.42
%52.94
%40

Codes

Color #998648 in popluar color models

998648
RGB15313472
HSL46°36.00%44.12%
HSB/HSV46°52.94%60.00%
CMYK0.00%12.42%52.94%
40.00%

Color #998648 in popluar number systems.

HEX998648
Decimal15313472
Binary10011001100001101001000
Octal231206110

Shades and tints

Shades of #998648

#998648
(153,134,72)
#8C7A42
(140,122,66)
#7F6E3C
(127,110,60)
#726236
(114,98,54)
#655630
(101,86,48)
#584A2A
(88,74,42)
#4B3E24
(75,62,36)
#3E321E
(62,50,30)
#312618
(49,38,24)
#241A12
(36,26,18)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #998648

#998648
(153,134,72)
#A29158
(162,145,88)
#AB9C68
(171,156,104)
#B4A778
(180,167,120)
#BDB288
(189,178,136)
#C6BD98
(198,189,152)
#CFC8A8
(207,200,168)
#D8D3B8
(216,211,184)
#E1DEC8
(225,222,200)
#EAE9D8
(234,233,216)
#F3F4E8
(243,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998648 color. Also use rgb(153,134,72) instead hex code.

Text Font Color

.myTextColor { color: #998648; }

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

This text font color is #998648.


Background Color

.myBgColor { background-color: #998648; }

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

This div background color is #998648.


Border color

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

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

This div border color is #998648.


Opacity

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

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

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

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

This text has shadow with #998648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998648 on black background.


Color preview on white background

This text has color #998648 on white background.



Black color preview on #998648 background

This text has black color on #998648 background.


White color preview on #998648 background

This text has white color on #998648 background.