COLOR #98827A

HEX: #98827A
RGB: (152,130,122)

Color info

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

RGB color model

#98827A color RGB value is (152,130,122).

  • red value is 152;
  • green value is 130;
  • blue value is 122.
RGB:
(152,130,122)
(60%,51%,48%)

RGB channels and saturation

R 152 of 255 = 60%
G 130 of 255 = 51%
B 122 of 255 = 48%

152
130
122

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

Portions of RGB colors in percentages

R + G + B =
152 + 130 + 122 = 404 (100%)
R 152 of 404 ~ 37.62%
G 130 of 404 ~ 32.18%
B 122 of 404 ~ 30.2%

%37.62
%32.18
%30.2

CMYK color model

#98827A color CMYK value is (0,14,20,40).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 19.74%
  • key color value is 40.39%
CMYK:
(0,14,20,40)
C0M14Y20K40 
(0%,14%,20%,40%)
(0.00/0.14/0.20/0.40)	

CMYK percentages

%0
%14.47
%19.74
%40.39

Codes

Color #98827A in popluar color models

98827A
RGB152130122
HSL16°12.71%53.73%
HSB/HSV16°19.74%59.61%
CMYK0.00%14.47%19.74%
40.39%

Color #98827A in popluar number systems.

HEX98827A
Decimal152130122
Binary10011000100000101111010
Octal230202172

Shades and tints

Shades of #98827A

#98827A
(152,130,122)
#8B776F
(139,119,111)
#7E6C64
(126,108,100)
#716159
(113,97,89)
#64564E
(100,86,78)
#574B43
(87,75,67)
#4A4038
(74,64,56)
#3D352D
(61,53,45)
#302A22
(48,42,34)
#231F17
(35,31,23)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #98827A

#98827A
(152,130,122)
#A18D86
(161,141,134)
#AA9892
(170,152,146)
#B3A39E
(179,163,158)
#BCAEAA
(188,174,170)
#C5B9B6
(197,185,182)
#CEC4C2
(206,196,194)
#D7CFCE
(215,207,206)
#E0DADA
(224,218,218)
#E9E5E6
(233,229,230)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98827A color. Also use rgb(152,130,122) instead hex code.

Text Font Color

.myTextColor { color: #98827A; }

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

This text font color is #98827A.


Background Color

.myBgColor { background-color: #98827A; }

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

This div background color is #98827A.


Border color

.myBorderColor { border: 1px solid #98827A; }

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

This div border color is #98827A.


Opacity

.myOpacity80 { color: #98827A; opacity: 0.8; }

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

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

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

This text has shadow with #98827A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98827A on black background.


Color preview on white background

This text has color #98827A on white background.



Black color preview on #98827A background

This text has black color on #98827A background.


White color preview on #98827A background

This text has white color on #98827A background.