COLOR #984A65

HEX: #984A65
RGB: (152,74,101)

Color info

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

RGB color model

#984A65 color RGB value is (152,74,101).

  • red value is 152;
  • green value is 74;
  • blue value is 101.
RGB:
(152,74,101)
(60%,29%,40%)

RGB channels and saturation

R 152 of 255 = 60%
G 74 of 255 = 29%
B 101 of 255 = 40%

152
74
101

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

Portions of RGB colors in percentages

R + G + B =
152 + 74 + 101 = 327 (100%)
R 152 of 327 ~ 46.48%
G 74 of 327 ~ 22.63%
B 101 of 327 ~ 30.89%

%46.48
%22.63
%30.89

CMYK color model

#984A65 color CMYK value is (0,51,34,40).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 33.55%
  • key color value is 40.39%
CMYK:
(0,51,34,40)
C0M51Y34K40 
(0%,51%,34%,40%)
(0.00/0.51/0.34/0.40)	

CMYK percentages

%0
%51.32
%33.55
%40.39

Codes

Color #984A65 in popluar color models

984A65
RGB15274101
HSL339°34.51%44.31%
HSB/HSV339°51.32%59.61%
CMYK0.00%51.32%33.55%
40.39%

Color #984A65 in popluar number systems.

HEX984A65
Decimal15274101
Binary1001100010010101100101
Octal230112145

Shades and tints

Shades of #984A65

#984A65
(152,74,101)
#8B445C
(139,68,92)
#7E3E53
(126,62,83)
#71384A
(113,56,74)
#643241
(100,50,65)
#572C38
(87,44,56)
#4A262F
(74,38,47)
#3D2026
(61,32,38)
#301A1D
(48,26,29)
#231414
(35,20,20)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #984A65

#984A65
(152,74,101)
#A15A73
(161,90,115)
#AA6A81
(170,106,129)
#B37A8F
(179,122,143)
#BC8A9D
(188,138,157)
#C59AAB
(197,154,171)
#CEAAB9
(206,170,185)
#D7BAC7
(215,186,199)
#E0CAD5
(224,202,213)
#E9DAE3
(233,218,227)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984A65; }

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

This text font color is #984A65.


Background Color

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

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

This div background color is #984A65.


Border color

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

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

This div border color is #984A65.


Opacity

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

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

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

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

This text has shadow with #984A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984A65 on black background.


Color preview on white background

This text has color #984A65 on white background.



Black color preview on #984A65 background

This text has black color on #984A65 background.


White color preview on #984A65 background

This text has white color on #984A65 background.