COLOR #993118

HEX: #993118
RGB: (153,49,24)

Color info

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

RGB color model

#993118 color RGB value is (153,49,24).

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

RGB channels and saturation

R 153 of 255 = 60%
G 49 of 255 = 19%
B 24 of 255 = 9%

153
49
24

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

Portions of RGB colors in percentages

R + G + B =
153 + 49 + 24 = 226 (100%)
R 153 of 226 ~ 67.7%
G 49 of 226 ~ 21.68%
B 24 of 226 ~ 10.62%

%67.7
%21.68
%10.62

CMYK color model

#993118 color CMYK value is (0,68,84,40).

  • cyan value is 0.00%
  • magenta value is 67.97%
  • yellow value is 84.31%
  • key color value is 40.00%
CMYK:
(0,68,84,40)
C0M68Y84K40 
(0%,68%,84%,40%)
(0.00/0.68/0.84/0.40)	

CMYK percentages

%0
%67.97
%84.31
%40

Codes

Color #993118 in popluar color models

993118
RGB1534924
HSL12°72.88%34.71%
HSB/HSV12°84.31%60.00%
CMYK0.00%67.97%84.31%
40.00%

Color #993118 in popluar number systems.

HEX993118
Decimal1534924
Binary1001100111000111000
Octal2316130

Shades and tints

Shades of #993118

#993118
(153,49,24)
#8C2D16
(140,45,22)
#7F2914
(127,41,20)
#722512
(114,37,18)
#652110
(101,33,16)
#581D0E
(88,29,14)
#4B190C
(75,25,12)
#3E150A
(62,21,10)
#311108
(49,17,8)
#240D06
(36,13,6)
#170904
(23,9,4)
#000000
(0,0,0)

Tints of #993118

#993118
(153,49,24)
#A2432D
(162,67,45)
#AB5542
(171,85,66)
#B46757
(180,103,87)
#BD796C
(189,121,108)
#C68B81
(198,139,129)
#CF9D96
(207,157,150)
#D8AFAB
(216,175,171)
#E1C1C0
(225,193,192)
#EAD3D5
(234,211,213)
#F3E5EA
(243,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993118 color. Also use rgb(153,49,24) instead hex code.

Text Font Color

.myTextColor { color: #993118; }

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

This text font color is #993118.


Background Color

.myBgColor { background-color: #993118; }

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

This div background color is #993118.


Border color

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

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

This div border color is #993118.


Opacity

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

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

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

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

This text has shadow with #993118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993118 on black background.


Color preview on white background

This text has color #993118 on white background.



Black color preview on #993118 background

This text has black color on #993118 background.


White color preview on #993118 background

This text has white color on #993118 background.