COLOR #993450

HEX: #993450
RGB: (153,52,80)

Color info

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

RGB color model

#993450 color RGB value is (153,52,80).

  • red value is 153;
  • green value is 52;
  • blue value is 80.
RGB:
(153,52,80)
(60%,20%,31%)

RGB channels and saturation

R 153 of 255 = 60%
G 52 of 255 = 20%
B 80 of 255 = 31%

153
52
80

R + G + B ~ 37%. #993450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 52 + 80 = 285 (100%)
R 153 of 285 ~ 53.68%
G 52 of 285 ~ 18.25%
B 80 of 285 ~ 28.07%

%53.68
%18.25
%28.07

CMYK color model

#993450 color CMYK value is (0,66,48,40).

  • cyan value is 0.00%
  • magenta value is 66.01%
  • yellow value is 47.71%
  • key color value is 40.00%
CMYK:
(0,66,48,40)
C0M66Y48K40 
(0%,66%,48%,40%)
(0.00/0.66/0.48/0.40)	

CMYK percentages

%0
%66.01
%47.71
%40

Codes

Color #993450 in popluar color models

993450
RGB1535280
HSL343°49.27%40.20%
HSB/HSV343°66.01%60.00%
CMYK0.00%66.01%47.71%
40.00%

Color #993450 in popluar number systems.

HEX993450
Decimal1535280
Binary100110011101001010000
Octal23164120

Shades and tints

Shades of #993450

#993450
(153,52,80)
#8C3049
(140,48,73)
#7F2C42
(127,44,66)
#72283B
(114,40,59)
#652434
(101,36,52)
#58202D
(88,32,45)
#4B1C26
(75,28,38)
#3E181F
(62,24,31)
#311418
(49,20,24)
#241011
(36,16,17)
#170C0A
(23,12,10)
#000000
(0,0,0)

Tints of #993450

#993450
(153,52,80)
#A2465F
(162,70,95)
#AB586E
(171,88,110)
#B46A7D
(180,106,125)
#BD7C8C
(189,124,140)
#C68E9B
(198,142,155)
#CFA0AA
(207,160,170)
#D8B2B9
(216,178,185)
#E1C4C8
(225,196,200)
#EAD6D7
(234,214,215)
#F3E8E6
(243,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993450 color. Also use rgb(153,52,80) instead hex code.

Text Font Color

.myTextColor { color: #993450; }

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

This text font color is #993450.


Background Color

.myBgColor { background-color: #993450; }

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

This div background color is #993450.


Border color

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

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

This div border color is #993450.


Opacity

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

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

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

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

This text has shadow with #993450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993450 on black background.


Color preview on white background

This text has color #993450 on white background.



Black color preview on #993450 background

This text has black color on #993450 background.


White color preview on #993450 background

This text has white color on #993450 background.