COLOR #982C30

HEX: #982C30
RGB: (152,44,48)

Color info

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

RGB color model

#982C30 color RGB value is (152,44,48).

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

RGB channels and saturation

R 152 of 255 = 60%
G 44 of 255 = 17%
B 48 of 255 = 19%

152
44
48

R + G + B ~ 32%. #982C30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 44 + 48 = 244 (100%)
R 152 of 244 ~ 62.3%
G 44 of 244 ~ 18.03%
B 48 of 244 ~ 19.67%

%62.3
%18.03
%19.67

CMYK color model

#982C30 color CMYK value is (0,71,68,40).

  • cyan value is 0.00%
  • magenta value is 71.05%
  • yellow value is 68.42%
  • key color value is 40.39%
CMYK:
(0,71,68,40)
C0M71Y68K40 
(0%,71%,68%,40%)
(0.00/0.71/0.68/0.40)	

CMYK percentages

%0
%71.05
%68.42
%40.39

Codes

Color #982C30 in popluar color models

982C30
RGB1524448
HSL358°55.10%38.43%
HSB/HSV358°71.05%59.61%
CMYK0.00%71.05%68.42%
40.39%

Color #982C30 in popluar number systems.

HEX982C30
Decimal1524448
Binary10011000101100110000
Octal2305460

Shades and tints

Shades of #982C30

#982C30
(152,44,48)
#8B282C
(139,40,44)
#7E2428
(126,36,40)
#712024
(113,32,36)
#641C20
(100,28,32)
#57181C
(87,24,28)
#4A1418
(74,20,24)
#3D1014
(61,16,20)
#300C10
(48,12,16)
#23080C
(35,8,12)
#160408
(22,4,8)
#000000
(0,0,0)

Tints of #982C30

#982C30
(152,44,48)
#A13F42
(161,63,66)
#AA5254
(170,82,84)
#B36566
(179,101,102)
#BC7878
(188,120,120)
#C58B8A
(197,139,138)
#CE9E9C
(206,158,156)
#D7B1AE
(215,177,174)
#E0C4C0
(224,196,192)
#E9D7D2
(233,215,210)
#F2EAE4
(242,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #982C30; }

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

This text font color is #982C30.


Background Color

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

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

This div background color is #982C30.


Border color

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

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

This div border color is #982C30.


Opacity

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

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

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

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

This text has shadow with #982C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #982C30 on black background.


Color preview on white background

This text has color #982C30 on white background.



Black color preview on #982C30 background

This text has black color on #982C30 background.


White color preview on #982C30 background

This text has white color on #982C30 background.