COLOR #998448

HEX: #998448 RGB: (153,132,72)

Color info

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

RGB color model

#998448 color RGB value is (153,132,72).

RGB: (153,132,72) (60%, 52%, 28%)

RGB channels and saturation

R 153 of 255 = 60%
G 132 of 255 = 52%
B 72 of 255 = 28%

153
132
72

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

Portions of RGB colors in percentages

R + G + B = 153 + 132 + 72 = 357 (100%)
R 153 of 357 ~ 42.86%
G 132 of 357 ~ 36.97%
B 72 of 357 ~ 20.17'%

%42.86
%36.97
%20.17

CMYK color model

#998448 color CMYK value is (0,14,53,40).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 52.94%
  • key color value is 40.00%

CMYK: (0,14,53,40)
C0M14Y53K40 (0%, 14%, 53%, 40%)
(0.00 / 0.14 / 0.53 / 0.40)

CMYK percentages

%0
%13.73
%52.94
%40

Codes

Color #998448 in popluar color models

99 84 48
RGB 153 132 72
HSL 44° 36.00% 44.12%
HSB/HSV 44° 52.94% 60.00%
CMYK 0.00% 13.73% 52.94%
40.00%

Color #998448 in popluar number systems.

HEX 99 84 48
Decimal 153 132 72
Binary 10011001 10000100 1001000
Octal 231 204 110

Shades and tints

Shades of #998448

#998448
(153,132,72)
#8C7842
(140,120,66)
#7F6C3C
(127,108,60)
#726036
(114,96,54)
#655430
(101,84,48)
#58482A
(88,72,42)
#4B3C24
(75,60,36)
#3E301E
(62,48,30)
#312418
(49,36,24)
#241812
(36,24,18)
#170C0C
(23,12,12)
#000000
(0,0,0)

Tints of #998448

#998448
(153,132,72)
#A28F58
(162,143,88)
#AB9A68
(171,154,104)
#B4A578
(180,165,120)
#BDB088
(189,176,136)
#C6BB98
(198,187,152)
#CFC6A8
(207,198,168)
#D8D1B8
(216,209,184)
#E1DCC8
(225,220,200)
#EAE7D8
(234,231,216)
#F3F2E8
(243,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998448; }

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

This text font color is #998448.

Background Color

.myBgColor { background-color: #998448; }

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

This div background color is #998448.

Border color

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

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

This div border color is #998448.

Opacity

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

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

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

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

This text has shadow with #998448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998448.

Preview

Color preview on black background

This text has color #998448 on black background.


Color preview on white background

This text has color #998448 on white background.


Black color preview on #998448 background

This text has black color on #998448 background.


White color preview on #998448 background

This text has white color on #998448 background.


Related colors

Complementary color

Complementary color for #hex is #667BB7.


I love getcolorcode.com

Triadic colors

1 #489984 and #844899 with #998448 are triadic colors.

2 #488499 and #849948 with #998448 are triadic colors.