COLOR #633201

HEX: #633201
RGB: (99,50,1)

Color info

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

RGB color model

#633201 color RGB value is (99,50,1).

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

RGB channels and saturation

R 99 of 255 = 39%
G 50 of 255 = 20%
B 1 of 255 = 0%

99
50
1

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

Portions of RGB colors in percentages

R + G + B =
99 + 50 + 1 = 150 (100%)
R 99 of 150 ~ 66%
G 50 of 150 ~ 33.33%
B 1 of 150 ~ 0.67%

%66
%33.33

CMYK color model

#633201 color CMYK value is (0,49,99,61).

  • cyan value is 0.00%
  • magenta value is 49.49%
  • yellow value is 98.99%
  • key color value is 61.18%
CMYK:
(0,49,99,61)
C0M49Y99K61 
(0%,49%,99%,61%)
(0.00/0.49/0.99/0.61)	

CMYK percentages

%0
%49.49
%98.99
%61.18

Codes

Color #633201 in popluar color models

633201
RGB99501
HSL30°98.00%19.61%
HSB/HSV30°98.99%38.82%
CMYK0.00%49.49%98.99%
61.18%

Color #633201 in popluar number systems.

HEX633201
Decimal99501
Binary11000111100101
Octal143621

Shades and tints

Shades of #633201

#633201
(99,50,1)
#5A2E01
(90,46,1)
#512A01
(81,42,1)
#482601
(72,38,1)
#3F2201
(63,34,1)
#361E01
(54,30,1)
#2D1A01
(45,26,1)
#241601
(36,22,1)
#1B1201
(27,18,1)
#120E01
(18,14,1)
#090A01
(9,10,1)
#000000
(0,0,0)

Tints of #633201

#633201
(99,50,1)
#714418
(113,68,24)
#7F562F
(127,86,47)
#8D6846
(141,104,70)
#9B7A5D
(155,122,93)
#A98C74
(169,140,116)
#B79E8B
(183,158,139)
#C5B0A2
(197,176,162)
#D3C2B9
(211,194,185)
#E1D4D0
(225,212,208)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633201 color. Also use rgb(99,50,1) instead hex code.

Text Font Color

.myTextColor { color: #633201; }

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

This text font color is #633201.


Background Color

.myBgColor { background-color: #633201; }

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

This div background color is #633201.


Border color

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

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

This div border color is #633201.


Opacity

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

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

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

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

This text has shadow with #633201 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633201 on black background.


Color preview on white background

This text has color #633201 on white background.



Black color preview on #633201 background

This text has black color on #633201 background.


White color preview on #633201 background

This text has white color on #633201 background.