COLOR #993D17

HEX: #993D17
RGB: (153,61,23)

Color info

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

RGB color model

#993D17 color RGB value is (153,61,23).

  • red value is 153;
  • green value is 61;
  • blue value is 23.
RGB:
(153,61,23)
(60%,24%,9%)

RGB channels and saturation

R 153 of 255 = 60%
G 61 of 255 = 24%
B 23 of 255 = 9%

153
61
23

R + G + B ~ 31%. #993D17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 61 + 23 = 237 (100%)
R 153 of 237 ~ 64.56%
G 61 of 237 ~ 25.74%
B 23 of 237 ~ 9.7%

%64.56
%25.74
%9.7

CMYK color model

#993D17 color CMYK value is (0,60,85,40).

  • cyan value is 0.00%
  • magenta value is 60.13%
  • yellow value is 84.97%
  • key color value is 40.00%
CMYK:
(0,60,85,40)
C0M60Y85K40 
(0%,60%,85%,40%)
(0.00/0.60/0.85/0.40)	

CMYK percentages

%0
%60.13
%84.97
%40

Codes

Color #993D17 in popluar color models

993D17
RGB1536123
HSL18°73.86%34.51%
HSB/HSV18°84.97%60.00%
CMYK0.00%60.13%84.97%
40.00%

Color #993D17 in popluar number systems.

HEX993D17
Decimal1536123
Binary1001100111110110111
Octal2317527

Shades and tints

Shades of #993D17

#993D17
(153,61,23)
#8C3815
(140,56,21)
#7F3313
(127,51,19)
#722E11
(114,46,17)
#65290F
(101,41,15)
#58240D
(88,36,13)
#4B1F0B
(75,31,11)
#3E1A09
(62,26,9)
#311507
(49,21,7)
#241005
(36,16,5)
#170B03
(23,11,3)
#000000
(0,0,0)

Tints of #993D17

#993D17
(153,61,23)
#A24E2C
(162,78,44)
#AB5F41
(171,95,65)
#B47056
(180,112,86)
#BD816B
(189,129,107)
#C69280
(198,146,128)
#CFA395
(207,163,149)
#D8B4AA
(216,180,170)
#E1C5BF
(225,197,191)
#EAD6D4
(234,214,212)
#F3E7E9
(243,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993D17 color. Also use rgb(153,61,23) instead hex code.

Text Font Color

.myTextColor { color: #993D17; }

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

This text font color is #993D17.


Background Color

.myBgColor { background-color: #993D17; }

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

This div background color is #993D17.


Border color

.myBorderColor { border: 1px solid #993D17; }

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

This div border color is #993D17.


Opacity

.myOpacity80 { color: #993D17; opacity: 0.8; }

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

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

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

This text has shadow with #993D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993D17 on black background.


Color preview on white background

This text has color #993D17 on white background.



Black color preview on #993D17 background

This text has black color on #993D17 background.


White color preview on #993D17 background

This text has white color on #993D17 background.