COLOR #984F5C

HEX: #984F5C RGB: (152,79,92)

Color info

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

RGB color model

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

RGB: (152,79,92) (60%, 31%, 36%)

RGB channels and saturation

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

152
79
92

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

Portions of RGB colors in percentages

R + G + B = 152 + 79 + 92 = 323 (100%)
R 152 of 323 ~ 47.06%
G 79 of 323 ~ 24.46%
B 92 of 323 ~ 28.48'%

%47.06
%24.46
%28.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.03%
  • yellow value is 39.47%
  • key color value is 40.39%

CMYK: (0,48,39,40)
C0M48Y39K40 (0%, 48%, 39%, 40%)
(0.00 / 0.48 / 0.39 / 0.40)

CMYK percentages

%0
%48.03
%39.47
%40.39

Codes

Color #984F5C in popluar color models

98 4F 5C
RGB 152 79 92
HSL 349° 31.60% 45.29%
HSB/HSV 349° 48.03% 59.61%
CMYK 0.00% 48.03% 39.47%
40.39%

Color #984F5C in popluar number systems.

HEX 98 4F 5C
Decimal 152 79 92
Binary 10011000 1001111 1011100
Octal 230 117 134

Shades and tints

Shades of #984F5C

#984F5C
(152,79,92)
#8B4854
(139,72,84)
#7E414C
(126,65,76)
#713A44
(113,58,68)
#64333C
(100,51,60)
#572C34
(87,44,52)
#4A252C
(74,37,44)
#3D1E24
(61,30,36)
#30171C
(48,23,28)
#231014
(35,16,20)
#16090C
(22,9,12)
#000000
(0,0,0)

Tints of #984F5C

#984F5C
(152,79,92)
#A15F6A
(161,95,106)
#AA6F78
(170,111,120)
#B37F86
(179,127,134)
#BC8F94
(188,143,148)
#C59FA2
(197,159,162)
#CEAFB0
(206,175,176)
#D7BFBE
(215,191,190)
#E0CFCC
(224,207,204)
#E9DFDA
(233,223,218)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984F5C; }

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

This text font color is #984F5C.

Background Color

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

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

This div background color is #984F5C.

Border color

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

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

This div border color is #984F5C.

Opacity

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

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

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

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

This text has shadow with #984F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #984F5C.

Preview

Color preview on black background

This text has color #984F5C on black background.


Color preview on white background

This text has color #984F5C on white background.


Black color preview on #984F5C background

This text has black color on #984F5C background.


White color preview on #984F5C background

This text has white color on #984F5C background.


Related colors

Complementary color

Complementary color for #hex is #67B0A3.


I love getcolorcode.com

Triadic colors

1 #5C984F and #4F5C98 with #984F5C are triadic colors.

2 #5C4F98 and #4F985C with #984F5C are triadic colors.