COLOR #984E6E

HEX: #984E6E
RGB: (152,78,110)

Color info

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

RGB color model

#984E6E color RGB value is (152,78,110).

  • red value is 152;
  • green value is 78;
  • blue value is 110.
RGB:
(152,78,110)
(60%,31%,43%)

RGB channels and saturation

R 152 of 255 = 60%
G 78 of 255 = 31%
B 110 of 255 = 43%

152
78
110

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

Portions of RGB colors in percentages

R + G + B =
152 + 78 + 110 = 340 (100%)
R 152 of 340 ~ 44.71%
G 78 of 340 ~ 22.94%
B 110 of 340 ~ 32.35%

%44.71
%22.94
%32.35

CMYK color model

#984E6E color CMYK value is (0,49,28,40).

  • cyan value is 0.00%
  • magenta value is 48.68%
  • yellow value is 27.63%
  • key color value is 40.39%
CMYK:
(0,49,28,40)
C0M49Y28K40 
(0%,49%,28%,40%)
(0.00/0.49/0.28/0.40)	

CMYK percentages

%0
%48.68
%27.63
%40.39

Codes

Color #984E6E in popluar color models

984E6E
RGB15278110
HSL334°32.17%45.10%
HSB/HSV334°48.68%59.61%
CMYK0.00%48.68%27.63%
40.39%

Color #984E6E in popluar number systems.

HEX984E6E
Decimal15278110
Binary1001100010011101101110
Octal230116156

Shades and tints

Shades of #984E6E

#984E6E
(152,78,110)
#8B4764
(139,71,100)
#7E405A
(126,64,90)
#713950
(113,57,80)
#643246
(100,50,70)
#572B3C
(87,43,60)
#4A2432
(74,36,50)
#3D1D28
(61,29,40)
#30161E
(48,22,30)
#230F14
(35,15,20)
#16080A
(22,8,10)
#000000
(0,0,0)

Tints of #984E6E

#984E6E
(152,78,110)
#A15E7B
(161,94,123)
#AA6E88
(170,110,136)
#B37E95
(179,126,149)
#BC8EA2
(188,142,162)
#C59EAF
(197,158,175)
#CEAEBC
(206,174,188)
#D7BEC9
(215,190,201)
#E0CED6
(224,206,214)
#E9DEE3
(233,222,227)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984E6E color. Also use rgb(152,78,110) instead hex code.

Text Font Color

.myTextColor { color: #984E6E; }

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

This text font color is #984E6E.


Background Color

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

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

This div background color is #984E6E.


Border color

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

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

This div border color is #984E6E.


Opacity

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

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

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

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

This text has shadow with #984E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984E6E on black background.


Color preview on white background

This text has color #984E6E on white background.



Black color preview on #984E6E background

This text has black color on #984E6E background.


White color preview on #984E6E background

This text has white color on #984E6E background.