COLOR #983315

HEX: #983315
RGB: (152,51,21)

Color info

#983315 contains mainly red color. Web safe color of #983315 is #993300 (or #930).

RGB color model

#983315 color RGB value is (152,51,21).

  • red value is 152;
  • green value is 51;
  • blue value is 21.
RGB:
(152,51,21)
(60%,20%,8%)

RGB channels and saturation

R 152 of 255 = 60%
G 51 of 255 = 20%
B 21 of 255 = 8%

152
51
21

R + G + B ~ 29%. #983315 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 51 + 21 = 224 (100%)
R 152 of 224 ~ 67.86%
G 51 of 224 ~ 22.77%
B 21 of 224 ~ 9.38%

%67.86
%22.77

CMYK color model

#983315 color CMYK value is (0,66,86,40).

  • cyan value is 0.00%
  • magenta value is 66.45%
  • yellow value is 86.18%
  • key color value is 40.39%
CMYK:
(0,66,86,40)
C0M66Y86K40 
(0%,66%,86%,40%)
(0.00/0.66/0.86/0.40)	

CMYK percentages

%0
%66.45
%86.18
%40.39

Codes

Color #983315 in popluar color models

983315
RGB1525121
HSL14°75.72%33.92%
HSB/HSV14°86.18%59.61%
CMYK0.00%66.45%86.18%
40.39%

Color #983315 in popluar number systems.

HEX983315
Decimal1525121
Binary1001100011001110101
Octal2306325

Shades and tints

Shades of #983315

#983315
(152,51,21)
#8B2F14
(139,47,20)
#7E2B13
(126,43,19)
#712712
(113,39,18)
#642311
(100,35,17)
#571F10
(87,31,16)
#4A1B0F
(74,27,15)
#3D170E
(61,23,14)
#30130D
(48,19,13)
#230F0C
(35,15,12)
#160B0B
(22,11,11)
#000000
(0,0,0)

Tints of #983315

#983315
(152,51,21)
#A1452A
(161,69,42)
#AA573F
(170,87,63)
#B36954
(179,105,84)
#BC7B69
(188,123,105)
#C58D7E
(197,141,126)
#CE9F93
(206,159,147)
#D7B1A8
(215,177,168)
#E0C3BD
(224,195,189)
#E9D5D2
(233,213,210)
#F2E7E7
(242,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #983315 color. Also use rgb(152,51,21) instead hex code.

Text Font Color

.myTextColor { color: #983315; }

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

This text font color is #983315.


Background Color

.myBgColor { background-color: #983315; }

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

This div background color is #983315.


Border color

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

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

This div border color is #983315.


Opacity

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

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

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

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

This text has shadow with #983315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983315 on black background.


Color preview on white background

This text has color #983315 on white background.



Black color preview on #983315 background

This text has black color on #983315 background.


White color preview on #983315 background

This text has white color on #983315 background.