COLOR #993333

HEX: #993333 RGB: (153,51,51)

Color info

#993333 contains mainly red color. #993333 color is web safe color. It maybe written shortly as #933.

RGB color model

#993333 color RGB value is (153,51,51).

RGB: (153,51,51) (60%, 20%, 20%)

RGB channels and saturation

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

153
51
51

R + G + B ~ 33%. #993333 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 153 + 51 + 51 = 255 (100%)
R 153 of 255 ~ 60%
G 51 of 255 ~ 20%
B 51 of 255 ~ 20'%

%60
%20
%20

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 66.67%
  • key color value is 40.00%

CMYK: (0,67,67,40)
C0M67Y67K40 (0%, 67%, 67%, 40%)
(0.00 / 0.67 / 0.67 / 0.40)

CMYK percentages

%0
%66.67
%66.67
%40

Codes

Color #993333 in popluar color models

99 33 33
RGB 153 51 51
HSL 50.00% 40.00%
HSB/HSV 66.67% 60.00%
CMYK 0.00% 66.67% 66.67%
40.00%

Color #993333 in popluar number systems.

HEX 99 33 33
Decimal 153 51 51
Binary 10011001 110011 110011
Octal 231 63 63

Shades and tints

Shades of #993333

#993333
(153,51,51)
#8C2F2F
(140,47,47)
#7F2B2B
(127,43,43)
#722727
(114,39,39)
#652323
(101,35,35)
#581F1F
(88,31,31)
#4B1B1B
(75,27,27)
#3E1717
(62,23,23)
#311313
(49,19,19)
#240F0F
(36,15,15)
#170B0B
(23,11,11)
#000000
(0,0,0)

Tints of #993333

#993333
(153,51,51)
#A24545
(162,69,69)
#AB5757
(171,87,87)
#B46969
(180,105,105)
#BD7B7B
(189,123,123)
#C68D8D
(198,141,141)
#CF9F9F
(207,159,159)
#D8B1B1
(216,177,177)
#E1C3C3
(225,195,195)
#EAD5D5
(234,213,213)
#F3E7E7
(243,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #993333; }

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

This text font color is #993333.

Background Color

.myBgColor { background-color: #993333; }

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

This div background color is #993333.

Border color

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

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

This div border color is #993333.

Opacity

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

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

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

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

This text has shadow with #993333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #993333.

Preview

Color preview on black background

This text has color #993333 on black background.


Color preview on white background

This text has color #993333 on white background.


Black color preview on #993333 background

This text has black color on #993333 background.


White color preview on #993333 background

This text has white color on #993333 background.


Related colors

Complementary color

Complementary color for #hex is #66CCCC.


I love getcolorcode.com