COLOR #998D6A

HEX: #998D6A
RGB: (153,141,106)

Color info

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

RGB color model

#998D6A color RGB value is (153,141,106).

  • red value is 153;
  • green value is 141;
  • blue value is 106.
RGB:
(153,141,106)
(60%,55%,42%)

RGB channels and saturation

R 153 of 255 = 60%
G 141 of 255 = 55%
B 106 of 255 = 42%

153
141
106

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

Portions of RGB colors in percentages

R + G + B =
153 + 141 + 106 = 400 (100%)
R 153 of 400 ~ 38.25%
G 141 of 400 ~ 35.25%
B 106 of 400 ~ 26.5%

%38.25
%35.25
%26.5

CMYK color model

#998D6A color CMYK value is (0,8,31,40).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 30.72%
  • key color value is 40.00%
CMYK:
(0,8,31,40)
C0M8Y31K40 
(0%,8%,31%,40%)
(0.00/0.08/0.31/0.40)	

CMYK percentages

%0
%7.84
%30.72
%40

Codes

Color #998D6A in popluar color models

998D6A
RGB153141106
HSL45°18.73%50.78%
HSB/HSV45°30.72%60.00%
CMYK0.00%7.84%30.72%
40.00%

Color #998D6A in popluar number systems.

HEX998D6A
Decimal153141106
Binary10011001100011011101010
Octal231215152

Shades and tints

Shades of #998D6A

#998D6A
(153,141,106)
#8C8161
(140,129,97)
#7F7558
(127,117,88)
#72694F
(114,105,79)
#655D46
(101,93,70)
#58513D
(88,81,61)
#4B4534
(75,69,52)
#3E392B
(62,57,43)
#312D22
(49,45,34)
#242119
(36,33,25)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #998D6A

#998D6A
(153,141,106)
#A29777
(162,151,119)
#ABA184
(171,161,132)
#B4AB91
(180,171,145)
#BDB59E
(189,181,158)
#C6BFAB
(198,191,171)
#CFC9B8
(207,201,184)
#D8D3C5
(216,211,197)
#E1DDD2
(225,221,210)
#EAE7DF
(234,231,223)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998D6A color. Also use rgb(153,141,106) instead hex code.

Text Font Color

.myTextColor { color: #998D6A; }

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

This text font color is #998D6A.


Background Color

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

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

This div background color is #998D6A.


Border color

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

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

This div border color is #998D6A.


Opacity

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

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

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

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

This text has shadow with #998D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998D6A on black background.


Color preview on white background

This text has color #998D6A on white background.



Black color preview on #998D6A background

This text has black color on #998D6A background.


White color preview on #998D6A background

This text has white color on #998D6A background.