COLOR #633515

HEX: #633515
RGB: (99,53,21)

Color info

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

RGB color model

#633515 color RGB value is (99,53,21).

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

RGB channels and saturation

R 99 of 255 = 39%
G 53 of 255 = 21%
B 21 of 255 = 8%

99
53
21

R + G + B ~ 23%. #633515 is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 53 + 21 = 173 (100%)
R 99 of 173 ~ 57.23%
G 53 of 173 ~ 30.64%
B 21 of 173 ~ 12.14%

%57.23
%30.64
%12.14

CMYK color model

#633515 color CMYK value is (0,46,79,61).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 78.79%
  • key color value is 61.18%
CMYK:
(0,46,79,61)
C0M46Y79K61 
(0%,46%,79%,61%)
(0.00/0.46/0.79/0.61)	

CMYK percentages

%0
%46.46
%78.79
%61.18

Codes

Color #633515 in popluar color models

633515
RGB995321
HSL25°65.00%23.53%
HSB/HSV25°78.79%38.82%
CMYK0.00%46.46%78.79%
61.18%

Color #633515 in popluar number systems.

HEX633515
Decimal995321
Binary110001111010110101
Octal1436525

Shades and tints

Shades of #633515

#633515
(99,53,21)
#5A3114
(90,49,20)
#512D13
(81,45,19)
#482912
(72,41,18)
#3F2511
(63,37,17)
#362110
(54,33,16)
#2D1D0F
(45,29,15)
#24190E
(36,25,14)
#1B150D
(27,21,13)
#12110C
(18,17,12)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #633515

#633515
(99,53,21)
#71472A
(113,71,42)
#7F593F
(127,89,63)
#8D6B54
(141,107,84)
#9B7D69
(155,125,105)
#A98F7E
(169,143,126)
#B7A193
(183,161,147)
#C5B3A8
(197,179,168)
#D3C5BD
(211,197,189)
#E1D7D2
(225,215,210)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633515; }

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

This text font color is #633515.


Background Color

.myBgColor { background-color: #633515; }

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

This div background color is #633515.


Border color

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

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

This div border color is #633515.


Opacity

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

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

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

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

This text has shadow with #633515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633515 on black background.


Color preview on white background

This text has color #633515 on white background.



Black color preview on #633515 background

This text has black color on #633515 background.


White color preview on #633515 background

This text has white color on #633515 background.