COLOR #98637A

HEX: #98637A
RGB: (152,99,122)

Color info

#98637A contains red, green and blue colors in about the same proportion. Web safe color of #98637A is #996666 (or #966).

RGB color model

#98637A color RGB value is (152,99,122).

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

RGB channels and saturation

R 152 of 255 = 60%
G 99 of 255 = 39%
B 122 of 255 = 48%

152
99
122

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

Portions of RGB colors in percentages

R + G + B =
152 + 99 + 122 = 373 (100%)
R 152 of 373 ~ 40.75%
G 99 of 373 ~ 26.54%
B 122 of 373 ~ 32.71%

%40.75
%26.54
%32.71

CMYK color model

#98637A color CMYK value is (0,35,20,40).

  • cyan value is 0.00%
  • magenta value is 34.87%
  • yellow value is 19.74%
  • key color value is 40.39%
CMYK:
(0,35,20,40)
C0M35Y20K40 
(0%,35%,20%,40%)
(0.00/0.35/0.20/0.40)	

CMYK percentages

%0
%34.87
%19.74
%40.39

Codes

Color #98637A in popluar color models

98637A
RGB15299122
HSL334°21.12%49.22%
HSB/HSV334°34.87%59.61%
CMYK0.00%34.87%19.74%
40.39%

Color #98637A in popluar number systems.

HEX98637A
Decimal15299122
Binary1001100011000111111010
Octal230143172

Shades and tints

Shades of #98637A

#98637A
(152,99,122)
#8B5A6F
(139,90,111)
#7E5164
(126,81,100)
#714859
(113,72,89)
#643F4E
(100,63,78)
#573643
(87,54,67)
#4A2D38
(74,45,56)
#3D242D
(61,36,45)
#301B22
(48,27,34)
#231217
(35,18,23)
#16090C
(22,9,12)
#000000
(0,0,0)

Tints of #98637A

#98637A
(152,99,122)
#A17186
(161,113,134)
#AA7F92
(170,127,146)
#B38D9E
(179,141,158)
#BC9BAA
(188,155,170)
#C5A9B6
(197,169,182)
#CEB7C2
(206,183,194)
#D7C5CE
(215,197,206)
#E0D3DA
(224,211,218)
#E9E1E6
(233,225,230)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98637A; }

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

This text font color is #98637A.


Background Color

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

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

This div background color is #98637A.


Border color

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

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

This div border color is #98637A.


Opacity

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

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

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

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

This text has shadow with #98637A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98637A on black background.


Color preview on white background

This text has color #98637A on white background.



Black color preview on #98637A background

This text has black color on #98637A background.


White color preview on #98637A background

This text has white color on #98637A background.