COLOR #633308

HEX: #633308
RGB: (99,51,8)

Color info

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

RGB color model

#633308 color RGB value is (99,51,8).

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

RGB channels and saturation

R 99 of 255 = 39%
G 51 of 255 = 20%
B 8 of 255 = 3%

99
51
8

R + G + B ~ 21%. #633308 is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 51 + 8 = 158 (100%)
R 99 of 158 ~ 62.66%
G 51 of 158 ~ 32.28%
B 8 of 158 ~ 5.06%

%62.66
%32.28

CMYK color model

#633308 color CMYK value is (0,48,92,61).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 91.92%
  • key color value is 61.18%
CMYK:
(0,48,92,61)
C0M48Y92K61 
(0%,48%,92%,61%)
(0.00/0.48/0.92/0.61)	

CMYK percentages

%0
%48.48
%91.92
%61.18

Codes

Color #633308 in popluar color models

633308
RGB99518
HSL28°85.05%20.98%
HSB/HSV28°91.92%38.82%
CMYK0.00%48.48%91.92%
61.18%

Color #633308 in popluar number systems.

HEX633308
Decimal99518
Binary11000111100111000
Octal1436310

Shades and tints

Shades of #633308

#633308
(99,51,8)
#5A2F08
(90,47,8)
#512B08
(81,43,8)
#482708
(72,39,8)
#3F2308
(63,35,8)
#361F08
(54,31,8)
#2D1B08
(45,27,8)
#241708
(36,23,8)
#1B1308
(27,19,8)
#120F08
(18,15,8)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #633308

#633308
(99,51,8)
#71451E
(113,69,30)
#7F5734
(127,87,52)
#8D694A
(141,105,74)
#9B7B60
(155,123,96)
#A98D76
(169,141,118)
#B79F8C
(183,159,140)
#C5B1A2
(197,177,162)
#D3C3B8
(211,195,184)
#E1D5CE
(225,213,206)
#EFE7E4
(239,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633308; }

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

This text font color is #633308.


Background Color

.myBgColor { background-color: #633308; }

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

This div background color is #633308.


Border color

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

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

This div border color is #633308.


Opacity

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

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

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

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

This text has shadow with #633308 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633308 on black background.


Color preview on white background

This text has color #633308 on white background.



Black color preview on #633308 background

This text has black color on #633308 background.


White color preview on #633308 background

This text has white color on #633308 background.