COLOR #633215

HEX: #633215
RGB: (99,50,21)

Color info

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

RGB color model

#633215 color RGB value is (99,50,21).

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

RGB channels and saturation

R 99 of 255 = 39%
G 50 of 255 = 20%
B 21 of 255 = 8%

99
50
21

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

Portions of RGB colors in percentages

R + G + B =
99 + 50 + 21 = 170 (100%)
R 99 of 170 ~ 58.24%
G 50 of 170 ~ 29.41%
B 21 of 170 ~ 12.35%

%58.24
%29.41
%12.35

CMYK color model

#633215 color CMYK value is (0,49,79,61).

  • cyan value is 0.00%
  • magenta value is 49.49%
  • yellow value is 78.79%
  • key color value is 61.18%
CMYK:
(0,49,79,61)
C0M49Y79K61 
(0%,49%,79%,61%)
(0.00/0.49/0.79/0.61)	

CMYK percentages

%0
%49.49
%78.79
%61.18

Codes

Color #633215 in popluar color models

633215
RGB995021
HSL22°65.00%23.53%
HSB/HSV22°78.79%38.82%
CMYK0.00%49.49%78.79%
61.18%

Color #633215 in popluar number systems.

HEX633215
Decimal995021
Binary110001111001010101
Octal1436225

Shades and tints

Shades of #633215

#633215
(99,50,21)
#5A2E14
(90,46,20)
#512A13
(81,42,19)
#482612
(72,38,18)
#3F2211
(63,34,17)
#361E10
(54,30,16)
#2D1A0F
(45,26,15)
#24160E
(36,22,14)
#1B120D
(27,18,13)
#120E0C
(18,14,12)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #633215

#633215
(99,50,21)
#71442A
(113,68,42)
#7F563F
(127,86,63)
#8D6854
(141,104,84)
#9B7A69
(155,122,105)
#A98C7E
(169,140,126)
#B79E93
(183,158,147)
#C5B0A8
(197,176,168)
#D3C2BD
(211,194,189)
#E1D4D2
(225,212,210)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633215; }

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

This text font color is #633215.


Background Color

.myBgColor { background-color: #633215; }

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

This div background color is #633215.


Border color

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

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

This div border color is #633215.


Opacity

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

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

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

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

This text has shadow with #633215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633215 on black background.


Color preview on white background

This text has color #633215 on white background.



Black color preview on #633215 background

This text has black color on #633215 background.


White color preview on #633215 background

This text has white color on #633215 background.