COLOR #993511

HEX: #993511
RGB: (153,53,17)

Color info

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

RGB color model

#993511 color RGB value is (153,53,17).

  • red value is 153;
  • green value is 53;
  • blue value is 17.
RGB:
(153,53,17)
(60%,21%,7%)

RGB channels and saturation

R 153 of 255 = 60%
G 53 of 255 = 21%
B 17 of 255 = 7%

153
53
17

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

Portions of RGB colors in percentages

R + G + B =
153 + 53 + 17 = 223 (100%)
R 153 of 223 ~ 68.61%
G 53 of 223 ~ 23.77%
B 17 of 223 ~ 7.62%

%68.61
%23.77

CMYK color model

#993511 color CMYK value is (0,65,89,40).

  • cyan value is 0.00%
  • magenta value is 65.36%
  • yellow value is 88.89%
  • key color value is 40.00%
CMYK:
(0,65,89,40)
C0M65Y89K40 
(0%,65%,89%,40%)
(0.00/0.65/0.89/0.40)	

CMYK percentages

%0
%65.36
%88.89
%40

Codes

Color #993511 in popluar color models

993511
RGB1535317
HSL16°80.00%33.33%
HSB/HSV16°88.89%60.00%
CMYK0.00%65.36%88.89%
40.00%

Color #993511 in popluar number systems.

HEX993511
Decimal1535317
Binary1001100111010110001
Octal2316521

Shades and tints

Shades of #993511

#993511
(153,53,17)
#8C3110
(140,49,16)
#7F2D0F
(127,45,15)
#72290E
(114,41,14)
#65250D
(101,37,13)
#58210C
(88,33,12)
#4B1D0B
(75,29,11)
#3E190A
(62,25,10)
#311509
(49,21,9)
#241108
(36,17,8)
#170D07
(23,13,7)
#000000
(0,0,0)

Tints of #993511

#993511
(153,53,17)
#A24726
(162,71,38)
#AB593B
(171,89,59)
#B46B50
(180,107,80)
#BD7D65
(189,125,101)
#C68F7A
(198,143,122)
#CFA18F
(207,161,143)
#D8B3A4
(216,179,164)
#E1C5B9
(225,197,185)
#EAD7CE
(234,215,206)
#F3E9E3
(243,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993511 color. Also use rgb(153,53,17) instead hex code.

Text Font Color

.myTextColor { color: #993511; }

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

This text font color is #993511.


Background Color

.myBgColor { background-color: #993511; }

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

This div background color is #993511.


Border color

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

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

This div border color is #993511.


Opacity

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

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

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

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

This text has shadow with #993511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993511 on black background.


Color preview on white background

This text has color #993511 on white background.



Black color preview on #993511 background

This text has black color on #993511 background.


White color preview on #993511 background

This text has white color on #993511 background.