COLOR #984F75

HEX: #984F75
RGB: (152,79,117)

Color info

#984F75 contains mainly red and blue colors. Web safe color of #984F75 is #996666 (or #966).

RGB color model

#984F75 color RGB value is (152,79,117).

  • red value is 152;
  • green value is 79;
  • blue value is 117.
RGB:
(152,79,117)
(60%,31%,46%)

RGB channels and saturation

R 152 of 255 = 60%
G 79 of 255 = 31%
B 117 of 255 = 46%

152
79
117

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

Portions of RGB colors in percentages

R + G + B =
152 + 79 + 117 = 348 (100%)
R 152 of 348 ~ 43.68%
G 79 of 348 ~ 22.7%
B 117 of 348 ~ 33.62%

%43.68
%22.7
%33.62

CMYK color model

#984F75 color CMYK value is (0,48,23,40).

  • cyan value is 0.00%
  • magenta value is 48.03%
  • yellow value is 23.03%
  • key color value is 40.39%
CMYK:
(0,48,23,40)
C0M48Y23K40 
(0%,48%,23%,40%)
(0.00/0.48/0.23/0.40)	

CMYK percentages

%0
%48.03
%23.03
%40.39

Codes

Color #984F75 in popluar color models

984F75
RGB15279117
HSL329°31.60%45.29%
HSB/HSV329°48.03%59.61%
CMYK0.00%48.03%23.03%
40.39%

Color #984F75 in popluar number systems.

HEX984F75
Decimal15279117
Binary1001100010011111110101
Octal230117165

Shades and tints

Shades of #984F75

#984F75
(152,79,117)
#8B486B
(139,72,107)
#7E4161
(126,65,97)
#713A57
(113,58,87)
#64334D
(100,51,77)
#572C43
(87,44,67)
#4A2539
(74,37,57)
#3D1E2F
(61,30,47)
#301725
(48,23,37)
#23101B
(35,16,27)
#160911
(22,9,17)
#000000
(0,0,0)

Tints of #984F75

#984F75
(152,79,117)
#A15F81
(161,95,129)
#AA6F8D
(170,111,141)
#B37F99
(179,127,153)
#BC8FA5
(188,143,165)
#C59FB1
(197,159,177)
#CEAFBD
(206,175,189)
#D7BFC9
(215,191,201)
#E0CFD5
(224,207,213)
#E9DFE1
(233,223,225)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984F75 color. Also use rgb(152,79,117) instead hex code.

Text Font Color

.myTextColor { color: #984F75; }

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

This text font color is #984F75.


Background Color

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

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

This div background color is #984F75.


Border color

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

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

This div border color is #984F75.


Opacity

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

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

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

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

This text has shadow with #984F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984F75 on black background.


Color preview on white background

This text has color #984F75 on white background.



Black color preview on #984F75 background

This text has black color on #984F75 background.


White color preview on #984F75 background

This text has white color on #984F75 background.