COLOR #998C51

HEX: #998C51 RGB: (153,140,81)

Color info

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

RGB color model

#998C51 color RGB value is (153,140,81).

RGB: (153,140,81) (60%, 55%, 32%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 81 of 255 = 32%

153
140
81

R + G + B ~ 49%. #998C51 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 140 + 81 = 374 (100%)
R 153 of 374 ~ 40.91%
G 140 of 374 ~ 37.43%
B 81 of 374 ~ 21.66'%

%40.91
%37.43
%21.66

CMYK color model

#998C51 color CMYK value is (0,8,47,40).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 47.06%
  • key color value is 40.00%

CMYK: (0,8,47,40)
C0M8Y47K40 (0%, 8%, 47%, 40%)
(0.00 / 0.08 / 0.47 / 0.40)

CMYK percentages

%0
%8.5
%47.06
%40

Codes

Color #998C51 in popluar color models

99 8C 51
RGB 153 140 81
HSL 49° 30.77% 45.88%
HSB/HSV 49° 47.06% 60.00%
CMYK 0.00% 8.50% 47.06%
40.00%

Color #998C51 in popluar number systems.

HEX 99 8C 51
Decimal 153 140 81
Binary 10011001 10001100 1010001
Octal 231 214 121

Shades and tints

Shades of #998C51

#998C51
(153,140,81)
#8C804A
(140,128,74)
#7F7443
(127,116,67)
#72683C
(114,104,60)
#655C35
(101,92,53)
#58502E
(88,80,46)
#4B4427
(75,68,39)
#3E3820
(62,56,32)
#312C19
(49,44,25)
#242012
(36,32,18)
#17140B
(23,20,11)
#000000
(0,0,0)

Tints of #998C51

#998C51
(153,140,81)
#A29660
(162,150,96)
#ABA06F
(171,160,111)
#B4AA7E
(180,170,126)
#BDB48D
(189,180,141)
#C6BE9C
(198,190,156)
#CFC8AB
(207,200,171)
#D8D2BA
(216,210,186)
#E1DCC9
(225,220,201)
#EAE6D8
(234,230,216)
#F3F0E7
(243,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998C51 color. Also use rgb(153,140,81) instead hex code.

Text Font Color

.myTextColor { color: #998C51; }

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

This text font color is #998C51.

Background Color

.myBgColor { background-color: #998C51; }

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

This div background color is #998C51.

Border color

.myBorderColor { border: 1px solid #998C51; }

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

This div border color is #998C51.

Opacity

.myOpacity80 { color: #998C51; opacity: 0.8; }

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

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

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

This text has shadow with #998C51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998C51.

Preview

Color preview on black background

This text has color #998C51 on black background.


Color preview on white background

This text has color #998C51 on white background.


Black color preview on #998C51 background

This text has black color on #998C51 background.


White color preview on #998C51 background

This text has white color on #998C51 background.


Related colors

Complementary color

Complementary color for #hex is #6673AE.


I love getcolorcode.com

Triadic colors

1 #51998C and #8C5199 with #998C51 are triadic colors.

2 #518C99 and #8C9951 with #998C51 are triadic colors.