COLOR #983931

HEX: #983931 RGB: (152,57,49)

Color info

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

RGB color model

#983931 color RGB value is (152,57,49).

RGB: (152,57,49) (60%, 22%, 19%)

RGB channels and saturation

R 152 of 255 = 60%
G 57 of 255 = 22%
B 49 of 255 = 19%

152
57
49

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

Portions of RGB colors in percentages

R + G + B = 152 + 57 + 49 = 258 (100%)
R 152 of 258 ~ 58.91%
G 57 of 258 ~ 22.09%
B 49 of 258 ~ 18.99'%

%58.91
%22.09
%18.99

CMYK color model

#983931 color CMYK value is (0,63,68,40).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 67.76%
  • key color value is 40.39%

CMYK: (0,63,68,40)
C0M63Y68K40 (0%, 63%, 68%, 40%)
(0.00 / 0.63 / 0.68 / 0.40)

CMYK percentages

%0
%62.5
%67.76
%40.39

Codes

Color #983931 in popluar color models

98 39 31
RGB 152 57 49
HSL 51.24% 39.41%
HSB/HSV 67.76% 59.61%
CMYK 0.00% 62.50% 67.76%
40.39%

Color #983931 in popluar number systems.

HEX 98 39 31
Decimal 152 57 49
Binary 10011000 111001 110001
Octal 230 71 61

Shades and tints

Shades of #983931

#983931
(152,57,49)
#8B342D
(139,52,45)
#7E2F29
(126,47,41)
#712A25
(113,42,37)
#642521
(100,37,33)
#57201D
(87,32,29)
#4A1B19
(74,27,25)
#3D1615
(61,22,21)
#301111
(48,17,17)
#230C0D
(35,12,13)
#160709
(22,7,9)
#000000
(0,0,0)

Tints of #983931

#983931
(152,57,49)
#A14B43
(161,75,67)
#AA5D55
(170,93,85)
#B36F67
(179,111,103)
#BC8179
(188,129,121)
#C5938B
(197,147,139)
#CEA59D
(206,165,157)
#D7B7AF
(215,183,175)
#E0C9C1
(224,201,193)
#E9DBD3
(233,219,211)
#F2EDE5
(242,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #983931 color. Also use rgb(152,57,49) instead hex code.

Text Font Color

.myTextColor { color: #983931; }

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

This text font color is #983931.

Background Color

.myBgColor { background-color: #983931; }

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

This div background color is #983931.

Border color

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

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

This div border color is #983931.

Opacity

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

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

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

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

This text has shadow with #983931 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #983931.

Preview

Color preview on black background

This text has color #983931 on black background.


Color preview on white background

This text has color #983931 on white background.


Black color preview on #983931 background

This text has black color on #983931 background.


White color preview on #983931 background

This text has white color on #983931 background.


Related colors

Complementary color

Complementary color for #hex is #67C6CE.


I love getcolorcode.com

Triadic colors

1 #319839 and #393198 with #983931 are triadic colors.

2 #313998 and #399831 with #983931 are triadic colors.