COLOR #984C7A

HEX: #984C7A RGB: (152,76,122)

Color info

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

RGB color model

#984C7A color RGB value is (152,76,122).

RGB: (152,76,122) (60%, 30%, 48%)

RGB channels and saturation

R 152 of 255 = 60%
G 76 of 255 = 30%
B 122 of 255 = 48%

152
76
122

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

Portions of RGB colors in percentages

R + G + B = 152 + 76 + 122 = 350 (100%)
R 152 of 350 ~ 43.43%
G 76 of 350 ~ 21.71%
B 122 of 350 ~ 34.86'%

%43.43
%21.71
%34.86

CMYK color model

#984C7A color CMYK value is (0,50,20,40).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 19.74%
  • key color value is 40.39%

CMYK: (0,50,20,40)
C0M50Y20K40 (0%, 50%, 20%, 40%)
(0.00 / 0.50 / 0.20 / 0.40)

CMYK percentages

%0
%50
%19.74
%40.39

Codes

Color #984C7A in popluar color models

98 4C 7A
RGB 152 76 122
HSL 324° 33.33% 44.71%
HSB/HSV 324° 50.00% 59.61%
CMYK 0.00% 50.00% 19.74%
40.39%

Color #984C7A in popluar number systems.

HEX 98 4C 7A
Decimal 152 76 122
Binary 10011000 1001100 1111010
Octal 230 114 172

Shades and tints

Shades of #984C7A

#984C7A
(152,76,122)
#8B466F
(139,70,111)
#7E4064
(126,64,100)
#713A59
(113,58,89)
#64344E
(100,52,78)
#572E43
(87,46,67)
#4A2838
(74,40,56)
#3D222D
(61,34,45)
#301C22
(48,28,34)
#231617
(35,22,23)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #984C7A

#984C7A
(152,76,122)
#A15C86
(161,92,134)
#AA6C92
(170,108,146)
#B37C9E
(179,124,158)
#BC8CAA
(188,140,170)
#C59CB6
(197,156,182)
#CEACC2
(206,172,194)
#D7BCCE
(215,188,206)
#E0CCDA
(224,204,218)
#E9DCE6
(233,220,230)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984C7A color. Also use rgb(152,76,122) instead hex code.

Text Font Color

.myTextColor { color: #984C7A; }

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

This text font color is #984C7A.

Background Color

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

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

This div background color is #984C7A.

Border color

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

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

This div border color is #984C7A.

Opacity

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

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

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

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

This text has shadow with #984C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #984C7A.

Preview

Color preview on black background

This text has color #984C7A on black background.


Color preview on white background

This text has color #984C7A on white background.


Black color preview on #984C7A background

This text has black color on #984C7A background.


White color preview on #984C7A background

This text has white color on #984C7A background.


Related colors

Complementary color

Complementary color for #hex is #67B385.


I love getcolorcode.com

Triadic colors

1 #7A984C and #4C7A98 with #984C7A are triadic colors.

2 #7A4C98 and #4C987A with #984C7A are triadic colors.