COLOR #633415

HEX: #633415
RGB: (99,52,21)

Color info

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

RGB color model

#633415 color RGB value is (99,52,21).

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

RGB channels and saturation

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

99
52
21

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

Portions of RGB colors in percentages

R + G + B =
99 + 52 + 21 = 172 (100%)
R 99 of 172 ~ 57.56%
G 52 of 172 ~ 30.23%
B 21 of 172 ~ 12.21%

%57.56
%30.23
%12.21

CMYK color model

#633415 color CMYK value is (0,47,79,61).

  • cyan value is 0.00%
  • magenta value is 47.47%
  • yellow value is 78.79%
  • key color value is 61.18%
CMYK:
(0,47,79,61)
C0M47Y79K61 
(0%,47%,79%,61%)
(0.00/0.47/0.79/0.61)	

CMYK percentages

%0
%47.47
%78.79
%61.18

Codes

Color #633415 in popluar color models

633415
RGB995221
HSL24°65.00%23.53%
HSB/HSV24°78.79%38.82%
CMYK0.00%47.47%78.79%
61.18%

Color #633415 in popluar number systems.

HEX633415
Decimal995221
Binary110001111010010101
Octal1436425

Shades and tints

Shades of #633415

#633415
(99,52,21)
#5A3014
(90,48,20)
#512C13
(81,44,19)
#482812
(72,40,18)
#3F2411
(63,36,17)
#362010
(54,32,16)
#2D1C0F
(45,28,15)
#24180E
(36,24,14)
#1B140D
(27,20,13)
#12100C
(18,16,12)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #633415

#633415
(99,52,21)
#71462A
(113,70,42)
#7F583F
(127,88,63)
#8D6A54
(141,106,84)
#9B7C69
(155,124,105)
#A98E7E
(169,142,126)
#B7A093
(183,160,147)
#C5B2A8
(197,178,168)
#D3C4BD
(211,196,189)
#E1D6D2
(225,214,210)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633415; }

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

This text font color is #633415.


Background Color

.myBgColor { background-color: #633415; }

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

This div background color is #633415.


Border color

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

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

This div border color is #633415.


Opacity

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

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

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

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

This text has shadow with #633415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633415 on black background.


Color preview on white background

This text has color #633415 on white background.



Black color preview on #633415 background

This text has black color on #633415 background.


White color preview on #633415 background

This text has white color on #633415 background.