COLOR #983633

HEX: #983633
RGB: (152,54,51)

Color info

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

RGB color model

#983633 color RGB value is (152,54,51).

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

RGB channels and saturation

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

152
54
51

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

Portions of RGB colors in percentages

R + G + B =
152 + 54 + 51 = 257 (100%)
R 152 of 257 ~ 59.14%
G 54 of 257 ~ 21.01%
B 51 of 257 ~ 19.84%

%59.14
%21.01
%19.84

CMYK color model

#983633 color CMYK value is (0,64,66,40).

  • cyan value is 0.00%
  • magenta value is 64.47%
  • yellow value is 66.45%
  • key color value is 40.39%
CMYK:
(0,64,66,40)
C0M64Y66K40 
(0%,64%,66%,40%)
(0.00/0.64/0.66/0.40)	

CMYK percentages

%0
%64.47
%66.45
%40.39

Codes

Color #983633 in popluar color models

983633
RGB1525451
HSL49.75%39.80%
HSB/HSV66.45%59.61%
CMYK0.00%64.47%66.45%
40.39%

Color #983633 in popluar number systems.

HEX983633
Decimal1525451
Binary10011000110110110011
Octal2306663

Shades and tints

Shades of #983633

#983633
(152,54,51)
#8B322F
(139,50,47)
#7E2E2B
(126,46,43)
#712A27
(113,42,39)
#642623
(100,38,35)
#57221F
(87,34,31)
#4A1E1B
(74,30,27)
#3D1A17
(61,26,23)
#301613
(48,22,19)
#23120F
(35,18,15)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #983633

#983633
(152,54,51)
#A14845
(161,72,69)
#AA5A57
(170,90,87)
#B36C69
(179,108,105)
#BC7E7B
(188,126,123)
#C5908D
(197,144,141)
#CEA29F
(206,162,159)
#D7B4B1
(215,180,177)
#E0C6C3
(224,198,195)
#E9D8D5
(233,216,213)
#F2EAE7
(242,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #983633; }

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

This text font color is #983633.


Background Color

.myBgColor { background-color: #983633; }

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

This div background color is #983633.


Border color

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

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

This div border color is #983633.


Opacity

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

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

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

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

This text has shadow with #983633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983633 on black background.


Color preview on white background

This text has color #983633 on white background.



Black color preview on #983633 background

This text has black color on #983633 background.


White color preview on #983633 background

This text has white color on #983633 background.