COLOR #984F4F

HEX: #984F4F
RGB: (152,79,79)

Color info

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

RGB color model

#984F4F color RGB value is (152,79,79).

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

RGB channels and saturation

R 152 of 255 = 60%
G 79 of 255 = 31%
B 79 of 255 = 31%

152
79
79

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

Portions of RGB colors in percentages

R + G + B =
152 + 79 + 79 = 310 (100%)
R 152 of 310 ~ 49.03%
G 79 of 310 ~ 25.48%
B 79 of 310 ~ 25.48%

%49.03
%25.48
%25.48

CMYK color model

#984F4F color CMYK value is (0,48,48,40).

  • cyan value is 0.00%
  • magenta value is 48.03%
  • yellow value is 48.03%
  • key color value is 40.39%
CMYK:
(0,48,48,40)
C0M48Y48K40 
(0%,48%,48%,40%)
(0.00/0.48/0.48/0.40)	

CMYK percentages

%0
%48.03
%48.03
%40.39

Codes

Color #984F4F in popluar color models

984F4F
RGB1527979
HSL31.60%45.29%
HSB/HSV48.03%59.61%
CMYK0.00%48.03%48.03%
40.39%

Color #984F4F in popluar number systems.

HEX984F4F
Decimal1527979
Binary1001100010011111001111
Octal230117117

Shades and tints

Shades of #984F4F

#984F4F
(152,79,79)
#8B4848
(139,72,72)
#7E4141
(126,65,65)
#713A3A
(113,58,58)
#643333
(100,51,51)
#572C2C
(87,44,44)
#4A2525
(74,37,37)
#3D1E1E
(61,30,30)
#301717
(48,23,23)
#231010
(35,16,16)
#160909
(22,9,9)
#000000
(0,0,0)

Tints of #984F4F

#984F4F
(152,79,79)
#A15F5F
(161,95,95)
#AA6F6F
(170,111,111)
#B37F7F
(179,127,127)
#BC8F8F
(188,143,143)
#C59F9F
(197,159,159)
#CEAFAF
(206,175,175)
#D7BFBF
(215,191,191)
#E0CFCF
(224,207,207)
#E9DFDF
(233,223,223)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984F4F; }

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

This text font color is #984F4F.


Background Color

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

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

This div background color is #984F4F.


Border color

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

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

This div border color is #984F4F.


Opacity

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

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

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

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

This text has shadow with #984F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984F4F on black background.


Color preview on white background

This text has color #984F4F on white background.



Black color preview on #984F4F background

This text has black color on #984F4F background.


White color preview on #984F4F background

This text has white color on #984F4F background.