COLOR #984A66

HEX: #984A66
RGB: (152,74,102)

Color info

#984A66 contains mainly red and blue colors. Web safe color of #984A66 is #993366 (or #936).

RGB color model

#984A66 color RGB value is (152,74,102).

  • red value is 152;
  • green value is 74;
  • blue value is 102.
RGB:
(152,74,102)
(60%,29%,40%)

RGB channels and saturation

R 152 of 255 = 60%
G 74 of 255 = 29%
B 102 of 255 = 40%

152
74
102

R + G + B ~ 43%. #984A66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 74 + 102 = 328 (100%)
R 152 of 328 ~ 46.34%
G 74 of 328 ~ 22.56%
B 102 of 328 ~ 31.1%

%46.34
%22.56
%31.1

CMYK color model

#984A66 color CMYK value is (0,51,33,40).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 32.89%
  • key color value is 40.39%
CMYK:
(0,51,33,40)
C0M51Y33K40 
(0%,51%,33%,40%)
(0.00/0.51/0.33/0.40)	

CMYK percentages

%0
%51.32
%32.89
%40.39

Codes

Color #984A66 in popluar color models

984A66
RGB15274102
HSL338°34.51%44.31%
HSB/HSV338°51.32%59.61%
CMYK0.00%51.32%32.89%
40.39%

Color #984A66 in popluar number systems.

HEX984A66
Decimal15274102
Binary1001100010010101100110
Octal230112146

Shades and tints

Shades of #984A66

#984A66
(152,74,102)
#8B445D
(139,68,93)
#7E3E54
(126,62,84)
#71384B
(113,56,75)
#643242
(100,50,66)
#572C39
(87,44,57)
#4A2630
(74,38,48)
#3D2027
(61,32,39)
#301A1E
(48,26,30)
#231415
(35,20,21)
#160E0C
(22,14,12)
#000000
(0,0,0)

Tints of #984A66

#984A66
(152,74,102)
#A15A73
(161,90,115)
#AA6A80
(170,106,128)
#B37A8D
(179,122,141)
#BC8A9A
(188,138,154)
#C59AA7
(197,154,167)
#CEAAB4
(206,170,180)
#D7BAC1
(215,186,193)
#E0CACE
(224,202,206)
#E9DADB
(233,218,219)
#F2EAE8
(242,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984A66 color. Also use rgb(152,74,102) instead hex code.

Text Font Color

.myTextColor { color: #984A66; }

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

This text font color is #984A66.


Background Color

.myBgColor { background-color: #984A66; }

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

This div background color is #984A66.


Border color

.myBorderColor { border: 1px solid #984A66; }

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

This div border color is #984A66.


Opacity

.myOpacity80 { color: #984A66; opacity: 0.8; }

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

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

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

This text has shadow with #984A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984A66 on black background.


Color preview on white background

This text has color #984A66 on white background.



Black color preview on #984A66 background

This text has black color on #984A66 background.


White color preview on #984A66 background

This text has white color on #984A66 background.