COLOR #982C3C

HEX: #982C3C
RGB: (152,44,60)

Color info

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

RGB color model

#982C3C color RGB value is (152,44,60).

  • red value is 152;
  • green value is 44;
  • blue value is 60.
RGB:
(152,44,60)
(60%,17%,24%)

RGB channels and saturation

R 152 of 255 = 60%
G 44 of 255 = 17%
B 60 of 255 = 24%

152
44
60

R + G + B ~ 34%. #982C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 44 + 60 = 256 (100%)
R 152 of 256 ~ 59.38%
G 44 of 256 ~ 17.19%
B 60 of 256 ~ 23.44%

%59.38
%17.19
%23.44

CMYK color model

#982C3C color CMYK value is (0,71,61,40).

  • cyan value is 0.00%
  • magenta value is 71.05%
  • yellow value is 60.53%
  • key color value is 40.39%
CMYK:
(0,71,61,40)
C0M71Y61K40 
(0%,71%,61%,40%)
(0.00/0.71/0.61/0.40)	

CMYK percentages

%0
%71.05
%60.53
%40.39

Codes

Color #982C3C in popluar color models

982C3C
RGB1524460
HSL351°55.10%38.43%
HSB/HSV351°71.05%59.61%
CMYK0.00%71.05%60.53%
40.39%

Color #982C3C in popluar number systems.

HEX982C3C
Decimal1524460
Binary10011000101100111100
Octal2305474

Shades and tints

Shades of #982C3C

#982C3C
(152,44,60)
#8B2837
(139,40,55)
#7E2432
(126,36,50)
#71202D
(113,32,45)
#641C28
(100,28,40)
#571823
(87,24,35)
#4A141E
(74,20,30)
#3D1019
(61,16,25)
#300C14
(48,12,20)
#23080F
(35,8,15)
#16040A
(22,4,10)
#000000
(0,0,0)

Tints of #982C3C

#982C3C
(152,44,60)
#A13F4D
(161,63,77)
#AA525E
(170,82,94)
#B3656F
(179,101,111)
#BC7880
(188,120,128)
#C58B91
(197,139,145)
#CE9EA2
(206,158,162)
#D7B1B3
(215,177,179)
#E0C4C4
(224,196,196)
#E9D7D5
(233,215,213)
#F2EAE6
(242,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #982C3C color. Also use rgb(152,44,60) instead hex code.

Text Font Color

.myTextColor { color: #982C3C; }

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

This text font color is #982C3C.


Background Color

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

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

This div background color is #982C3C.


Border color

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

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

This div border color is #982C3C.


Opacity

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

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

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

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

This text has shadow with #982C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #982C3C on black background.


Color preview on white background

This text has color #982C3C on white background.



Black color preview on #982C3C background

This text has black color on #982C3C background.


White color preview on #982C3C background

This text has white color on #982C3C background.