COLOR #993951

HEX: #993951
RGB: (153,57,81)

Color info

#993951 contains mainly red color. Web safe color of #993951 is #993366 (or #936).

RGB color model

#993951 color RGB value is (153,57,81).

  • red value is 153;
  • green value is 57;
  • blue value is 81.
RGB:
(153,57,81)
(60%,22%,32%)

RGB channels and saturation

R 153 of 255 = 60%
G 57 of 255 = 22%
B 81 of 255 = 32%

153
57
81

R + G + B ~ 38%. #993951 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 57 + 81 = 291 (100%)
R 153 of 291 ~ 52.58%
G 57 of 291 ~ 19.59%
B 81 of 291 ~ 27.84%

%52.58
%19.59
%27.84

CMYK color model

#993951 color CMYK value is (0,63,47,40).

  • cyan value is 0.00%
  • magenta value is 62.75%
  • yellow value is 47.06%
  • key color value is 40.00%
CMYK:
(0,63,47,40)
C0M63Y47K40 
(0%,63%,47%,40%)
(0.00/0.63/0.47/0.40)	

CMYK percentages

%0
%62.75
%47.06
%40

Codes

Color #993951 in popluar color models

993951
RGB1535781
HSL345°45.71%41.18%
HSB/HSV345°62.75%60.00%
CMYK0.00%62.75%47.06%
40.00%

Color #993951 in popluar number systems.

HEX993951
Decimal1535781
Binary100110011110011010001
Octal23171121

Shades and tints

Shades of #993951

#993951
(153,57,81)
#8C344A
(140,52,74)
#7F2F43
(127,47,67)
#722A3C
(114,42,60)
#652535
(101,37,53)
#58202E
(88,32,46)
#4B1B27
(75,27,39)
#3E1620
(62,22,32)
#311119
(49,17,25)
#240C12
(36,12,18)
#17070B
(23,7,11)
#000000
(0,0,0)

Tints of #993951

#993951
(153,57,81)
#A24B60
(162,75,96)
#AB5D6F
(171,93,111)
#B46F7E
(180,111,126)
#BD818D
(189,129,141)
#C6939C
(198,147,156)
#CFA5AB
(207,165,171)
#D8B7BA
(216,183,186)
#E1C9C9
(225,201,201)
#EADBD8
(234,219,216)
#F3EDE7
(243,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993951 color. Also use rgb(153,57,81) instead hex code.

Text Font Color

.myTextColor { color: #993951; }

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

This text font color is #993951.


Background Color

.myBgColor { background-color: #993951; }

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

This div background color is #993951.


Border color

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

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

This div border color is #993951.


Opacity

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

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

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

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

This text has shadow with #993951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993951 on black background.


Color preview on white background

This text has color #993951 on white background.



Black color preview on #993951 background

This text has black color on #993951 background.


White color preview on #993951 background

This text has white color on #993951 background.