COLOR #993B54

HEX: #993B54
RGB: (153,59,84)

Color info

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

RGB color model

#993B54 color RGB value is (153,59,84).

  • red value is 153;
  • green value is 59;
  • blue value is 84.
RGB:
(153,59,84)
(60%,23%,33%)

RGB channels and saturation

R 153 of 255 = 60%
G 59 of 255 = 23%
B 84 of 255 = 33%

153
59
84

R + G + B ~ 39%. #993B54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 59 + 84 = 296 (100%)
R 153 of 296 ~ 51.69%
G 59 of 296 ~ 19.93%
B 84 of 296 ~ 28.38%

%51.69
%19.93
%28.38

CMYK color model

#993B54 color CMYK value is (0,61,45,40).

  • cyan value is 0.00%
  • magenta value is 61.44%
  • yellow value is 45.10%
  • key color value is 40.00%
CMYK:
(0,61,45,40)
C0M61Y45K40 
(0%,61%,45%,40%)
(0.00/0.61/0.45/0.40)	

CMYK percentages

%0
%61.44
%45.1
%40

Codes

Color #993B54 in popluar color models

993B54
RGB1535984
HSL344°44.34%41.57%
HSB/HSV344°61.44%60.00%
CMYK0.00%61.44%45.10%
40.00%

Color #993B54 in popluar number systems.

HEX993B54
Decimal1535984
Binary100110011110111010100
Octal23173124

Shades and tints

Shades of #993B54

#993B54
(153,59,84)
#8C364D
(140,54,77)
#7F3146
(127,49,70)
#722C3F
(114,44,63)
#652738
(101,39,56)
#582231
(88,34,49)
#4B1D2A
(75,29,42)
#3E1823
(62,24,35)
#31131C
(49,19,28)
#240E15
(36,14,21)
#17090E
(23,9,14)
#000000
(0,0,0)

Tints of #993B54

#993B54
(153,59,84)
#A24C63
(162,76,99)
#AB5D72
(171,93,114)
#B46E81
(180,110,129)
#BD7F90
(189,127,144)
#C6909F
(198,144,159)
#CFA1AE
(207,161,174)
#D8B2BD
(216,178,189)
#E1C3CC
(225,195,204)
#EAD4DB
(234,212,219)
#F3E5EA
(243,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993B54 color. Also use rgb(153,59,84) instead hex code.

Text Font Color

.myTextColor { color: #993B54; }

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

This text font color is #993B54.


Background Color

.myBgColor { background-color: #993B54; }

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

This div background color is #993B54.


Border color

.myBorderColor { border: 1px solid #993B54; }

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

This div border color is #993B54.


Opacity

.myOpacity80 { color: #993B54; opacity: 0.8; }

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

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

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

This text has shadow with #993B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993B54 on black background.


Color preview on white background

This text has color #993B54 on white background.



Black color preview on #993B54 background

This text has black color on #993B54 background.


White color preview on #993B54 background

This text has white color on #993B54 background.