COLOR #993647

HEX: #993647
RGB: (153,54,71)

Color info

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

RGB color model

#993647 color RGB value is (153,54,71).

  • red value is 153;
  • green value is 54;
  • blue value is 71.
RGB:
(153,54,71)
(60%,21%,28%)

RGB channels and saturation

R 153 of 255 = 60%
G 54 of 255 = 21%
B 71 of 255 = 28%

153
54
71

R + G + B ~ 36%. #993647 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 54 + 71 = 278 (100%)
R 153 of 278 ~ 55.04%
G 54 of 278 ~ 19.42%
B 71 of 278 ~ 25.54%

%55.04
%19.42
%25.54

CMYK color model

#993647 color CMYK value is (0,65,54,40).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 53.59%
  • key color value is 40.00%
CMYK:
(0,65,54,40)
C0M65Y54K40 
(0%,65%,54%,40%)
(0.00/0.65/0.54/0.40)	

CMYK percentages

%0
%64.71
%53.59
%40

Codes

Color #993647 in popluar color models

993647
RGB1535471
HSL350°47.83%40.59%
HSB/HSV350°64.71%60.00%
CMYK0.00%64.71%53.59%
40.00%

Color #993647 in popluar number systems.

HEX993647
Decimal1535471
Binary100110011101101000111
Octal23166107

Shades and tints

Shades of #993647

#993647
(153,54,71)
#8C3241
(140,50,65)
#7F2E3B
(127,46,59)
#722A35
(114,42,53)
#65262F
(101,38,47)
#582229
(88,34,41)
#4B1E23
(75,30,35)
#3E1A1D
(62,26,29)
#311617
(49,22,23)
#241211
(36,18,17)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #993647

#993647
(153,54,71)
#A24857
(162,72,87)
#AB5A67
(171,90,103)
#B46C77
(180,108,119)
#BD7E87
(189,126,135)
#C69097
(198,144,151)
#CFA2A7
(207,162,167)
#D8B4B7
(216,180,183)
#E1C6C7
(225,198,199)
#EAD8D7
(234,216,215)
#F3EAE7
(243,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993647 color. Also use rgb(153,54,71) instead hex code.

Text Font Color

.myTextColor { color: #993647; }

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

This text font color is #993647.


Background Color

.myBgColor { background-color: #993647; }

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

This div background color is #993647.


Border color

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

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

This div border color is #993647.


Opacity

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

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

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

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

This text has shadow with #993647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993647 on black background.


Color preview on white background

This text has color #993647 on white background.



Black color preview on #993647 background

This text has black color on #993647 background.


White color preview on #993647 background

This text has white color on #993647 background.