COLOR #984E51

HEX: #984E51 RGB: (152,78,81)

Color info

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

RGB color model

#984E51 color RGB value is (152,78,81).

RGB: (152,78,81) (60%, 31%, 32%)

RGB channels and saturation

R 152 of 255 = 60%
G 78 of 255 = 31%
B 81 of 255 = 32%

152
78
81

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

Portions of RGB colors in percentages

R + G + B = 152 + 78 + 81 = 311 (100%)
R 152 of 311 ~ 48.87%
G 78 of 311 ~ 25.08%
B 81 of 311 ~ 26.05'%

%48.87
%25.08
%26.05

CMYK color model

#984E51 color CMYK value is (0,49,47,40).

  • cyan value is 0.00%
  • magenta value is 48.68%
  • yellow value is 46.71%
  • key color value is 40.39%

CMYK: (0,49,47,40)
C0M49Y47K40 (0%, 49%, 47%, 40%)
(0.00 / 0.49 / 0.47 / 0.40)

CMYK percentages

%0
%48.68
%46.71
%40.39

Codes

Color #984E51 in popluar color models

98 4E 51
RGB 152 78 81
HSL 358° 32.17% 45.10%
HSB/HSV 358° 48.68% 59.61%
CMYK 0.00% 48.68% 46.71%
40.39%

Color #984E51 in popluar number systems.

HEX 98 4E 51
Decimal 152 78 81
Binary 10011000 1001110 1010001
Octal 230 116 121

Shades and tints

Shades of #984E51

#984E51
(152,78,81)
#8B474A
(139,71,74)
#7E4043
(126,64,67)
#71393C
(113,57,60)
#643235
(100,50,53)
#572B2E
(87,43,46)
#4A2427
(74,36,39)
#3D1D20
(61,29,32)
#301619
(48,22,25)
#230F12
(35,15,18)
#16080B
(22,8,11)
#000000
(0,0,0)

Tints of #984E51

#984E51
(152,78,81)
#A15E60
(161,94,96)
#AA6E6F
(170,110,111)
#B37E7E
(179,126,126)
#BC8E8D
(188,142,141)
#C59E9C
(197,158,156)
#CEAEAB
(206,174,171)
#D7BEBA
(215,190,186)
#E0CEC9
(224,206,201)
#E9DED8
(233,222,216)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984E51; }

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

This text font color is #984E51.

Background Color

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

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

This div background color is #984E51.

Border color

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

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

This div border color is #984E51.

Opacity

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

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

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

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

This text has shadow with #984E51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #984E51.

Preview

Color preview on black background

This text has color #984E51 on black background.


Color preview on white background

This text has color #984E51 on white background.


Black color preview on #984E51 background

This text has black color on #984E51 background.


White color preview on #984E51 background

This text has white color on #984E51 background.


Related colors

Complementary color

Complementary color for #hex is #67B1AE.


I love getcolorcode.com

Triadic colors

1 #51984E and #4E5198 with #984E51 are triadic colors.

2 #514E98 and #4E9851 with #984E51 are triadic colors.