COLOR #984A60

HEX: #984A60
RGB: (152,74,96)

Color info

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

RGB color model

#984A60 color RGB value is (152,74,96).

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

RGB channels and saturation

R 152 of 255 = 60%
G 74 of 255 = 29%
B 96 of 255 = 38%

152
74
96

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

Portions of RGB colors in percentages

R + G + B =
152 + 74 + 96 = 322 (100%)
R 152 of 322 ~ 47.2%
G 74 of 322 ~ 22.98%
B 96 of 322 ~ 29.81%

%47.2
%22.98
%29.81

CMYK color model

#984A60 color CMYK value is (0,51,37,40).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 36.84%
  • key color value is 40.39%
CMYK:
(0,51,37,40)
C0M51Y37K40 
(0%,51%,37%,40%)
(0.00/0.51/0.37/0.40)	

CMYK percentages

%0
%51.32
%36.84
%40.39

Codes

Color #984A60 in popluar color models

984A60
RGB1527496
HSL343°34.51%44.31%
HSB/HSV343°51.32%59.61%
CMYK0.00%51.32%36.84%
40.39%

Color #984A60 in popluar number systems.

HEX984A60
Decimal1527496
Binary1001100010010101100000
Octal230112140

Shades and tints

Shades of #984A60

#984A60
(152,74,96)
#8B4458
(139,68,88)
#7E3E50
(126,62,80)
#713848
(113,56,72)
#643240
(100,50,64)
#572C38
(87,44,56)
#4A2630
(74,38,48)
#3D2028
(61,32,40)
#301A20
(48,26,32)
#231418
(35,20,24)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #984A60

#984A60
(152,74,96)
#A15A6E
(161,90,110)
#AA6A7C
(170,106,124)
#B37A8A
(179,122,138)
#BC8A98
(188,138,152)
#C59AA6
(197,154,166)
#CEAAB4
(206,170,180)
#D7BAC2
(215,186,194)
#E0CAD0
(224,202,208)
#E9DADE
(233,218,222)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984A60; }

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

This text font color is #984A60.


Background Color

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

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

This div background color is #984A60.


Border color

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

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

This div border color is #984A60.


Opacity

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

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

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

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

This text has shadow with #984A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984A60 on black background.


Color preview on white background

This text has color #984A60 on white background.



Black color preview on #984A60 background

This text has black color on #984A60 background.


White color preview on #984A60 background

This text has white color on #984A60 background.