COLOR #983723

HEX: #983723
RGB: (152,55,35)

Color info

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

RGB color model

#983723 color RGB value is (152,55,35).

  • red value is 152;
  • green value is 55;
  • blue value is 35.
RGB:
(152,55,35)
(60%,22%,14%)

RGB channels and saturation

R 152 of 255 = 60%
G 55 of 255 = 22%
B 35 of 255 = 14%

152
55
35

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

Portions of RGB colors in percentages

R + G + B =
152 + 55 + 35 = 242 (100%)
R 152 of 242 ~ 62.81%
G 55 of 242 ~ 22.73%
B 35 of 242 ~ 14.46%

%62.81
%22.73
%14.46

CMYK color model

#983723 color CMYK value is (0,64,77,40).

  • cyan value is 0.00%
  • magenta value is 63.82%
  • yellow value is 76.97%
  • key color value is 40.39%
CMYK:
(0,64,77,40)
C0M64Y77K40 
(0%,64%,77%,40%)
(0.00/0.64/0.77/0.40)	

CMYK percentages

%0
%63.82
%76.97
%40.39

Codes

Color #983723 in popluar color models

983723
RGB1525535
HSL10°62.57%36.67%
HSB/HSV10°76.97%59.61%
CMYK0.00%63.82%76.97%
40.39%

Color #983723 in popluar number systems.

HEX983723
Decimal1525535
Binary10011000110111100011
Octal2306743

Shades and tints

Shades of #983723

#983723
(152,55,35)
#8B3220
(139,50,32)
#7E2D1D
(126,45,29)
#71281A
(113,40,26)
#642317
(100,35,23)
#571E14
(87,30,20)
#4A1911
(74,25,17)
#3D140E
(61,20,14)
#300F0B
(48,15,11)
#230A08
(35,10,8)
#160505
(22,5,5)
#000000
(0,0,0)

Tints of #983723

#983723
(152,55,35)
#A14937
(161,73,55)
#AA5B4B
(170,91,75)
#B36D5F
(179,109,95)
#BC7F73
(188,127,115)
#C59187
(197,145,135)
#CEA39B
(206,163,155)
#D7B5AF
(215,181,175)
#E0C7C3
(224,199,195)
#E9D9D7
(233,217,215)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #983723 color. Also use rgb(152,55,35) instead hex code.

Text Font Color

.myTextColor { color: #983723; }

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

This text font color is #983723.


Background Color

.myBgColor { background-color: #983723; }

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

This div background color is #983723.


Border color

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

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

This div border color is #983723.


Opacity

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

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

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

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

This text has shadow with #983723 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983723 on black background.


Color preview on white background

This text has color #983723 on white background.



Black color preview on #983723 background

This text has black color on #983723 background.


White color preview on #983723 background

This text has white color on #983723 background.