COLOR #984E54

HEX: #984E54
RGB: (152,78,84)

Color info

#984E54 contains mainly red color. Web safe color of #984E54 is #996666 (or #966).

RGB color model

#984E54 color RGB value is (152,78,84).

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

RGB channels and saturation

R 152 of 255 = 60%
G 78 of 255 = 31%
B 84 of 255 = 33%

152
78
84

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

Portions of RGB colors in percentages

R + G + B =
152 + 78 + 84 = 314 (100%)
R 152 of 314 ~ 48.41%
G 78 of 314 ~ 24.84%
B 84 of 314 ~ 26.75%

%48.41
%24.84
%26.75

CMYK color model

#984E54 color CMYK value is (0,49,45,40).

  • cyan value is 0.00%
  • magenta value is 48.68%
  • yellow value is 44.74%
  • key color value is 40.39%
CMYK:
(0,49,45,40)
C0M49Y45K40 
(0%,49%,45%,40%)
(0.00/0.49/0.45/0.40)	

CMYK percentages

%0
%48.68
%44.74
%40.39

Codes

Color #984E54 in popluar color models

984E54
RGB1527884
HSL355°32.17%45.10%
HSB/HSV355°48.68%59.61%
CMYK0.00%48.68%44.74%
40.39%

Color #984E54 in popluar number systems.

HEX984E54
Decimal1527884
Binary1001100010011101010100
Octal230116124

Shades and tints

Shades of #984E54

#984E54
(152,78,84)
#8B474D
(139,71,77)
#7E4046
(126,64,70)
#71393F
(113,57,63)
#643238
(100,50,56)
#572B31
(87,43,49)
#4A242A
(74,36,42)
#3D1D23
(61,29,35)
#30161C
(48,22,28)
#230F15
(35,15,21)
#16080E
(22,8,14)
#000000
(0,0,0)

Tints of #984E54

#984E54
(152,78,84)
#A15E63
(161,94,99)
#AA6E72
(170,110,114)
#B37E81
(179,126,129)
#BC8E90
(188,142,144)
#C59E9F
(197,158,159)
#CEAEAE
(206,174,174)
#D7BEBD
(215,190,189)
#E0CECC
(224,206,204)
#E9DEDB
(233,222,219)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984E54; }

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

This text font color is #984E54.


Background Color

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

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

This div background color is #984E54.


Border color

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

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

This div border color is #984E54.


Opacity

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

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

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

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

This text has shadow with #984E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984E54 on black background.


Color preview on white background

This text has color #984E54 on white background.



Black color preview on #984E54 background

This text has black color on #984E54 background.


White color preview on #984E54 background

This text has white color on #984E54 background.