COLOR #984046

HEX: #984046
RGB: (152,64,70)

Color info

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

RGB color model

#984046 color RGB value is (152,64,70).

  • red value is 152;
  • green value is 64;
  • blue value is 70.
RGB:
(152,64,70)
(60%,25%,27%)

RGB channels and saturation

R 152 of 255 = 60%
G 64 of 255 = 25%
B 70 of 255 = 27%

152
64
70

R + G + B ~ 37%. #984046 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 64 + 70 = 286 (100%)
R 152 of 286 ~ 53.15%
G 64 of 286 ~ 22.38%
B 70 of 286 ~ 24.48%

%53.15
%22.38
%24.48

CMYK color model

#984046 color CMYK value is (0,58,54,40).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 53.95%
  • key color value is 40.39%
CMYK:
(0,58,54,40)
C0M58Y54K40 
(0%,58%,54%,40%)
(0.00/0.58/0.54/0.40)	

CMYK percentages

%0
%57.89
%53.95
%40.39

Codes

Color #984046 in popluar color models

984046
RGB1526470
HSL356°40.74%42.35%
HSB/HSV356°57.89%59.61%
CMYK0.00%57.89%53.95%
40.39%

Color #984046 in popluar number systems.

HEX984046
Decimal1526470
Binary1001100010000001000110
Octal230100106

Shades and tints

Shades of #984046

#984046
(152,64,70)
#8B3B40
(139,59,64)
#7E363A
(126,54,58)
#713134
(113,49,52)
#642C2E
(100,44,46)
#572728
(87,39,40)
#4A2222
(74,34,34)
#3D1D1C
(61,29,28)
#301816
(48,24,22)
#231310
(35,19,16)
#160E0A
(22,14,10)
#000000
(0,0,0)

Tints of #984046

#984046
(152,64,70)
#A15156
(161,81,86)
#AA6266
(170,98,102)
#B37376
(179,115,118)
#BC8486
(188,132,134)
#C59596
(197,149,150)
#CEA6A6
(206,166,166)
#D7B7B6
(215,183,182)
#E0C8C6
(224,200,198)
#E9D9D6
(233,217,214)
#F2EAE6
(242,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984046 color. Also use rgb(152,64,70) instead hex code.

Text Font Color

.myTextColor { color: #984046; }

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

This text font color is #984046.


Background Color

.myBgColor { background-color: #984046; }

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

This div background color is #984046.


Border color

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

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

This div border color is #984046.


Opacity

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

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

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

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

This text has shadow with #984046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984046 on black background.


Color preview on white background

This text has color #984046 on white background.



Black color preview on #984046 background

This text has black color on #984046 background.


White color preview on #984046 background

This text has white color on #984046 background.