COLOR #984B49

HEX: #984B49
RGB: (152,75,73)

Color info

#984B49 contains mainly red color. Web safe color of #984B49 is #993333 (or #933).

RGB color model

#984B49 color RGB value is (152,75,73).

  • red value is 152;
  • green value is 75;
  • blue value is 73.
RGB:
(152,75,73)
(60%,29%,29%)

RGB channels and saturation

R 152 of 255 = 60%
G 75 of 255 = 29%
B 73 of 255 = 29%

152
75
73

R + G + B ~ 39%. #984B49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 75 + 73 = 300 (100%)
R 152 of 300 ~ 50.67%
G 75 of 300 ~ 25%
B 73 of 300 ~ 24.33%

%50.67
%25
%24.33

CMYK color model

#984B49 color CMYK value is (0,51,52,40).

  • cyan value is 0.00%
  • magenta value is 50.66%
  • yellow value is 51.97%
  • key color value is 40.39%
CMYK:
(0,51,52,40)
C0M51Y52K40 
(0%,51%,52%,40%)
(0.00/0.51/0.52/0.40)	

CMYK percentages

%0
%50.66
%51.97
%40.39

Codes

Color #984B49 in popluar color models

984B49
RGB1527573
HSL35.11%44.12%
HSB/HSV51.97%59.61%
CMYK0.00%50.66%51.97%
40.39%

Color #984B49 in popluar number systems.

HEX984B49
Decimal1527573
Binary1001100010010111001001
Octal230113111

Shades and tints

Shades of #984B49

#984B49
(152,75,73)
#8B4543
(139,69,67)
#7E3F3D
(126,63,61)
#713937
(113,57,55)
#643331
(100,51,49)
#572D2B
(87,45,43)
#4A2725
(74,39,37)
#3D211F
(61,33,31)
#301B19
(48,27,25)
#231513
(35,21,19)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #984B49

#984B49
(152,75,73)
#A15B59
(161,91,89)
#AA6B69
(170,107,105)
#B37B79
(179,123,121)
#BC8B89
(188,139,137)
#C59B99
(197,155,153)
#CEABA9
(206,171,169)
#D7BBB9
(215,187,185)
#E0CBC9
(224,203,201)
#E9DBD9
(233,219,217)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984B49 color. Also use rgb(152,75,73) instead hex code.

Text Font Color

.myTextColor { color: #984B49; }

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

This text font color is #984B49.


Background Color

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

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

This div background color is #984B49.


Border color

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

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

This div border color is #984B49.


Opacity

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

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

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

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

This text has shadow with #984B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984B49 on black background.


Color preview on white background

This text has color #984B49 on white background.



Black color preview on #984B49 background

This text has black color on #984B49 background.


White color preview on #984B49 background

This text has white color on #984B49 background.