COLOR #982F5E

HEX: #982F5E
RGB: (152,47,94)

Color info

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

RGB color model

#982F5E color RGB value is (152,47,94).

  • red value is 152;
  • green value is 47;
  • blue value is 94.
RGB:
(152,47,94)
(60%,18%,37%)

RGB channels and saturation

R 152 of 255 = 60%
G 47 of 255 = 18%
B 94 of 255 = 37%

152
47
94

R + G + B ~ 38%. #982F5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 47 + 94 = 293 (100%)
R 152 of 293 ~ 51.88%
G 47 of 293 ~ 16.04%
B 94 of 293 ~ 32.08%

%51.88
%16.04
%32.08

CMYK color model

#982F5E color CMYK value is (0,69,38,40).

  • cyan value is 0.00%
  • magenta value is 69.08%
  • yellow value is 38.16%
  • key color value is 40.39%
CMYK:
(0,69,38,40)
C0M69Y38K40 
(0%,69%,38%,40%)
(0.00/0.69/0.38/0.40)	

CMYK percentages

%0
%69.08
%38.16
%40.39

Codes

Color #982F5E in popluar color models

982F5E
RGB1524794
HSL333°52.76%39.02%
HSB/HSV333°69.08%59.61%
CMYK0.00%69.08%38.16%
40.39%

Color #982F5E in popluar number systems.

HEX982F5E
Decimal1524794
Binary100110001011111011110
Octal23057136

Shades and tints

Shades of #982F5E

#982F5E
(152,47,94)
#8B2B56
(139,43,86)
#7E274E
(126,39,78)
#712346
(113,35,70)
#641F3E
(100,31,62)
#571B36
(87,27,54)
#4A172E
(74,23,46)
#3D1326
(61,19,38)
#300F1E
(48,15,30)
#230B16
(35,11,22)
#16070E
(22,7,14)
#000000
(0,0,0)

Tints of #982F5E

#982F5E
(152,47,94)
#A1416C
(161,65,108)
#AA537A
(170,83,122)
#B36588
(179,101,136)
#BC7796
(188,119,150)
#C589A4
(197,137,164)
#CE9BB2
(206,155,178)
#D7ADC0
(215,173,192)
#E0BFCE
(224,191,206)
#E9D1DC
(233,209,220)
#F2E3EA
(242,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #982F5E color. Also use rgb(152,47,94) instead hex code.

Text Font Color

.myTextColor { color: #982F5E; }

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

This text font color is #982F5E.


Background Color

.myBgColor { background-color: #982F5E; }

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

This div background color is #982F5E.


Border color

.myBorderColor { border: 1px solid #982F5E; }

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

This div border color is #982F5E.


Opacity

.myOpacity80 { color: #982F5E; opacity: 0.8; }

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

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

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

This text has shadow with #982F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #982F5E on black background.


Color preview on white background

This text has color #982F5E on white background.



Black color preview on #982F5E background

This text has black color on #982F5E background.


White color preview on #982F5E background

This text has white color on #982F5E background.