COLOR #982B4F

HEX: #982B4F
RGB: (152,43,79)

Color info

#982B4F contains mainly red color. Web safe color of #982B4F is #993366 (or #936).

RGB color model

#982B4F color RGB value is (152,43,79).

  • red value is 152;
  • green value is 43;
  • blue value is 79.
RGB:
(152,43,79)
(60%,17%,31%)

RGB channels and saturation

R 152 of 255 = 60%
G 43 of 255 = 17%
B 79 of 255 = 31%

152
43
79

R + G + B ~ 36%. #982B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 43 + 79 = 274 (100%)
R 152 of 274 ~ 55.47%
G 43 of 274 ~ 15.69%
B 79 of 274 ~ 28.83%

%55.47
%15.69
%28.83

CMYK color model

#982B4F color CMYK value is (0,72,48,40).

  • cyan value is 0.00%
  • magenta value is 71.71%
  • yellow value is 48.03%
  • key color value is 40.39%
CMYK:
(0,72,48,40)
C0M72Y48K40 
(0%,72%,48%,40%)
(0.00/0.72/0.48/0.40)	

CMYK percentages

%0
%71.71
%48.03
%40.39

Codes

Color #982B4F in popluar color models

982B4F
RGB1524379
HSL340°55.90%38.24%
HSB/HSV340°71.71%59.61%
CMYK0.00%71.71%48.03%
40.39%

Color #982B4F in popluar number systems.

HEX982B4F
Decimal1524379
Binary100110001010111001111
Octal23053117

Shades and tints

Shades of #982B4F

#982B4F
(152,43,79)
#8B2848
(139,40,72)
#7E2541
(126,37,65)
#71223A
(113,34,58)
#641F33
(100,31,51)
#571C2C
(87,28,44)
#4A1925
(74,25,37)
#3D161E
(61,22,30)
#301317
(48,19,23)
#231010
(35,16,16)
#160D09
(22,13,9)
#000000
(0,0,0)

Tints of #982B4F

#982B4F
(152,43,79)
#A13E5F
(161,62,95)
#AA516F
(170,81,111)
#B3647F
(179,100,127)
#BC778F
(188,119,143)
#C58A9F
(197,138,159)
#CE9DAF
(206,157,175)
#D7B0BF
(215,176,191)
#E0C3CF
(224,195,207)
#E9D6DF
(233,214,223)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #982B4F color. Also use rgb(152,43,79) instead hex code.

Text Font Color

.myTextColor { color: #982B4F; }

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

This text font color is #982B4F.


Background Color

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

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

This div background color is #982B4F.


Border color

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

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

This div border color is #982B4F.


Opacity

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

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

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

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

This text has shadow with #982B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #982B4F on black background.


Color preview on white background

This text has color #982B4F on white background.



Black color preview on #982B4F background

This text has black color on #982B4F background.


White color preview on #982B4F background

This text has white color on #982B4F background.