COLOR #984A76

HEX: #984A76
RGB: (152,74,118)

Color info

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

RGB color model

#984A76 color RGB value is (152,74,118).

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

RGB channels and saturation

R 152 of 255 = 60%
G 74 of 255 = 29%
B 118 of 255 = 46%

152
74
118

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

Portions of RGB colors in percentages

R + G + B =
152 + 74 + 118 = 344 (100%)
R 152 of 344 ~ 44.19%
G 74 of 344 ~ 21.51%
B 118 of 344 ~ 34.3%

%44.19
%21.51
%34.3

CMYK color model

#984A76 color CMYK value is (0,51,22,40).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 22.37%
  • key color value is 40.39%
CMYK:
(0,51,22,40)
C0M51Y22K40 
(0%,51%,22%,40%)
(0.00/0.51/0.22/0.40)	

CMYK percentages

%0
%51.32
%22.37
%40.39

Codes

Color #984A76 in popluar color models

984A76
RGB15274118
HSL326°34.51%44.31%
HSB/HSV326°51.32%59.61%
CMYK0.00%51.32%22.37%
40.39%

Color #984A76 in popluar number systems.

HEX984A76
Decimal15274118
Binary1001100010010101110110
Octal230112166

Shades and tints

Shades of #984A76

#984A76
(152,74,118)
#8B446C
(139,68,108)
#7E3E62
(126,62,98)
#713858
(113,56,88)
#64324E
(100,50,78)
#572C44
(87,44,68)
#4A263A
(74,38,58)
#3D2030
(61,32,48)
#301A26
(48,26,38)
#23141C
(35,20,28)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #984A76

#984A76
(152,74,118)
#A15A82
(161,90,130)
#AA6A8E
(170,106,142)
#B37A9A
(179,122,154)
#BC8AA6
(188,138,166)
#C59AB2
(197,154,178)
#CEAABE
(206,170,190)
#D7BACA
(215,186,202)
#E0CAD6
(224,202,214)
#E9DAE2
(233,218,226)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984A76; }

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

This text font color is #984A76.


Background Color

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

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

This div background color is #984A76.


Border color

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

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

This div border color is #984A76.


Opacity

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

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

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

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

This text has shadow with #984A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984A76 on black background.


Color preview on white background

This text has color #984A76 on white background.



Black color preview on #984A76 background

This text has black color on #984A76 background.


White color preview on #984A76 background

This text has white color on #984A76 background.