COLOR #633326

HEX: #633326
RGB: (99,51,38)

Color info

#633326 contains mainly red and green colors. Web safe color of #633326 is #663333 (or #633).

RGB color model

#633326 color RGB value is (99,51,38).

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

RGB channels and saturation

R 99 of 255 = 39%
G 51 of 255 = 20%
B 38 of 255 = 15%

99
51
38

R + G + B ~ 25%. #633326 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 51 + 38 = 188 (100%)
R 99 of 188 ~ 52.66%
G 51 of 188 ~ 27.13%
B 38 of 188 ~ 20.21%

%52.66
%27.13
%20.21

CMYK color model

#633326 color CMYK value is (0,48,62,61).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 61.62%
  • key color value is 61.18%
CMYK:
(0,48,62,61)
C0M48Y62K61 
(0%,48%,62%,61%)
(0.00/0.48/0.62/0.61)	

CMYK percentages

%0
%48.48
%61.62
%61.18

Codes

Color #633326 in popluar color models

633326
RGB995138
HSL13°44.53%26.86%
HSB/HSV13°61.62%38.82%
CMYK0.00%48.48%61.62%
61.18%

Color #633326 in popluar number systems.

HEX633326
Decimal995138
Binary1100011110011100110
Octal1436346

Shades and tints

Shades of #633326

#633326
(99,51,38)
#5A2F23
(90,47,35)
#512B20
(81,43,32)
#48271D
(72,39,29)
#3F231A
(63,35,26)
#361F17
(54,31,23)
#2D1B14
(45,27,20)
#241711
(36,23,17)
#1B130E
(27,19,14)
#120F0B
(18,15,11)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #633326

#633326
(99,51,38)
#714539
(113,69,57)
#7F574C
(127,87,76)
#8D695F
(141,105,95)
#9B7B72
(155,123,114)
#A98D85
(169,141,133)
#B79F98
(183,159,152)
#C5B1AB
(197,177,171)
#D3C3BE
(211,195,190)
#E1D5D1
(225,213,209)
#EFE7E4
(239,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633326; }

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

This text font color is #633326.


Background Color

.myBgColor { background-color: #633326; }

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

This div background color is #633326.


Border color

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

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

This div border color is #633326.


Opacity

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

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

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

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

This text has shadow with #633326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633326 on black background.


Color preview on white background

This text has color #633326 on white background.



Black color preview on #633326 background

This text has black color on #633326 background.


White color preview on #633326 background

This text has white color on #633326 background.