COLOR #998279

HEX: #998279
RGB: (153,130,121)

Color info

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

RGB color model

#998279 color RGB value is (153,130,121).

  • red value is 153;
  • green value is 130;
  • blue value is 121.
RGB:
(153,130,121)
(60%,51%,47%)

RGB channels and saturation

R 153 of 255 = 60%
G 130 of 255 = 51%
B 121 of 255 = 47%

153
130
121

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

Portions of RGB colors in percentages

R + G + B =
153 + 130 + 121 = 404 (100%)
R 153 of 404 ~ 37.87%
G 130 of 404 ~ 32.18%
B 121 of 404 ~ 29.95%

%37.87
%32.18
%29.95

CMYK color model

#998279 color CMYK value is (0,15,21,40).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 20.92%
  • key color value is 40.00%
CMYK:
(0,15,21,40)
C0M15Y21K40 
(0%,15%,21%,40%)
(0.00/0.15/0.21/0.40)	

CMYK percentages

%0
%15.03
%20.92
%40

Codes

Color #998279 in popluar color models

998279
RGB153130121
HSL17°13.56%53.73%
HSB/HSV17°20.92%60.00%
CMYK0.00%15.03%20.92%
40.00%

Color #998279 in popluar number systems.

HEX998279
Decimal153130121
Binary10011001100000101111001
Octal231202171

Shades and tints

Shades of #998279

#998279
(153,130,121)
#8C776E
(140,119,110)
#7F6C63
(127,108,99)
#726158
(114,97,88)
#65564D
(101,86,77)
#584B42
(88,75,66)
#4B4037
(75,64,55)
#3E352C
(62,53,44)
#312A21
(49,42,33)
#241F16
(36,31,22)
#17140B
(23,20,11)
#000000
(0,0,0)

Tints of #998279

#998279
(153,130,121)
#A28D85
(162,141,133)
#AB9891
(171,152,145)
#B4A39D
(180,163,157)
#BDAEA9
(189,174,169)
#C6B9B5
(198,185,181)
#CFC4C1
(207,196,193)
#D8CFCD
(216,207,205)
#E1DAD9
(225,218,217)
#EAE5E5
(234,229,229)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998279 color. Also use rgb(153,130,121) instead hex code.

Text Font Color

.myTextColor { color: #998279; }

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

This text font color is #998279.


Background Color

.myBgColor { background-color: #998279; }

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

This div background color is #998279.


Border color

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

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

This div border color is #998279.


Opacity

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

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

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

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

This text has shadow with #998279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998279 on black background.


Color preview on white background

This text has color #998279 on white background.



Black color preview on #998279 background

This text has black color on #998279 background.


White color preview on #998279 background

This text has white color on #998279 background.