COLOR #983C33

HEX: #983C33
RGB: (152,60,51)

Color info

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

RGB color model

#983C33 color RGB value is (152,60,51).

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

RGB channels and saturation

R 152 of 255 = 60%
G 60 of 255 = 24%
B 51 of 255 = 20%

152
60
51

R + G + B ~ 35%. #983C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 60 + 51 = 263 (100%)
R 152 of 263 ~ 57.79%
G 60 of 263 ~ 22.81%
B 51 of 263 ~ 19.39%

%57.79
%22.81
%19.39

CMYK color model

#983C33 color CMYK value is (0,61,66,40).

  • cyan value is 0.00%
  • magenta value is 60.53%
  • yellow value is 66.45%
  • key color value is 40.39%
CMYK:
(0,61,66,40)
C0M61Y66K40 
(0%,61%,66%,40%)
(0.00/0.61/0.66/0.40)	

CMYK percentages

%0
%60.53
%66.45
%40.39

Codes

Color #983C33 in popluar color models

983C33
RGB1526051
HSL49.75%39.80%
HSB/HSV66.45%59.61%
CMYK0.00%60.53%66.45%
40.39%

Color #983C33 in popluar number systems.

HEX983C33
Decimal1526051
Binary10011000111100110011
Octal2307463

Shades and tints

Shades of #983C33

#983C33
(152,60,51)
#8B372F
(139,55,47)
#7E322B
(126,50,43)
#712D27
(113,45,39)
#642823
(100,40,35)
#57231F
(87,35,31)
#4A1E1B
(74,30,27)
#3D1917
(61,25,23)
#301413
(48,20,19)
#230F0F
(35,15,15)
#160A0B
(22,10,11)
#000000
(0,0,0)

Tints of #983C33

#983C33
(152,60,51)
#A14D45
(161,77,69)
#AA5E57
(170,94,87)
#B36F69
(179,111,105)
#BC807B
(188,128,123)
#C5918D
(197,145,141)
#CEA29F
(206,162,159)
#D7B3B1
(215,179,177)
#E0C4C3
(224,196,195)
#E9D5D5
(233,213,213)
#F2E6E7
(242,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #983C33; }

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

This text font color is #983C33.


Background Color

.myBgColor { background-color: #983C33; }

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

This div background color is #983C33.


Border color

.myBorderColor { border: 1px solid #983C33; }

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

This div border color is #983C33.


Opacity

.myOpacity80 { color: #983C33; opacity: 0.8; }

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

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

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

This text has shadow with #983C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983C33 on black background.


Color preview on white background

This text has color #983C33 on white background.



Black color preview on #983C33 background

This text has black color on #983C33 background.


White color preview on #983C33 background

This text has white color on #983C33 background.