COLOR #993353

HEX: #993353
RGB: (153,51,83)

Color info

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

RGB color model

#993353 color RGB value is (153,51,83).

  • red value is 153;
  • green value is 51;
  • blue value is 83.
RGB:
(153,51,83)
(60%,20%,33%)

RGB channels and saturation

R 153 of 255 = 60%
G 51 of 255 = 20%
B 83 of 255 = 33%

153
51
83

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

Portions of RGB colors in percentages

R + G + B =
153 + 51 + 83 = 287 (100%)
R 153 of 287 ~ 53.31%
G 51 of 287 ~ 17.77%
B 83 of 287 ~ 28.92%

%53.31
%17.77
%28.92

CMYK color model

#993353 color CMYK value is (0,67,46,40).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 45.75%
  • key color value is 40.00%
CMYK:
(0,67,46,40)
C0M67Y46K40 
(0%,67%,46%,40%)
(0.00/0.67/0.46/0.40)	

CMYK percentages

%0
%66.67
%45.75
%40

Codes

Color #993353 in popluar color models

993353
RGB1535183
HSL341°50.00%40.00%
HSB/HSV341°66.67%60.00%
CMYK0.00%66.67%45.75%
40.00%

Color #993353 in popluar number systems.

HEX993353
Decimal1535183
Binary100110011100111010011
Octal23163123

Shades and tints

Shades of #993353

#993353
(153,51,83)
#8C2F4C
(140,47,76)
#7F2B45
(127,43,69)
#72273E
(114,39,62)
#652337
(101,35,55)
#581F30
(88,31,48)
#4B1B29
(75,27,41)
#3E1722
(62,23,34)
#31131B
(49,19,27)
#240F14
(36,15,20)
#170B0D
(23,11,13)
#000000
(0,0,0)

Tints of #993353

#993353
(153,51,83)
#A24562
(162,69,98)
#AB5771
(171,87,113)
#B46980
(180,105,128)
#BD7B8F
(189,123,143)
#C68D9E
(198,141,158)
#CF9FAD
(207,159,173)
#D8B1BC
(216,177,188)
#E1C3CB
(225,195,203)
#EAD5DA
(234,213,218)
#F3E7E9
(243,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993353 color. Also use rgb(153,51,83) instead hex code.

Text Font Color

.myTextColor { color: #993353; }

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

This text font color is #993353.


Background Color

.myBgColor { background-color: #993353; }

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

This div background color is #993353.


Border color

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

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

This div border color is #993353.


Opacity

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

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

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

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

This text has shadow with #993353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993353 on black background.


Color preview on white background

This text has color #993353 on white background.



Black color preview on #993353 background

This text has black color on #993353 background.


White color preview on #993353 background

This text has white color on #993353 background.