COLOR #993300

HEX: #993300 RGB: (153,51,0)

Color info

#993300 contains mainly red color. #993300 color is web safe color. It maybe written shortly as #930.

RGB color model

#993300 color RGB value is (153,51,0).

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

RGB channels and saturation

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

153
51
0

R + G + B ~ 27%. #993300 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 153 + 51 + 0 = 204 (100%)
R 153 of 204 ~ 75%
G 51 of 204 ~ 25%
B 0 of 204 ~ 0'%

%75
%25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 100.00%
  • key color value is 40.00%
CMYK: (0,67,100,40) C0M67Y100K40 (0%,67%,100%,40%) (0.00/0.67/1.00/0.40) 

CMYK percentages

%0
%66.67
%100
%40

Codes

Color #993300 in popluar color models

99 33 00
RGB 153 51 0
HSL 20° 100.00% 30.00%
HSB/HSV 20° 100.00% 60.00%
CMYK 0.00% 66.67% 100.00%
40.00%

Color #993300 in popluar number systems.

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

Shades and tints

Shades of #993300

#993300
(153,51,0)
#8C2F00
(140,47,0)
#7F2B00
(127,43,0)
#722700
(114,39,0)
#652300
(101,35,0)
#581F00
(88,31,0)
#4B1B00
(75,27,0)
#3E1700
(62,23,0)
#311300
(49,19,0)
#240F00
(36,15,0)
#170B00
(23,11,0)
#000000
(0,0,0)

Tints of #993300

#993300
(153,51,0)
#A24517
(162,69,23)
#AB572E
(171,87,46)
#B46945
(180,105,69)
#BD7B5C
(189,123,92)
#C68D73
(198,141,115)
#CF9F8A
(207,159,138)
#D8B1A1
(216,177,161)
#E1C3B8
(225,195,184)
#EAD5CF
(234,213,207)
#F3E7E6
(243,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #993300; }

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

This text font color is #993300.

Background Color

.myBgColor { background-color: #993300; }

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

This div background color is #993300.

Border color

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

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

This div border color is #993300.

Opacity

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

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

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

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

This text has shadow with #993300 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #993300.

Preview

Color preview on black background

This text has color #993300 on black background.


Color preview on white background

This text has color #993300 on white background.


Black color preview on #993300 background

This text has black color on #993300 background.


White color preview on #993300 background

This text has white color on #993300 background.


Related colors

Complementary color

Complementary color for #hex is #66CCFF.


I love getcolorcode.com

Triadic colors

1 #009933 and #330099 with #993300 are triadic colors.

2 #003399 and #339900 with #993300 are triadic colors.