COLOR #984364

HEX: #984364
RGB: (152,67,100)

Color info

#984364 contains mainly red and blue colors. Web safe color of #984364 is #993366 (or #936).

RGB color model

#984364 color RGB value is (152,67,100).

  • red value is 152;
  • green value is 67;
  • blue value is 100.
RGB:
(152,67,100)
(60%,26%,39%)

RGB channels and saturation

R 152 of 255 = 60%
G 67 of 255 = 26%
B 100 of 255 = 39%

152
67
100

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

Portions of RGB colors in percentages

R + G + B =
152 + 67 + 100 = 319 (100%)
R 152 of 319 ~ 47.65%
G 67 of 319 ~ 21%
B 100 of 319 ~ 31.35%

%47.65
%21
%31.35

CMYK color model

#984364 color CMYK value is (0,56,34,40).

  • cyan value is 0.00%
  • magenta value is 55.92%
  • yellow value is 34.21%
  • key color value is 40.39%
CMYK:
(0,56,34,40)
C0M56Y34K40 
(0%,56%,34%,40%)
(0.00/0.56/0.34/0.40)	

CMYK percentages

%0
%55.92
%34.21
%40.39

Codes

Color #984364 in popluar color models

984364
RGB15267100
HSL337°38.81%42.94%
HSB/HSV337°55.92%59.61%
CMYK0.00%55.92%34.21%
40.39%

Color #984364 in popluar number systems.

HEX984364
Decimal15267100
Binary1001100010000111100100
Octal230103144

Shades and tints

Shades of #984364

#984364
(152,67,100)
#8B3D5B
(139,61,91)
#7E3752
(126,55,82)
#713149
(113,49,73)
#642B40
(100,43,64)
#572537
(87,37,55)
#4A1F2E
(74,31,46)
#3D1925
(61,25,37)
#30131C
(48,19,28)
#230D13
(35,13,19)
#16070A
(22,7,10)
#000000
(0,0,0)

Tints of #984364

#984364
(152,67,100)
#A15472
(161,84,114)
#AA6580
(170,101,128)
#B3768E
(179,118,142)
#BC879C
(188,135,156)
#C598AA
(197,152,170)
#CEA9B8
(206,169,184)
#D7BAC6
(215,186,198)
#E0CBD4
(224,203,212)
#E9DCE2
(233,220,226)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984364 color. Also use rgb(152,67,100) instead hex code.

Text Font Color

.myTextColor { color: #984364; }

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

This text font color is #984364.


Background Color

.myBgColor { background-color: #984364; }

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

This div background color is #984364.


Border color

.myBorderColor { border: 1px solid #984364; }

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

This div border color is #984364.


Opacity

.myOpacity80 { color: #984364; opacity: 0.8; }

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

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

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

This text has shadow with #984364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984364 on black background.


Color preview on white background

This text has color #984364 on white background.



Black color preview on #984364 background

This text has black color on #984364 background.


White color preview on #984364 background

This text has white color on #984364 background.