COLOR #633300

HEX: #633300
RGB: (99,51,0)

Color info

#633300 contains only red and green colors. Web safe color of #633300 is #663300 (or #630).

RGB color model

#633300 color RGB value is (99,51,0).

  • red value is 99;
  • green value is 51;
  • blue value is 0.
RGB:
(99,51,0)
(39%,20%,0%)

RGB channels and saturation

R 99 of 255 = 39%
G 51 of 255 = 20%
B 0 of 255 = 0%

99
51
0

R + G + B ~ 20%. #633300 is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 51 + 0 = 150 (100%)
R 99 of 150 ~ 66%
G 51 of 150 ~ 34%
B 0 of 150 ~ 0%

%66
%34

CMYK color model

#633300 color CMYK value is (0,48,100,61).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 100.00%
  • key color value is 61.18%
CMYK:
(0,48,100,61)
C0M48Y100K61 
(0%,48%,100%,61%)
(0.00/0.48/1.00/0.61)	

CMYK percentages

%0
%48.48
%100
%61.18

Codes

Color #633300 in popluar color models

633300
RGB99510
HSL31°100.00%19.41%
HSB/HSV31°100.00%38.82%
CMYK0.00%48.48%100.00%
61.18%

Color #633300 in popluar number systems.

HEX633300
Decimal99510
Binary11000111100110
Octal143630

Shades and tints

Shades of #633300

#633300
(99,51,0)
#5A2F00
(90,47,0)
#512B00
(81,43,0)
#482700
(72,39,0)
#3F2300
(63,35,0)
#361F00
(54,31,0)
#2D1B00
(45,27,0)
#241700
(36,23,0)
#1B1300
(27,19,0)
#120F00
(18,15,0)
#090B00
(9,11,0)
#000000
(0,0,0)

Tints of #633300

#633300
(99,51,0)
#714517
(113,69,23)
#7F572E
(127,87,46)
#8D6945
(141,105,69)
#9B7B5C
(155,123,92)
#A98D73
(169,141,115)
#B79F8A
(183,159,138)
#C5B1A1
(197,177,161)
#D3C3B8
(211,195,184)
#E1D5CF
(225,213,207)
#EFE7E6
(239,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633300; }

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

This text font color is #633300.


Background Color

.myBgColor { background-color: #633300; }

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

This div background color is #633300.


Border color

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

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

This div border color is #633300.


Opacity

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

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

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

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

This text has shadow with #633300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633300 on black background.


Color preview on white background

This text has color #633300 on white background.



Black color preview on #633300 background

This text has black color on #633300 background.


White color preview on #633300 background

This text has white color on #633300 background.