COLOR #984E5B

HEX: #984E5B RGB: (152,78,91)

Color info

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

RGB color model

#984E5B color RGB value is (152,78,91).

RGB: (152,78,91) (60%, 31%, 36%)

RGB channels and saturation

R 152 of 255 = 60%
G 78 of 255 = 31%
B 91 of 255 = 36%

152
78
91

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

Portions of RGB colors in percentages

R + G + B = 152 + 78 + 91 = 321 (100%)
R 152 of 321 ~ 47.35%
G 78 of 321 ~ 24.3%
B 91 of 321 ~ 28.35'%

%47.35
%24.3
%28.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.68%
  • yellow value is 40.13%
  • key color value is 40.39%
CMYK: (0,49,40,40) C0M49Y40K40 (0%,49%,40%,40%) (0.00/0.49/0.40/0.40) 

CMYK percentages

%0
%48.68
%40.13
%40.39

Codes

Color #984E5B in popluar color models

98 4E 5B
RGB 152 78 91
HSL 349° 32.17% 45.10%
HSB/HSV 349° 48.68% 59.61%
CMYK 0.00% 48.68% 40.13%
40.39%

Color #984E5B in popluar number systems.

HEX 98 4E 5B
Decimal 152 78 91
Binary 10011000 1001110 1011011
Octal 230 116 133

Shades and tints

Shades of #984E5B

#984E5B
(152,78,91)
#8B4753
(139,71,83)
#7E404B
(126,64,75)
#713943
(113,57,67)
#64323B
(100,50,59)
#572B33
(87,43,51)
#4A242B
(74,36,43)
#3D1D23
(61,29,35)
#30161B
(48,22,27)
#230F13
(35,15,19)
#16080B
(22,8,11)
#000000
(0,0,0)

Tints of #984E5B

#984E5B
(152,78,91)
#A15E69
(161,94,105)
#AA6E77
(170,110,119)
#B37E85
(179,126,133)
#BC8E93
(188,142,147)
#C59EA1
(197,158,161)
#CEAEAF
(206,174,175)
#D7BEBD
(215,190,189)
#E0CECB
(224,206,203)
#E9DED9
(233,222,217)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984E5B; }

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

This text font color is #984E5B.

Background Color

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

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

This div background color is #984E5B.

Border color

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

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

This div border color is #984E5B.

Opacity

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

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

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

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

This text has shadow with #984E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #984E5B.

Preview

Color preview on black background

This text has color #984E5B on black background.


Color preview on white background

This text has color #984E5B on white background.


Black color preview on #984E5B background

This text has black color on #984E5B background.


White color preview on #984E5B background

This text has white color on #984E5B background.


Related colors

Complementary color

Complementary color for #hex is #67B1A4.


I love getcolorcode.com

Triadic colors

1 #5B984E and #4E5B98 with #984E5B are triadic colors.

2 #5B4E98 and #4E985B with #984E5B are triadic colors.