COLOR #633C09

HEX: #633C09
RGB: (99,60,9)

Color info

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

RGB color model

#633C09 color RGB value is (99,60,9).

  • red value is 99;
  • green value is 60;
  • blue value is 9.
RGB:
(99,60,9)
(39%,24%,4%)

RGB channels and saturation

R 99 of 255 = 39%
G 60 of 255 = 24%
B 9 of 255 = 4%

99
60
9

R + G + B ~ 22%. #633C09 is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 60 + 9 = 168 (100%)
R 99 of 168 ~ 58.93%
G 60 of 168 ~ 35.71%
B 9 of 168 ~ 5.36%

%58.93
%35.71

CMYK color model

#633C09 color CMYK value is (0,39,91,61).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 90.91%
  • key color value is 61.18%
CMYK:
(0,39,91,61)
C0M39Y91K61 
(0%,39%,91%,61%)
(0.00/0.39/0.91/0.61)	

CMYK percentages

%0
%39.39
%90.91
%61.18

Codes

Color #633C09 in popluar color models

633C09
RGB99609
HSL34°83.33%21.18%
HSB/HSV34°90.91%38.82%
CMYK0.00%39.39%90.91%
61.18%

Color #633C09 in popluar number systems.

HEX633C09
Decimal99609
Binary11000111111001001
Octal1437411

Shades and tints

Shades of #633C09

#633C09
(99,60,9)
#5A3709
(90,55,9)
#513209
(81,50,9)
#482D09
(72,45,9)
#3F2809
(63,40,9)
#362309
(54,35,9)
#2D1E09
(45,30,9)
#241909
(36,25,9)
#1B1409
(27,20,9)
#120F09
(18,15,9)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #633C09

#633C09
(99,60,9)
#714D1F
(113,77,31)
#7F5E35
(127,94,53)
#8D6F4B
(141,111,75)
#9B8061
(155,128,97)
#A99177
(169,145,119)
#B7A28D
(183,162,141)
#C5B3A3
(197,179,163)
#D3C4B9
(211,196,185)
#E1D5CF
(225,213,207)
#EFE6E5
(239,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633C09 color. Also use rgb(99,60,9) instead hex code.

Text Font Color

.myTextColor { color: #633C09; }

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

This text font color is #633C09.


Background Color

.myBgColor { background-color: #633C09; }

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

This div background color is #633C09.


Border color

.myBorderColor { border: 1px solid #633C09; }

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

This div border color is #633C09.


Opacity

.myOpacity80 { color: #633C09; opacity: 0.8; }

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

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

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

This text has shadow with #633C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633C09 on black background.


Color preview on white background

This text has color #633C09 on white background.



Black color preview on #633C09 background

This text has black color on #633C09 background.


White color preview on #633C09 background

This text has white color on #633C09 background.