COLOR #984B48

HEX: #984B48
RGB: (152,75,72)

Color info

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

RGB color model

#984B48 color RGB value is (152,75,72).

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

RGB channels and saturation

R 152 of 255 = 60%
G 75 of 255 = 29%
B 72 of 255 = 28%

152
75
72

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

Portions of RGB colors in percentages

R + G + B =
152 + 75 + 72 = 299 (100%)
R 152 of 299 ~ 50.84%
G 75 of 299 ~ 25.08%
B 72 of 299 ~ 24.08%

%50.84
%25.08
%24.08

CMYK color model

#984B48 color CMYK value is (0,51,53,40).

  • cyan value is 0.00%
  • magenta value is 50.66%
  • yellow value is 52.63%
  • key color value is 40.39%
CMYK:
(0,51,53,40)
C0M51Y53K40 
(0%,51%,53%,40%)
(0.00/0.51/0.53/0.40)	

CMYK percentages

%0
%50.66
%52.63
%40.39

Codes

Color #984B48 in popluar color models

984B48
RGB1527572
HSL35.71%43.92%
HSB/HSV52.63%59.61%
CMYK0.00%50.66%52.63%
40.39%

Color #984B48 in popluar number systems.

HEX984B48
Decimal1527572
Binary1001100010010111001000
Octal230113110

Shades and tints

Shades of #984B48

#984B48
(152,75,72)
#8B4542
(139,69,66)
#7E3F3C
(126,63,60)
#713936
(113,57,54)
#643330
(100,51,48)
#572D2A
(87,45,42)
#4A2724
(74,39,36)
#3D211E
(61,33,30)
#301B18
(48,27,24)
#231512
(35,21,18)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #984B48

#984B48
(152,75,72)
#A15B58
(161,91,88)
#AA6B68
(170,107,104)
#B37B78
(179,123,120)
#BC8B88
(188,139,136)
#C59B98
(197,155,152)
#CEABA8
(206,171,168)
#D7BBB8
(215,187,184)
#E0CBC8
(224,203,200)
#E9DBD8
(233,219,216)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984B48; }

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

This text font color is #984B48.


Background Color

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

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

This div background color is #984B48.


Border color

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

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

This div border color is #984B48.


Opacity

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

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

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

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

This text has shadow with #984B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984B48 on black background.


Color preview on white background

This text has color #984B48 on white background.



Black color preview on #984B48 background

This text has black color on #984B48 background.


White color preview on #984B48 background

This text has white color on #984B48 background.